|
|
@2078
|
14 years |
Peter |
remove inclusions not needed
|
|
|
@2076
|
14 years |
Peter |
prefer including iosfwd instead of iostream when possible
|
|
|
@2075
|
14 years |
Peter |
corrected (negated) expression in YAT_ASSERT
|
|
|
@2068
|
14 years |
Peter |
fixes #562
|
|
|
@2062
|
14 years |
Peter |
fixed typo
|
|
|
@2061
|
14 years |
Peter |
removed include not needed
|
|
|
@2058
|
14 years |
Peter |
deprecate constructors conditionally. Deprecation is active only for …
|
|
|
@2057
|
14 years |
Peter |
refs #521. Deprecate class OptionInFile? and OptionOutFile?. Replaced …
|
|
|
@2055
|
14 years |
Peter |
fixed some warnings from gcc 4.3.1 and added some missing includes. …
|
|
|
@2054
|
14 years |
Peter |
refs 521. Using OptionFile? and StreamRedirector? rather than deprecated …
|
|
|
@2053
|
14 years |
Peter |
docs for StreamRedirector?. refs #521
|
|
|
@2052
|
14 years |
Peter |
added constructor that creates and internal ifstream. refs #521.
|
|
|
@2051
|
14 years |
Peter |
the conclusion that the stream needed to flushed was nonsense, so I …
|
|
|
@2050
|
14 years |
Peter |
refs #521. added constructor taking ostream and string. It does not …
|
|
|
@2049
|
14 years |
Peter |
using strerror in error msg from OptionFile? (fixes #559)
|
|
|
@2048
|
14 years |
Peter |
adding bool parameter in constructors and fixed some docs typos
|
|
|
@2047
|
14 years |
Peter |
closes #520 and refs #521. Implements the interface defined in #520 …
|
|
|
@2046
|
14 years |
Peter |
improved docs on some options classes (fixes #517, and removed some …
|
|
|
@2015
|
14 years |
Peter |
adding missing \since flags
|
|
|
@2013
|
14 years |
Peter |
removed includes not needed
|
|
|
@2011
|
14 years |
Peter |
avoid calling Matrix(0,x) or Matrix(x,0)
|
|
|
@2010
|
14 years |
Peter |
let user turn off yat's declaread function in std (which is not …
|
|
|
@2003
|
14 years |
Peter |
refs #536. changed DataWeight? comparison operators to be based on …
|
|
|
@2001
|
14 years |
Peter |
fixes #550
|
|
|
@1999
|
14 years |
Peter |
refs #415 added docs for functions merge
|
|
|
@1998
|
14 years |
Peter |
Merged patch release 0.5.4 to the trunk. Delta 0.5.4 - 0.5.3
|
|
|
@1993
|
14 years |
Peter |
refs #415 - added function for merging into a MatrixWeighted?, …
|
|
|
@1992
|
14 years |
Peter |
refs #415. simplified code a bit
|
|
|
@1991
|
14 years |
Peter |
corrected some docs in Matrix
|
|
|
@1990
|
14 years |
Peter |
refs #415. First implementation of a merge, but no docs yet
|
|
|
@1989
|
14 years |
Peter |
refs #415. added test, interface and empty implementation for merge
|
|
|
@1971
|
14 years |
Peter |
adding missing since tags
|
|
|
@1970
|
14 years |
Peter |
adding specialization less_nan<DataWeight?>
|
|
|
@1967
|
14 years |
Peter |
refs #536 using less_nan in Vector sort
|
|
|
@1966
|
14 years |
Peter |
adding functor less_nan (refs #536)
|
|
|
@1954
|
14 years |
Jari Häkkinen |
Merged patch release 0.5.3 to the trunk. Delta 0.5.3 - 0.5.2
|
|
|
@1942
|
14 years |
Peter |
fixes #537
|
|
|
@1930
|
14 years |
Peter |
avoid copying in MatrixWeighted?(istream), i.e., avoid use of …
|
|
|
@1929
|
14 years |
Peter |
refs #510. using load function in Vector(istream) constructor
|
|
|
@1928
|
14 years |
Peter |
refs #510 - allow function 'load' to ignore empty lines and check that …
|
|
|
@1927
|
14 years |
Peter |
refs #510 using load function in Matrix istream constructor. Behavior …
|
|
|
@1923
|
14 years |
Peter |
refs #510 - avoid problem with empty lines
|
|
|
@1922
|
14 years |
Peter |
working on ticket 510 (refs #510)
|
|
|
@1920
|
14 years |
Peter |
fixes #393
|
|
|
@1919
|
14 years |
Peter |
fixes #519
|
|
|
@1912
|
14 years |
Peter |
refs #531 - another attempt to make this work on OSX
|
|
|
@1911
|
14 years |
Peter |
refs #531 - less verbose during 'make doxygen.mk'
|
|
|
@1909
|
14 years |
Peter |
an attempt to make creation of doxygen.mk more portable. refs #531
|
|
|
@1905
|
14 years |
Peter |
Revised make dependencies for generating doxygen docs (fixes #438 and …
|
|
|
@1891
|
14 years |
Peter |
refs #454 - forgot the last file in r1890
|
|
|
@1890
|
14 years |
Peter |
fixes #454 - throw exception when detecting funky dimensions
|
|
|
@1888
|
14 years |
Peter |
updating copyright years
|
|
|
@1887
|
14 years |
Peter |
closes #512. added relates tag in namespace utility.
|
|
|
@1881
|
15 years |
Peter |
add missing since tag
|
|
|
@1879
|
15 years |
Peter |
docs typo
|
|
|
@1878
|
15 years |
Peter |
Adding a GetlineIterator?. closes #507
|
|
|
@1875
|
15 years |
Peter |
fixes #504. Also added pp macro YAT_ASSERT that calls yat_assert with …
|
|
|
@1874
|
15 years |
Peter |
merge patch release 0.5.2 into trunk. Delta 0.5.2 - 0.5.1
|
|
|
@1866
|
15 years |
Peter |
remove multiple assignment
|
|
|
@1844
|
15 years |
Peter |
Docs assumed that equal and equivalent were the same for involved types.
|
|
|
@1834
|
15 years |
Peter |
improved exception message in convert
|
|
|
@1823
|
15 years |
Jari Häkkinen |
Fixes #463. Improved documentation on istream constructor.
|
|
|
@1822
|
15 years |
Jari Häkkinen |
Spellchecked
|
|
|
@1816
|
15 years |
Peter |
improved docs in MatrixWeighted?
|
|
|
@1807
|
15 years |
Peter |
changed Functor BinaryWeight? to a function (algorithm) binary_weight
|
|
|
@1806
|
15 years |
Peter |
speed up code in nan(const VectorBase?&, Vector&)
|
|
|
@1805
|
15 years |
Peter |
added missing include
|
|
|
@1797
|
15 years |
Peter |
updating copyright statements
|
|
|
@1792
|
15 years |
Peter |
corrected includes
|
|
|
@1789
|
15 years |
Peter |
Speeding up copying from Matrix to MatrixWeighted? using
BinaryWeight?. …
|
|
|
@1787
|
15 years |
Peter |
avoid copying in Vector istream constructor
|
|
|
@1786
|
15 years |
Peter |
fixes #421
|
|
|
@1783
|
15 years |
Peter |
added include
|
|
|
@1760
|
15 years |
Peter |
@configure_input@ not needed for files created with AC_CONFIG_HEADER
|
|
|
@1749
|
15 years |
Peter |
fixes #480
|
|
|
@1746
|
15 years |
Peter |
Merged patch release 0.4.3 to the trunk. Delta 0.4.3 - 0.4.2.
|
|
|
@1741
|
15 years |
Peter |
fixes #481
|
|
|
@1734
|
15 years |
Peter |
Added some docs. Also modified the comparison operators to return what …
|
|
|
@1726
|
15 years |
Jari Häkkinen |
Fixes #476. Improved estimate() doc and added test on estimate() …
|
|
|
@1725
|
15 years |
Jari Häkkinen |
Addresses #464. Weight zero will kill NaNs? and Infs.
|
|
|
@1723
|
15 years |
Jari Häkkinen |
Added missing include
|
|
|
@1714
|
15 years |
Peter |
left over
|
|
|
@1710
|
15 years |
Peter |
avoid repeating code
|
|
|
@1707
|
15 years |
Peter |
let user define YAT_DEPRECATE
|
|
|
@1706
|
15 years |
Peter |
implementing swap function
|
|
|
@1700
|
15 years |
Peter |
reserve size in vector to avoid copying
|
|
|
@1690
|
15 years |
Peter |
create row and column iterator when that is return type - doesnt …
|
|
|
@1682
|
15 years |
Peter |
prefer std::abs and re-use code
|
|
|
@1681
|
15 years |
Peter |
avoid copying in Matrix istream constructor
|
|
|
@1680
|
15 years |
Peter |
correcting includes
|
|
|
@1679
|
15 years |
Peter |
correcting docs on proxy in VecetorView?
|
|
|
@1651
|
15 years |
Peter |
fixes #467 - implicit conversion between Vector and its Views are no …
|
|
|
@1634
|
15 years |
Peter |
Fixed bug in CommandLine? how --no-switches are handled
|
|
|
@1633
|
15 years |
Peter |
do not rely on errno=0 on success
|
|
|
@1632
|
15 years |
Peter |
move the setting of print_arg from constructor to function in order to …
|
|
|
@1631
|
15 years |
Peter |
no reason to have a hard-coded '=' if we wanna allow flexibility
|
|
|
@1630
|
15 years |
Peter |
re-using convert function and correcting docs
|
|
|
@1629
|
15 years |
Peter |
made help output more flexible
|
|
|
@1628
|
15 years |
Peter |
improving exception message
|
|
|
@1627
|
15 years |
Peter |
adding a function FileUtil::lexists that uses lstat rather than stat.
|
|
|