summaryrefslogtreecommitdiff
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* update guard for DEC/Compaq C++Jens Maurer2003-07-111-0/+0
* work around peculiar "static const" problem on old EDG-based compilersJens Maurer2003-07-111-0/+0
* beautify platform identifierJens Maurer2003-07-111-0/+0
* if we don't have either wstreambuf or wstring, we won't have wstringstreamJens Maurer2003-07-111-0/+0
* GNU C on IRIX does not support threads (yet)Jens Maurer2003-07-111-0/+0
* turn threading detail macros off if we don't (want to) use threadingJens Maurer2003-07-111-0/+0
* Moved static stables into the function bodies to fix a gcc on MacOS X and IMB...John Maddock2003-07-111-0/+0
* Added __COUNTER__ based version for VC7 and later.John Maddock2003-07-111-0/+0
* Update for current Boost.Build V2.Vladimir Prus2003-07-111-0/+0
* reorder ctor member initializer to match order of member definitionsJens Maurer2003-07-101-0/+0
* Rolled back mistaken change.Eric Friedman2003-07-101-0/+0
* Moved to boost/iterator (new version)Joel de Guzman2003-07-101-0/+0
* Moved to boost/iteratorJoel de Guzman2003-07-101-0/+0
* Move to Iterator Adapters from sand-boxJoel de Guzman2003-07-101-0/+0
* Iterator Adapter V2 versionJoel de Guzman2003-07-101-0/+0
* More work toward MSVC6.Eric Friedman2003-07-101-0/+0
* avoid "unused variable" warningsJens Maurer2003-07-091-0/+0
* avoid "comparison between signed and unsigned integer" warningJens Maurer2003-07-091-0/+0
* don't use NULL unless <stddef.h> has been includedJens Maurer2003-07-091-0/+0
* fix compilation guard for "using std::swap"Jens Maurer2003-07-091-0/+0
* adjust to Boost.Random interface change for C++ library TRJens Maurer2003-07-091-0/+0
* avoid warning about signed/unsigned conversionJens Maurer2003-07-091-0/+0
* DEC/Compaq C++ needs to use unsigned long integral constant arithmeticJens Maurer2003-07-091-0/+0
* define str() before it is first used to avoid "redeclared inline afterJens Maurer2003-07-091-0/+0
* more libcomo special casesJens Maurer2003-07-091-0/+0
* improve commentJens Maurer2003-07-091-0/+0
* move static assertions on std::numeric_limits<> from class to constructorJens Maurer2003-07-091-0/+0
* set BOOST_NO_INCLASS_MEMBER_INITIALIZATION to avoid compiler crashJens Maurer2003-07-091-0/+0
* BOOST_HAS_LONG_LONG is set by edg_common.hppJens Maurer2003-07-091-0/+0
* remove unused variableJens Maurer2003-07-091-0/+0
* a typo fixJaakko Järvi2003-07-091-0/+0
* fix broken regex linkBeman Dawes2003-07-091-3/+3
* avoid "unused parameter" warnings with gccJens Maurer2003-07-091-0/+0
* cast 0 to UIntType before performing bit magicJens Maurer2003-07-091-0/+0
* avoid "unused parameter" warnings with gccJens Maurer2003-07-091-0/+0
* avoid "unused variable" warning with gccJens Maurer2003-07-091-0/+0
* add missing nested templateJens Maurer2003-07-091-0/+0
* Added NeuraLabDave Abrahams2003-07-081-0/+0
* list<> iteration bug fixAleksey Gurtovoy2003-07-081-0/+0
* BOOST_NO_MPL_AUX_HAS_XXX -> BOOST_MPL_NO_AUX_HAS_XXXAleksey Gurtovoy2003-07-082-0/+0
* merge with wg21_random_proposal branchJens Maurer2003-07-071-0/+0
* - fixed staticmethod bugBruno da Silva de Oliveira2003-07-071-0/+0
* - fixed bug of --multipleBruno da Silva de Oliveira2003-07-071-0/+0
* initialising pointer to NULL to avoid warning on VisualAgeToon Knapen2003-07-071-0/+0
* Move from boost-sandboxJoel de Guzman2003-07-071-0/+0
* Move from boost-sandboxJoel de Guzman2003-07-071-0/+0
* Move from boost-sanbox [ JDG ]Joel de Guzman2003-07-071-0/+0
* Moved intel selection up above gcc selection - intel 8 defines __GNUC__ on li...John Maddock2003-07-071-0/+0
* Hopefully fixed wchar_t support on linux...John Maddock2003-07-071-0/+0
* Added fixes for:John Maddock2003-07-071-0/+0