John Maddock
1a50827c46
stripped tabs from files
...
[SVN r21011]
2003-11-30 13:06:58 +00:00
John Maddock
ff1c0a0bb5
Moved common build options into build/Jamfile
...
[SVN r20355]
2003-10-12 11:19:15 +00:00
Vladimir Prus
651256800f
Add V2 Jamfile
...
[SVN r20273]
2003-10-07 10:45:15 +00:00
John Maddock
ab5a7a768d
Added new licence info.
...
[SVN r20254]
2003-10-04 11:29:20 +00:00
John Maddock
11ea8aab76
switched over to new Boost Licence
...
[SVN r20232]
2003-09-30 13:02:51 +00:00
Dave Abrahams
3b27d5a38e
Use the import rule
...
[SVN r19968]
2003-09-08 17:38:49 +00:00
John Maddock
ccc9c16e93
Added fixes for tests which are unsupported on some platforms.
...
[SVN r19548]
2003-08-12 12:03:25 +00:00
John Maddock
6750cf4892
Modified wide character tests to warn not fail when no wide character support is available in the platform.
...
Modified Jamfiles to use centralised options.
Added wide character concept check.
[SVN r19318]
2003-07-26 11:22:17 +00:00
John Maddock
8be91f0568
Added SGI-Irix tentative fix.
...
[SVN r19228]
2003-07-20 11:17:15 +00:00
Jens Maurer
ff80be2019
avoid gcc "signed/unsigned" warning
...
[SVN r19128]
2003-07-15 15:55:59 +00:00
John Maddock
cb9409160a
Moved static stables into the function bodies to fix a gcc on MacOS X and IMB compiler bug.
...
Fixed config system for dll builds - the default linkage option is now static linking.
Fixed makefiles - dll builds now work.
Added Misc fixes for the example programs.
[SVN r19044]
2003-07-11 11:51:35 +00:00
John Maddock
df4b8e696f
Added patch for gcc 2.95 and get_line under cygwin
...
[SVN r18535]
2003-05-25 10:58:24 +00:00
John Maddock
8fb69853fc
Fixed broken links, added copyright declarations, renamed some long file names
...
[SVN r18525]
2003-05-24 11:13:26 +00:00
John Maddock
088b492987
changed lib names, minor gcc3.3 warning patches
...
[SVN r18443]
2003-05-19 11:56:17 +00:00
John Maddock
1f15026060
Merged regex-4 branch.
...
[SVN r18431]
2003-05-17 11:55:51 +00:00
John Maddock
f0f32bdda1
Merged regex-4 branch.
...
[SVN r18430]
2003-05-17 11:45:48 +00:00
Dave Abrahams
a81a1ea30f
restore from disk crash
...
[SVN r18353]
2003-05-08 02:19:10 +00:00
John Maddock
88a0f9d75a
Added multithreaded build options.
...
[SVN r16971]
2003-01-21 12:20:20 +00:00
John Maddock
1eec12f177
Modified regression program arguments, so they work when called from some other path.
...
[SVN r16877]
2003-01-12 12:29:49 +00:00
John Maddock
82ad27c468
Modified Jamfile to use testing.jam
...
[SVN r16868]
2003-01-11 11:52:19 +00:00
John Maddock
9a4e5d29c1
tentative fix for VC7
...
[SVN r16252]
2002-11-15 11:50:41 +00:00
John Maddock
3a5f4775f7
changed boost/regex/detail to boost/regex/v3
...
[SVN r16185]
2002-11-10 11:37:08 +00:00
John Maddock
66ddab7fae
Fixes for Intel C++
...
[SVN r16029]
2002-10-31 12:13:56 +00:00
John Maddock
0fec291b28
changes to use boost test system
...
[SVN r15403]
2002-09-17 10:58:25 +00:00
John Maddock
eeae9a0762
Added try catch block to catch runtime errors thrown from matching algorithms
...
[SVN r15374]
2002-09-16 11:55:23 +00:00
John Maddock
2468d450f2
Added -Ve and -Vx options to bcb makefiles.
...
[SVN r14319]
2002-07-07 10:28:32 +00:00
Dave Abrahams
129cf61f65
respect <sysinclude>
...
[SVN r13995]
2002-05-21 16:24:07 +00:00
John Maddock
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
John Maddock
9ef4719dff
Modified jamfiles to work with new updated build system
...
[SVN r12952]
2002-02-27 12:37:28 +00:00
Douglas Gregor
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
Douglas Gregor
f79497c625
Handle standard libraries that do not support std::iterator
...
[SVN r12686]
2002-02-04 12:54:17 +00:00
Douglas Gregor
a108657449
Make string_out_iterator a full-fledged output iterator
...
[SVN r12671]
2002-02-03 17:30:13 +00:00
John Maddock
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
John Maddock
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
Darin Adler
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
Douglas Gregor
6463dcfb07
regex_timer.cpp:
...
- Head off some infinite looping on some platforms
[SVN r12550]
2002-01-29 13:38:30 +00:00
John Maddock
e993619390
Stripped tabs from source
...
[SVN r12351]
2002-01-19 12:38:14 +00:00
John Maddock
b2dd7877da
Updated regex examples and Jamfiles so that they are run as tests.
...
[SVN r12149]
2001-12-26 11:21:24 +00:00
John Maddock
0cda8c8a2e
Initial checkin
...
[SVN r12122]
2001-12-19 11:57:20 +00:00
John Maddock
554832217c
Updated regex examples and Jamfiles so that most now run as tests.
...
[SVN r12067]
2001-12-16 11:33:27 +00:00
John Maddock
63130c1ef5
Updated Jamfiles and tests so that they actually work now!
...
[SVN r11985]
2001-12-09 12:50:46 +00:00
John Maddock
a7984bb149
Updated Jamfiles with forced dynamic linking removed.
...
[SVN r11647]
2001-11-10 12:12:38 +00:00
John Maddock
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
John Maddock
fe45d5bf4a
Tweeked regex version number to reference <boost/version.hpp>
...
[SVN r11309]
2001-09-30 10:30:14 +00:00
John Maddock
1d473147fd
commit of split-config, including any changes required to existing libraries (mainly regex).
...
[SVN r11138]
2001-09-18 11:13:39 +00:00
John Maddock
139a2f60fb
Updated build system (more or less works now)
...
[SVN r10890]
2001-08-18 11:50:48 +00:00
John Maddock
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
John Maddock
b2ea26705d
Added (as yet non-functional msvc library support)
...
[SVN r10876]
2001-08-16 11:43:22 +00:00
John Maddock
432f59cde7
Updated Jamfile (it works now!)
...
[SVN r10850]
2001-08-13 11:34:37 +00:00
John Maddock
846da064e0
Added Jamfile
...
[SVN r10843]
2001-08-12 11:55:51 +00:00
John Maddock
e1492c79ce
updated jamfile, fixed Windows XP problems
...
[SVN r10840]
2001-08-11 11:47:12 +00:00
Darin Adler
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
John Maddock
330d46f306
regex point release (minor compatiblity fixes)
...
[SVN r10245]
2001-05-30 11:36:49 +00:00
John Maddock
04b11fdd1c
Added support for "format_first_only" new format flag
...
[SVN r10119]
2001-05-17 11:55:55 +00:00
John Maddock
efd0ce56bc
reorganised regex config setup
...
[SVN r10064]
2001-05-08 11:24:35 +00:00
John Maddock
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
John Maddock
a92faf9d3d
regex point release
...
[SVN r9834]
2001-04-18 11:35:32 +00:00
John Maddock
ab16e6c6c0
updated regex directory structure
...
[SVN r9765]
2001-04-12 11:14:59 +00:00
John Maddock
ed21a5183b
reworked regex directory structure to match boost requirements.
...
[SVN r9752]
2001-04-10 11:44:47 +00:00