88a0f9d75a
Added multithreaded build options.
...
[SVN r16971]
2003-01-21 12:20:20 +00:00
1eec12f177
Modified regression program arguments, so they work when called from some other path.
...
[SVN r16877]
2003-01-12 12:29:49 +00:00
82ad27c468
Modified Jamfile to use testing.jam
...
[SVN r16868]
2003-01-11 11:52:19 +00:00
9a4e5d29c1
tentative fix for VC7
...
[SVN r16252]
2002-11-15 11:50:41 +00:00
3a5f4775f7
changed boost/regex/detail to boost/regex/v3
...
[SVN r16185]
2002-11-10 11:37:08 +00:00
66ddab7fae
Fixes for Intel C++
...
[SVN r16029]
2002-10-31 12:13:56 +00:00
0fec291b28
changes to use boost test system
...
[SVN r15403]
2002-09-17 10:58:25 +00:00
eeae9a0762
Added try catch block to catch runtime errors thrown from matching algorithms
...
[SVN r15374]
2002-09-16 11:55:23 +00:00
2468d450f2
Added -Ve and -Vx options to bcb makefiles.
...
[SVN r14319]
2002-07-07 10:28:32 +00:00
129cf61f65
respect <sysinclude>
...
[SVN r13995]
2002-05-21 16:24:07 +00:00
976fb02a1b
Moved some key template instances into the lib and out of user code.
...
Updated makefiles:
renamed lib files with new more systematic naming convention.
Added bcb6 support.
Rewritten automatic lib selection.
Updated copyright declarations.
[SVN r13557]
2002-04-24 10:50:23 +00:00
9ef4719dff
Modified jamfiles to work with new updated build system
...
[SVN r12952]
2002-02-27 12:37:28 +00:00
44d33b20d5
Can't declare a variable in a for-loop with the same name as a variable declared in the for loop initialization
...
[SVN r12775]
2002-02-09 16:37:56 +00:00
f79497c625
Handle standard libraries that do not support std::iterator
...
[SVN r12686]
2002-02-04 12:54:17 +00:00
a108657449
Make string_out_iterator a full-fledged output iterator
...
[SVN r12671]
2002-02-03 17:30:13 +00:00
9225fa8531
Removed unnecessary template parameter from ostream_iterator so that it works with gcc2.9x now.
...
[SVN r12666]
2002-02-03 11:44:37 +00:00
07c20c1926
Modified code that determines how long to loop for, with upper limit of 1s.
...
[SVN r12665]
2002-02-03 11:43:23 +00:00
d227059666
New smart pointer documentation. Related clean-up of the smart pointer
...
library. Changing includes to include the new individual smart pointer
headers. Replacing old smart pointer library with an include of the new
smart pointer headers. Simplify ifdefs that involve the member templates
macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet
set for platforms that have full member templates.
[SVN r12647]
2002-02-02 18:36:12 +00:00
6463dcfb07
regex_timer.cpp:
...
- Head off some infinite looping on some platforms
[SVN r12550]
2002-01-29 13:38:30 +00:00
e993619390
Stripped tabs from source
...
[SVN r12351]
2002-01-19 12:38:14 +00:00
b2dd7877da
Updated regex examples and Jamfiles so that they are run as tests.
...
[SVN r12149]
2001-12-26 11:21:24 +00:00
0cda8c8a2e
Initial checkin
...
[SVN r12122]
2001-12-19 11:57:20 +00:00
554832217c
Updated regex examples and Jamfiles so that most now run as tests.
...
[SVN r12067]
2001-12-16 11:33:27 +00:00
63130c1ef5
Updated Jamfiles and tests so that they actually work now!
...
[SVN r11985]
2001-12-09 12:50:46 +00:00
a7984bb149
Updated Jamfiles with forced dynamic linking removed.
...
[SVN r11647]
2001-11-10 12:12:38 +00:00
e047b2b509
Updated examples with better comment on expressions. Updated test program to test for apparent Rogur Wave bug (and it's workaround).
...
[SVN r11390]
2001-10-16 11:36:00 +00:00
fe45d5bf4a
Tweeked regex version number to reference <boost/version.hpp>
...
[SVN r11309]
2001-09-30 10:30:14 +00:00
1d473147fd
commit of split-config, including any changes required to existing libraries (mainly regex).
...
[SVN r11138]
2001-09-18 11:13:39 +00:00
139a2f60fb
Updated build system (more or less works now)
...
[SVN r10890]
2001-08-18 11:50:48 +00:00
014b66b2f4
Removed non-functioning msvc link command from Jamfile, added user32.lib forced link to w32_regex_traits.cpp
...
[SVN r10886]
2001-08-18 10:22:10 +00:00
b2ea26705d
Added (as yet non-functional msvc library support)
...
[SVN r10876]
2001-08-16 11:43:22 +00:00
432f59cde7
Updated Jamfile (it works now!)
...
[SVN r10850]
2001-08-13 11:34:37 +00:00
846da064e0
Added Jamfile
...
[SVN r10843]
2001-08-12 11:55:51 +00:00
e1492c79ce
updated jamfile, fixed Windows XP problems
...
[SVN r10840]
2001-08-11 11:47:12 +00:00
a06c964cab
Spell things consistently. Add some bits of Mac stuff to the tests.
...
Use std::size_t where needed.
[SVN r10800]
2001-08-07 17:22:02 +00:00
330d46f306
regex point release (minor compatiblity fixes)
...
[SVN r10245]
2001-05-30 11:36:49 +00:00
04b11fdd1c
Added support for "format_first_only" new format flag
...
[SVN r10119]
2001-05-17 11:55:55 +00:00
efd0ce56bc
reorganised regex config setup
...
[SVN r10064]
2001-05-08 11:24:35 +00:00
19dab6c60a
tweeked borland makefiles for case sensitive linking, changed memcpy to memmove in partial grep example
...
[SVN r9990]
2001-04-28 10:12:52 +00:00
a92faf9d3d
regex point release
...
[SVN r9834]
2001-04-18 11:35:32 +00:00
ab16e6c6c0
updated regex directory structure
...
[SVN r9765]
2001-04-12 11:14:59 +00:00
ed21a5183b
reworked regex directory structure to match boost requirements.
...
[SVN r9752]
2001-04-10 11:44:47 +00:00