Commit Graph

888 Commits

Author SHA1 Message Date
Gennaro Prota
cac91b07ee fixed min/max guideline violation (Inspect tool)
[SVN r34783]
2006-07-29 20:55:30 +00:00
Gennaro Prota
e7a90bbc56 boost guidelines (mainly from inspect tool: tabs, license reference text, etc.); more to do...
[SVN r34753]
2006-07-27 11:48:49 +00:00
Gennaro Prota
c324ce7dfb boost guidelines (mainly from inspect tool: tabs, license reference text, etc.)
[SVN r34752]
2006-07-27 10:27:37 +00:00
Gennaro Prota
4300585a93 manual merge from trunk: fixed typos reported in http://bugs.debian.org/378016
[SVN r34637]
2006-07-20 14:06:13 +00:00
Gennaro Prota
b6eeca240d fixed typos reported in http://bugs.debian.org/378016
[SVN r34629]
2006-07-20 13:15:25 +00:00
Eric Niebler
3dfdc91936 work around vc7.1 bug
[SVN r34425]
2006-06-28 21:39:43 +00:00
Eric Niebler
efd9760612 add accessor for children of segmented_view
[SVN r33957]
2006-05-07 16:33:58 +00:00
Eric Niebler
f03c67d727 minor tweak to proto by-ref change
[SVN r33952]
2006-05-07 06:42:13 +00:00
Eric Niebler
1eaa4132a0 proto expression templates now hold their arguments by reference
[SVN r33951]
2006-05-07 06:00:40 +00:00
Eric Niebler
44a1b8858f optionally make proto parse trees valid Fusion.v2 sequences
[SVN r33900]
2006-05-02 02:03:34 +00:00
Eric Niebler
6bd7655586 op_root inherits from fusion::sequence_root, so proto trees really are fusion sequences
[SVN r33876]
2006-04-30 20:10:26 +00:00
Eric Niebler
e2a5ce85c3 make binary proto expression trees valid Fusion sequences
[SVN r33873]
2006-04-30 05:32:34 +00:00
Eric Niebler
58d2e05808 fix oops
[SVN r33865]
2006-04-30 02:17:12 +00:00
Eric Niebler
ee2f9a0ade add nested ::tag type to proto ops for Fusion-1 compatibility
[SVN r33864]
2006-04-30 02:08:52 +00:00
Eric Niebler
821c03fceb fix bug in pass-through compiler
[SVN r33821]
2006-04-25 23:07:29 +00:00
Eric Niebler
5b55657bfc fix over-eager search/replace
[SVN r33798]
2006-04-24 16:28:11 +00:00
Eric Niebler
ba51350fb2 add pass_through proto compiler, s/Op/Node/
[SVN r33797]
2006-04-24 16:26:28 +00:00
Eric Niebler
208d930989 more tracking_ptr clean-up, rename fold_compiler to reverse_fold_compiler
[SVN r33768]
2006-04-23 08:57:40 +00:00
Eric Niebler
aecbd7d4a6 fix oops
[SVN r33751]
2006-04-20 07:13:54 +00:00
Eric Niebler
cb229785d1 sizeof tracking_ptr (and hence, sizeof basic_regex) goes from 4 pointers to 1
[SVN r33738]
2006-04-18 20:54:15 +00:00
Eric Niebler
4419b5671c more use of intrusive_ptr to reduce dynamic allocation overhead
[SVN r33730]
2006-04-18 07:52:49 +00:00
Eric Niebler
323a20113d fix purity calculation bug
[SVN r33729]
2006-04-18 02:25:49 +00:00
Eric Niebler
67025fe275 merge from XPRESSIVE_1_1
[SVN r33726]
2006-04-17 19:47:33 +00:00
Eric Niebler
e94ea769fa merged from XPRESSIVE_1_1
[SVN r33725]
2006-04-17 19:36:53 +00:00
Eric Niebler
bfd37a8eae fix memberref to basic_regex::compile
[SVN r33702]
2006-04-14 20:36:41 +00:00
Vladimir Prus
cd964219ae Merge from trunk
[SVN r33595]
2006-04-07 13:49:45 +00:00
Vladimir Prus
bb98b3ea9d Disable debug symbols for intel
[SVN r33594]
2006-04-07 13:48:58 +00:00
nobody
7d8e41fe98 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r33417]
2006-03-21 02:26:31 +00:00
Eric Niebler
26151f288e fix doc-comment for regex_replace
[SVN r33378]
2006-03-18 20:24:53 +00:00
Eric Niebler
ca50bb1fdc fix doc bug
[SVN r33366]
2006-03-18 04:50:24 +00:00
Eric Niebler
b1236a86c4 s/mtent12.txt/3200.txt/
[SVN r33358]
2006-03-16 21:30:32 +00:00
Eric Niebler
a0ac25baae misc tweaks for xpressive 1.0
[SVN r33327]
2006-03-13 06:38:27 +00:00
Eric Niebler
51c4ddd73a remove redundant MPL assertions
[SVN r33274]
2006-03-09 00:39:21 +00:00
Eric Niebler
7185ae4b2c use _Z forms of preprocessor macros where appropriate
[SVN r33270]
2006-03-08 20:40:22 +00:00
Eric Niebler
9dc51d516d replace unmaintainable static quant transforms with cleaner implementation
[SVN r33266]
2006-03-08 00:07:50 +00:00
Eric Niebler
85dbe5b828 add missing header file
[SVN r33244]
2006-03-07 02:49:30 +00:00
Eric Niebler
e62cb39e9f add tests for static epsilon_(mark_)matcher bug
[SVN r33243]
2006-03-06 23:48:45 +00:00
Eric Niebler
098b2048a3 fix static regex bug with epsilon_(mark_)matcher. TODO quant transforms need clean-up
[SVN r33242]
2006-03-06 23:47:45 +00:00
Eric Niebler
08e6ac838a revert Jamfile badness
[SVN r32981]
2006-02-18 00:59:15 +00:00
Eric Niebler
9859ebae2b update list of supported compilers
[SVN r32977]
2006-02-17 19:24:34 +00:00
Eric Niebler
45799f8257 old save/restore confused metrowerks, so use a simpler one
[SVN r32954]
2006-02-16 08:14:11 +00:00
Eric Niebler
c12b0dd112 fix buggy save/restore
[SVN r32948]
2006-02-16 01:38:15 +00:00
Eric Niebler
bed7bece99 acknowledge noel's help with the CW port
[SVN r32909]
2006-02-14 02:04:35 +00:00
Eric Niebler
f8acde22e4 add explicit initialization where CodeWarrior is failing to default initialize
[SVN r32878]
2006-02-13 01:05:37 +00:00
Eric Niebler
89dcefb61a which hunt ... s/which/that/
[SVN r32862]
2006-02-12 19:15:53 +00:00
Eric Niebler
6d396a5f21 another attempt to work around QNX ctype issue
[SVN r32719]
2006-02-08 01:44:18 +00:00
Vladimir Prus
15db6f22c8 Update Jamfile.v2
[SVN r32705]
2006-02-07 12:49:34 +00:00
Vladimir Prus
c27d8c956a Update Jamfile.v2
[SVN r32495]
2006-02-01 09:08:19 +00:00
Vladimir Prus
931fdaf650 Update Jamfile.v2
[SVN r32483]
2006-01-31 15:45:28 +00:00
Eric Niebler
e141872003 misc tweaks
[SVN r32356]
2006-01-19 08:17:48 +00:00