Commits
User selector
Commit History
Commits on Dec 22, 2017
Inheriting std::iterator is deprecated in c++17.
Show description for cc5a4e8committed
Commits on Dec 16, 2017
Commits on Sep 21, 2017
Commits on Jan 7, 2010
Speed up the code a little, and stop swapping stream buffers around in case that's the cause of some test failures.
Show description for 4a826c1committed
Commits on Nov 7, 2009
Improved error messages generated for thrown exceptions.
Show description for 6e1f3dccommitted
Commits on Nov 25, 2007
Oops, previous commit messed up POSIX timing code, now fixed.
Show description for 2995393committed
Commits on Nov 24, 2007
Apply patches for building regex on WinCE see: http://lists.boost.org/Archives/boost/2007/11/130839.php
Show description for 4199529committed
Commits on Nov 7, 2007
Added license info.
Show description for f11333dcommitted
Commits on Jul 16, 2006
Added needed license info.
Show description for b8dce07committed
Commits on Feb 16, 2006
Fixed typo.
Show description for f847503committed
Commits on Jan 21, 2005
More Sunpro std::distance fixes.
Show description for 56fadadcommitted
Commits on Jan 19, 2005
Changed legacy referernces to reg_expression to basic_regex
Show description for 018fbfecommitted
Commits on Jan 13, 2005
merged changes in regex5 branch
Show description for 71a0e02committed
Commits on Jun 23, 2004
remove std_min and std_max, update minmax coding guidelines
Show description for 8d994b1committed
Eric Niebler
Commits on Feb 26, 2004
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
Show description for 3075aabcommitted
Eric Niebler
Commits on Dec 16, 2003
Added explicit calls to fstream::close rather than relying on destructors as a tentative gcc-cygwin fix.
Show description for 2c3ff62committed
Commits on Oct 4, 2003
Added new licence info.
Show description for ab5a7a7committed
Commits on Sep 30, 2003
switched over to new Boost Licence
Show description for 11ea8aacommitted
Commits on Jul 20, 2003
Added SGI-Irix tentative fix.
Show description for 8be91f0committed
Commits on May 25, 2003
Added patch for gcc 2.95 and get_line under cygwin
Show description for df4b8e6committed
Commits on May 8, 2003
restore from disk crash
Show description for a81a1eacommitted
Commits on Nov 15, 2002
tentative fix for VC7
Show description for 9a4e5d2committed
Commits on Oct 31, 2002
Fixes for Intel C++
Show description for 66ddab7committed
Commits on Jul 7, 2002
Added -Ve and -Vx options to bcb makefiles.
Show description for 2468d45committed
Commits on Apr 24, 2002
Moved some key template instances into the lib and out of user code.
Show description for 976fb02committed
Commits on Feb 4, 2002
Handle standard libraries that do not support std::iterator
Show description for f79497ccommitted
Commits on Feb 3, 2002
Make string_out_iterator a full-fledged output iterator
Show description for a108657committedModified code that determines how long to loop for, with upper limit of 1s.
Show description for 07c20c1committed
Commits on Feb 2, 2002
New smart pointer documentation. Related clean-up of the smart pointer
Show description for d227059committed
Darin Adler
Commits on Jan 29, 2002
regex_timer.cpp:
Show description for 6463dcfcommitted
Commits on Dec 26, 2001
Updated regex examples and Jamfiles so that they are run as tests.
Show description for b2dd787committed
Commits on Sep 18, 2001
commit of split-config, including any changes required to existing libraries (mainly regex).
Show description for 1d47314committed
Commits on Aug 18, 2001
Updated build system (more or less works now)
Show description for 139a2f6committed
Commits on Aug 11, 2001
updated jamfile, fixed Windows XP problems
Show description for e1492c7committed
Commits on Aug 7, 2001
Spell things consistently. Add some bits of Mac stuff to the tests.
Show description for a06c964committed
Darin Adler