summaryrefslogtreecommitdiff
path: root/libs/dynamic_bitset
Commit message (Collapse)AuthorAgeFilesLines
* Workaround for CodeWarrior 9.4/9.5, I thinkDouglas Gregor2005-05-161-0/+0
| | | | [SVN r28956]
* merge RC_1_32_0 fixesAleksey Gurtovoy2004-11-281-0/+0
| | | | [SVN r26328]
* c++boost.gif -> boost.png replacementAleksey Gurtovoy2004-10-051-0/+0
| | | | [SVN r25573]
* Added new types boost::long_long_type and boost::ulong_long_type in ↵John Maddock2004-09-041-0/+0
| | | | | | boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8. [SVN r24899]
* Add workaround for CW8 when it compiles reset(), as it generates invalid ↵Rene Rivera2004-08-061-0/+0
| | | | | | code otherwise. [SVN r24319]
* Prevent "possibly unwanted ;" warning.Rene Rivera2004-08-061-0/+0
| | | | [SVN r24318]
* dynamic_bitset.hpp: Split the string constructor, which causes problems on theDouglas Gregor2004-07-301-0/+0
| | | | | | | msvc-stlport toolset, into two separate constructors to avoid the npos issue. [SVN r24179]
* Converted to Boost Software License, Version 1.0Douglas Gregor2004-07-261-0/+0
| | | | [SVN r24055]
* settled macros to cope with the absence of std::locale on some ↵Gennaro Prota2004-07-211-0/+0
| | | | | | platforms/configurations [SVN r23886]
* More V2 Jamfile tweaks.Vladimir Prus2004-07-191-0/+0
| | | | [SVN r23764]
* use BOOST_WORKAROUND for Codewarrior workaroundsGennaro Prota2004-06-271-0/+0
| | | | [SVN r23207]
* Fix for Codewarrior 8.3 for Windows. Suggested by Howard Hinnant.Gennaro Prota2004-06-261-0/+0
| | | | [SVN r23198]
* typoGennaro Prota2004-06-201-0/+0
| | | | [SVN r23127]
* new Codewarrior workaroundGennaro Prota2004-06-191-0/+0
| | | | [SVN r23124]
* restored version 1.6 (MW attempts failed)Gennaro Prota2004-06-191-0/+0
| | | | [SVN r23123]
* attempt to fix another CW 8.3 error :(Gennaro Prota2004-06-131-0/+0
| | | | [SVN r23094]
* CW 8.3 fix suggested by HowardGennaro Prota2004-06-121-0/+0
| | | | [SVN r23092]
* use boost::detail::distance instead of std::distanceGennaro Prota2004-06-051-0/+0
| | | | [SVN r23025]
* local array numbers[] made static - this is an attempt to fix a CW 8.3 errorGennaro Prota2004-06-021-0/+0
| | | | [SVN r22996]
* exclude wchar_t tests when BOOST_NO_STD_LOCALE is definedGennaro Prota2004-05-301-0/+0
| | | | [SVN r22973]
* - added a missing #include (climits)Gennaro Prota2004-05-301-0/+0
| | | | | | | | - extended usage of BOOST_BITSET_CHAR to accomodate libraries with no locale support (MWCW with _MSL_NO_LOCALE) - untabified [SVN r22972]
* removed some superfluous spaces and added workaround for VC6's DinkumGennaro Prota2004-05-161-0/+0
| | | | [SVN r22833]
* changed workaround for gcc bug nr. 8419Gennaro Prota2004-05-091-0/+0
| | | | [SVN r22771]
* - workaround for Borland bugGennaro Prota2004-05-091-0/+0
| | | | | | | - untabified [SVN r22769]
* use division by 2 instead of >>=1, because Borland C++ yields sometimes an ↵Gennaro Prota2004-05-091-0/+0
| | | | | | access violation when shifting with Block = unsigned long long [SVN r22768]
* Added URI of the DTD in the <!DOCTYPE> tagGennaro Prota2004-05-081-0/+0
| | | | [SVN r22764]
* removed superfluous spacesGennaro Prota2004-04-251-0/+0
| | | | [SVN r22704]
* just aligned a backslashGennaro Prota2004-04-251-0/+0
| | | | [SVN r22703]
* removed #undef for BOOST_OLD_IOSTREAMSGennaro Prota2004-04-251-0/+0
| | | | [SVN r22702]
* no messageGennaro Prota2004-04-251-0/+0
| | | | [SVN r22700]
* removed the 3 examples and the "timing_tests" file (this way we can use ↵Gennaro Prota2004-04-251-0/+0
| | | | | | bjam's subinclude feature from boost-root/status/Jamfile without also running examples etc. with the regression tests) [SVN r22699]
* Jamfile for examples and 'timing_tests' - doesn't run with the regression ↵Gennaro Prota2004-04-251-0/+0
| | | | | | tests, of course [SVN r22698]
* moved here from the parent directoryGennaro Prota2004-04-251-0/+0
| | | | [SVN r22697]
* new license referenceGennaro Prota2004-04-251-0/+0
| | | | [SVN r22696]
* the examples - moved here so that they can have an independent Jamfile that ↵Gennaro Prota2004-04-251-0/+0
| | | | | | doesn't trigger together with the regression tests [SVN r22695]
* removed (will go into the example/ subdirectory)Gennaro Prota2004-04-251-0/+0
| | | | [SVN r22694]
* removed definition of BOOST_OLD_IOSTREAMS (it's now in the dynamic_bitset ↵Gennaro Prota2004-04-251-0/+0
| | | | | | config file) [SVN r22693]
* test functions call to_string, to_block_range, etc., so let's include ↵Gennaro Prota2004-04-241-0/+0
| | | | | | "boost/dynamic_bitset.hpp" (see regression logs for gcc 3.4 on Linux) [SVN r22692]
* removed const qualification on test_file_name()'s return typeGennaro Prota2004-04-241-0/+0
| | | | [SVN r22691]
* moved more config stuff to hereGennaro Prota2004-04-241-0/+0
| | | | [SVN r22690]
* removed config stuffGennaro Prota2004-04-241-0/+0
| | | | [SVN r22689]
* removed make_non_const() workaround, now uselessGennaro Prota2004-04-241-0/+0
| | | | [SVN r22688]
* config stuffGennaro Prota2004-04-241-0/+0
| | | | [SVN r22687]
* moved config stuff to its own file and changed workaround for gcc bug 8419, ↵Gennaro Prota2004-04-241-0/+0
| | | | | | as the former workaround gave problems with some compilers (e.g. VACPP for AIX) [SVN r22686]
* - removed dependency on test_exec_monitorGennaro Prota2004-04-181-0/+0
| | | | | | | - added dyn_bitset_unit_tests4 [SVN r22652]
* new file (needed by dynamic_bitset)Gennaro Prota2004-04-181-0/+0
| | | | [SVN r22651]
* moved from the sandboxGennaro Prota2004-04-181-0/+0
| | | | [SVN r22650]
* new tests (from the sandbox)Gennaro Prota2004-04-181-0/+0
| | | | [SVN r22649]
* new version (from the sandbox)Gennaro Prota2004-04-181-0/+0
| | | | [SVN r22648]
* new version (the actual code, from the sandbox, is in ↵Gennaro Prota2004-04-181-0/+0
| | | | | | dynamic_bitset/dynamic_bitset.hpp) [SVN r22647]