commit e4c1097fbd84e70cf0edaf44a6b29c883ff0355d Author: Bernhard Reutner-Fischer Date: Fri May 25 23:02:37 2012 +0200 Release 0.2.4 Signed-off-by: Bernhard Reutner-Fischer commit 53ae6c38a7a440aed9d74067c1814e58e9e16b79 Author: Bernhard Reutner-Fischer Date: Fri May 25 22:13:39 2012 +0200 valarray: bunch of fixes Fix operator=(const valarray&) DR 630 Adjust constness of operator[](size_t) Properly implement class member valarray operator!() Fix operator|= (const T&) to or, not not Fix both shift() and cshift() for any overrun and +- offsets Fix slice_array& operator=(const slice_array&) to return properly Adjust class gslice default constructor DR 543 Fix valarray operator>(const T&, const valarray&) Return the result of all algo Fix copy'n paster error in atan2() inner fn call Fix pow (const T& const valarray&) Later versions add .swap, prepare for that. Dump additional observations to TODO Unnoted: satisfy gcc/libstdc++/testsuite/26_numerics/valarray/dr543.cc really Unnoted: TR1/2 audit? Check against current boost? ;) Signed-off-by: Bernhard Reutner-Fischer commit 1eb3bb2af59a2abfb400dda0a639c59afcf490e2 Author: Bernhard Reutner-Fischer Date: Fri May 25 21:18:40 2012 +0200 cmath: respect __CORRECT_ISO_CPP_MATH_H_PROTO Signed-off-by: Bernhard Reutner-Fischer commit c32e2f4a04e94cceed88685a0175420160f9d2a3 Author: Bernhard Reutner-Fischer Date: Fri May 25 20:50:37 2012 +0200 tests: add .gitignore Signed-off-by: Bernhard Reutner-Fischer commit 02111fcf5567312b0aefbe9d9535dd196df539fb Author: Bernhard Reutner-Fischer Date: Fri May 25 20:47:25 2012 +0200 map: remove unused includes Signed-off-by: Bernhard Reutner-Fischer commit 776b187781519dc90cf3c88623182fb7273b4998 Author: Bernhard Reutner-Fischer Date: Thu May 24 00:48:28 2012 +0200 test: fix includes for excepttest strcmp needs cstring, not string Signed-off-by: Bernhard Reutner-Fischer commit b18de12d8c3cc1bb61b72816acae001c1310e314 Author: Bernhard Reutner-Fischer Date: Thu May 24 00:47:40 2012 +0200 istream: fix readin add test for __istream_readin Signed-off-by: Bernhard Reutner-Fischer commit 694fc91927ea477fa5152683857d71c2b119f352 Author: Bernhard Reutner-Fischer Date: Thu May 24 10:26:14 2012 +0200 ChangeLog: fill in missing bits for 0.2.3 Signed-off-by: Bernhard Reutner-Fischer commit 76476cd67e6c12ff84fe00756fd4d6b65b4f45ca Author: Bernhard Reutner-Fischer Date: Mon May 21 14:30:48 2012 +0200 tests: fix typo in runtests fix typo in previous commit Signed-off-by: Bernhard Reutner-Fischer commit ad0a34296ebea4d32ccf1e47e1b559b8ffffa439 Author: Bernhard Reutner-Fischer Date: Mon May 21 10:50:01 2012 +0200 fix compilation with gcc-4.7 Signed-off-by: Bernhard Reutner-Fischer commit ebd010db0ac1d05068a1ec800d0e27948012f675 Author: Bernhard Reutner-Fischer Date: Tue May 15 19:26:27 2012 +0200 buildsys: echo wrapper to $@ for brevity Signed-off-by: Bernhard Reutner-Fischer commit 8edee59c4bfe26b9a88332f6ce4b80e1b0cfea94 Author: Nicolas Thill Date: Fri Apr 20 15:29:56 2012 +0200 buildsys: prevent the wrapper from linking when generating dependency files Signed-off-by: Nicolas Thill Signed-off-by: Florian Fainelli Signed-off-by: Bernhard Reutner-Fischer commit 0c15a2da305b9c2c07757e939045a888beef5cdd Author: Bernhard Reutner-Fischer Date: Tue Apr 17 09:06:23 2012 +0200 buildsys: fix: use user-provided MAKE everywhere Replaced one occurance of extra/config/conf too much Signed-off-by: Bernhard Reutner-Fischer commit ed11a152ef4886cbd2093627f00943d37c6edee6 Author: Bernhard Reutner-Fischer Date: Mon Apr 16 16:32:42 2012 +0200 include: fix indentation and spacing no obj-code changes Signed-off-by: Bernhard Reutner-Fischer commit 4780e6ab9652202a3faa75bec51ca6901acfbb0d Author: Bernhard Reutner-Fischer Date: Mon Apr 16 16:17:25 2012 +0200 ios: Fix typo in operator!= operator != did use a EQ_EXPR instead of NE_EXPR Signed-off-by: Bernhard Reutner-Fischer commit 80b8d797a18091136cb02b6c940b052ecfb64724 Author: Bernhard Reutner-Fischer Date: Mon Apr 16 11:17:34 2012 +0200 tests: Fix typo in chartraitstest Signed-off-by: Bernhard Reutner-Fischer commit 6bd487e4cc042ccf1fb1fd23d2fd3cb97217d974 Author: Bernhard Reutner-Fischer Date: Mon Apr 16 11:09:48 2012 +0200 tests: Show diff when V=1 was given Signed-off-by: Bernhard Reutner-Fischer commit 747d7c423061046ddde305900639b911463b6008 Author: Bernhard Reutner-Fischer Date: Mon Apr 16 10:44:24 2012 +0200 bitset: reset(), flip(): Fix off-by-one error ../include/bitset:214:5: warning: array subscript is above array bounds [-Warray-bounds] ../include/bitset:230:5: warning: array subscript is above array bounds [-Warray-bounds] Signed-off-by: Bernhard Reutner-Fischer commit 397603cb67436cbde7019c354650d8da82ed8f20 Author: Bernhard Reutner-Fischer Date: Fri Apr 13 20:55:02 2012 +0200 buildsys: add and use qstrip Signed-off-by: Bernhard Reutner-Fischer commit ef3b5cb6a852394fb6079b044b4477afaf49a376 Author: Bernhard Reutner-Fischer Date: Fri Apr 13 20:32:33 2012 +0200 buildsys: use user-provided MAKE everywhere Signed-off-by: Bernhard Reutner-Fischer commit e4e65324980eee407754c604efeaa2260214c402 Author: Bernhard Reutner-Fischer Date: Fri Apr 13 19:32:46 2012 +0200 buildsys: fix portability issue with cp(1) cp -a is non-portable so use tar for the install target to be safe Signed-off-by: Bernhard Reutner-Fischer commit 68e83670894d6b94b800f4ba98efa93d65b708d4 Author: Bernhard Reutner-Fischer Date: Fri Apr 13 19:07:58 2012 +0200 buildsys: add .gitignore Signed-off-by: Bernhard Reutner-Fischer commit 6ad0e0eea7fa5e8eb611e888b8d065e19ce604da Author: Bernhard Reutner-Fischer Date: Fri Apr 13 19:00:50 2012 +0200 buildsys: update wrapper if it's source changed would need cleanup to make it work in src.. Signed-off-by: Bernhard Reutner-Fischer commit 1ca11cafefcd23c3de4ef97fa5c2f184f6194bca Author: Bernhard Reutner-Fischer Date: Fri Apr 13 17:50:38 2012 +0200 buildsys: quote env-var values passed to scripts Signed-off-by: Bernhard Reutner-Fischer commit 9ea66499ac67ac85c3d55bcf045922484a22664e Author: Bernhard Reutner-Fischer Date: Wed Apr 11 21:00:38 2012 +0200 bump version to 0.2.4-git Signed-off-by: Bernhard Reutner-Fischer