mirror of
https://github.com/boostorg/regex.git
synced 2026-04-29 18:23:23 +02:00
14eddc69710ef51fc02b9f5b71d186682bc485a8
https://svn.boost.org/svn/boost/trunk ........ r44427 | schoepflin | 2008-04-15 00:58:48 -0700 (Tue, 15 Apr 2008) | 1 line The thread start routine needs C linkage. This fixes a compilation error on Tru64/cxx. ........ r44431 | johnmaddock | 2008-04-15 09:32:28 -0700 (Tue, 15 Apr 2008) | 1 line Fix IBM AIX compiler errors. ........ r44432 | johnmaddock | 2008-04-15 09:36:21 -0700 (Tue, 15 Apr 2008) | 1 line Attempt fix for Intel on Darwin failures. ........ r44433 | johnmaddock | 2008-04-15 10:10:18 -0700 (Tue, 15 Apr 2008) | 2 lines Fix error rates on Mac OS X. Fix long double support for pow_test.cpp. ........ r44434 | johnmaddock | 2008-04-15 10:30:03 -0700 (Tue, 15 Apr 2008) | 1 line Add some explicit casts from the FP_* macros to type int, so that comparisons actually work when building with GCC, this is GCC bug report: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20589. ........ r44435 | johnmaddock | 2008-04-15 10:35:07 -0700 (Tue, 15 Apr 2008) | 1 line Try and fix one remaining zeta test failure. ........ r44436 | jurko | 2008-04-15 10:44:31 -0700 (Tue, 15 Apr 2008) | 1 line Minor stylistic comment changes. ........ r44437 | johnmaddock | 2008-04-15 10:50:11 -0700 (Tue, 15 Apr 2008) | 1 line Add explicit type cast to fix GCC-C++0X mode error. ........ r44438 | emildotchevski | 2008-04-15 11:24:46 -0700 (Tue, 15 Apr 2008) | 1 line N2179 compliance (pending documentation update) ........ r44439 | emildotchevski | 2008-04-15 11:47:16 -0700 (Tue, 15 Apr 2008) | 1 line introduced boost/exception_ptr.hpp, using Boost Exception ........ r44441 | pdimov | 2008-04-15 12:02:13 -0700 (Tue, 15 Apr 2008) | 1 line Disabled sync use for hppa. ........ r44442 | emildotchevski | 2008-04-15 14:13:24 -0700 (Tue, 15 Apr 2008) | 1 line Boost Exception header compilation tests added. ........ r44443 | emildotchevski | 2008-04-15 14:14:23 -0700 (Tue, 15 Apr 2008) | 1 line Boost Exception documentation source ........ r44444 | emildotchevski | 2008-04-15 14:56:34 -0700 (Tue, 15 Apr 2008) | 1 line Boost Exception documentation update ........ r44445 | emildotchevski | 2008-04-15 15:23:19 -0700 (Tue, 15 Apr 2008) | 1 line Boost Exception documentation fix ........ r44446 | emildotchevski | 2008-04-15 15:25:11 -0700 (Tue, 15 Apr 2008) | 2 lines Boost Exception documentation fix ........ r44448 | fmhess | 2008-04-15 17:06:29 -0700 (Tue, 15 Apr 2008) | 5 lines Avoid needless overhead of wrapping owner's deleter in deleter_wrapper if shared_from_this has not been called yet, as Peter suggested earlier. ........ r44449 | djowel | 2008-04-15 20:07:06 -0700 (Tue, 15 Apr 2008) | 1 line Andreas patch ........ r44450 | djowel | 2008-04-15 20:07:11 -0700 (Tue, 15 Apr 2008) | 1 line Andreas indexing suite patch ........ [SVN r44451]
Copyright (c) 1998-2003 John Maddock * Use, modification and distribution are subject to the * Boost Software License, Version 1.0. (See accompanying file * LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ************************************************************************ Full instructions for use of this library can be accessed from libs/regex/docs/index.html Installation instructions and library overview is are in libs/regex/docs/introduction.html This library is part of boost (see www.boost.org), the latest version of the library is available from the boost web site, or development snapshots from the boost cvs repository at http://sourceforge.net/project/?group_id=7586
Description
Languages
C++
97.8%
Makefile
1.4%
C
0.4%
CMake
0.3%