Commit Graph

145 Commits

Author SHA1 Message Date
f6b183140f *** empty log message ***
[SVN r29148]
2005-05-22 15:57:27 +00:00
1b3c6f1c81 workaroud for borland seems to require more work, current code is not working
[SVN r29137]
2005-05-21 23:39:50 +00:00
d509beb073 intended borland fix
[SVN r29106]
2005-05-21 00:17:33 +00:00
0965a46d9c Borland fix broke VC6
[SVN r29043]
2005-05-18 23:43:41 +00:00
5771d953ea default assignment operator added to resolve bcc problems
[SVN r28955]
2005-05-16 13:52:19 +00:00
898aae2c85 explicit handling of bool conversion operator or borland removed
[SVN r28933]
2005-05-15 17:52:05 +00:00
75667cc53d fix 'operator bool()' workaround for borland
[SVN r28932]
2005-05-15 17:47:34 +00:00
16989df4d6 removed special handling for borland in the bool conversion test
(workaround in iterator_range is applied)


[SVN r28906]
2005-05-14 18:52:48 +00:00
4b89a3e223 added workaround for borland for bool conversion operator
[SVN r28905]
2005-05-14 18:51:59 +00:00
c2ddc197aa removed redundant entries for long double
[SVN r28886]
2005-05-13 20:09:56 +00:00
0ab5e6e60d added support for more fundamental types
[SVN r28885]
2005-05-13 19:57:55 +00:00
34e3275c99 added unit_test.hpp include
[SVN r28884]
2005-05-13 19:30:19 +00:00
b2e9200529 enabled static asserts for VC6
[SVN r28881]
2005-05-13 17:09:17 +00:00
c17afe8d03 switched to BOOST_RANGE_DEDUCED_TYPENAME
[SVN r28878]
2005-05-13 15:48:05 +00:00
a5a74c161f fixed RANGE_DEDUCED_TYPENAME for VC7.0 + /Za
[SVN r28877]
2005-05-13 15:47:29 +00:00
d77dbb2d0b fixes for VC6-7.0
[SVN r28876]
2005-05-13 15:45:53 +00:00
c5d1b4a62a replaced DEDUCED_TYPENAME with typename
[SVN r28875]
2005-05-13 15:42:53 +00:00
9b1cdde025 initial commitment
[SVN r28874]
2005-05-13 15:29:36 +00:00
f5aad599ef *** empty log message ***
[SVN r28787]
2005-05-10 17:53:15 +00:00
5843a9fd3f *** empty log message ***
[SVN r28658]
2005-05-05 12:59:41 +00:00
918b652291 *** empty log message ***
[SVN r28648]
2005-05-03 22:39:49 +00:00
a02b6c0f74 updated so ADL kick in in iterator_range and const_begin/const_end
[SVN r28562]
2005-05-01 22:58:25 +00:00
b358ea0773 *** empty log message ***
[SVN r28329]
2005-04-19 19:35:43 +00:00
6d4740bcab Fix link failure for shared linking on Linux
[SVN r28316]
2005-04-18 09:05:44 +00:00
25ebab429d Add V2 Jamfile
[SVN r28244]
2005-04-14 11:56:47 +00:00
4cca4fac2f Changed - effectively I rolled back the last change because it clobbers
VC7.1 and VC8.0 tests (they do NOT show in the regression, which
          is another problem altogether) as well as killing some code of mine
          which uses boost::array.
NOTE    - I've commented out the one line I replaced so that more people can
          look at this change and decide what it _really_ needs to be (I haven't
          the time to so do).
          One thing that seems VERY odd is the changing of the && to || in the
          "new" line.


[SVN r28066]
2005-04-08 18:44:52 +00:00
6b9919ae4b *** empty log message ***
[SVN r28042]
2005-04-07 13:27:30 +00:00
1c8f27535d *** empty log message ***
[SVN r27796]
2005-03-24 11:23:04 +00:00
7d5596abd6 *** empty log message ***
[SVN r27787]
2005-03-23 20:06:44 +00:00
4524abb615 *** empty log message ***
[SVN r27671]
2005-03-15 16:00:19 +00:00
bf5ca9612c remove transform_range()
[SVN r27657]
2005-03-14 23:20:00 +00:00
844bfc5a2d *** empty log message ***
[SVN r27363]
2005-02-13 21:34:00 +00:00
d8fb9a991c added namespace qualification to boost::empty()
[SVN r27333]
2005-02-11 23:15:14 +00:00
caa13c7387 modified to conform with new iterator_rang.hpp: idl_begin and idl_end are implemented in separate class
[SVN r27279]
2005-02-09 17:41:28 +00:00
64cd26106a fixes for gcc-2.9x: support for 'old' iostreams; moved adl_begin and adl_end into separate class
[SVN r27278]
2005-02-09 17:26:18 +00:00
1451d487e1 *** empty log message ***
[SVN r27192]
2005-02-06 22:22:45 +00:00
92c5ce8ffa *** empty log message ***
[SVN r27190]
2005-02-06 22:08:12 +00:00
e5d4c1c376 *** empty log message ***
[SVN r27153]
2005-02-05 21:33:29 +00:00
fbd60395d6 *** empty log message ***
[SVN r27149]
2005-02-05 20:47:39 +00:00
d82d9b9680 *** empty log message ***
[SVN r27148]
2005-02-05 20:07:02 +00:00
ed09875157 added missing boost/assert.hpp include
[SVN r27003]
2005-02-02 03:42:25 +00:00
92c375e173 *** empty log message ***
[SVN r26766]
2005-01-20 22:33:25 +00:00
eeb7bf0fe0 Test added to spot a problem with char*/wchar_t* passed by a reference
[SVN r26752]
2005-01-19 22:26:38 +00:00
b3d4845ba6 *** empty log message ***
[SVN r26630]
2005-01-05 18:19:31 +00:00
6dd15529f6 *** empty log message ***
[SVN r26475]
2004-12-08 18:00:48 +00:00
ae8efa1436 *** empty log message ***
[SVN r25581]
2004-10-06 18:19:13 +00:00
846cbcea43 c++boost.gif -> boost.png replacement
[SVN r25573]
2004-10-05 15:45:52 +00:00
3f27b522c1 cw 8.3 fixes
[SVN r25419]
2004-09-26 13:13:04 +00:00
a29ddcbcca *** empty log message ***
[SVN r25418]
2004-09-26 12:15:12 +00:00
f7ffdde09f metroworks hacks
[SVN r25342]
2004-09-22 15:24:23 +00:00