Commit Graph

63 Commits

Author SHA1 Message Date
Rene Rivera
bee5448a84 Add, and update, documentation build targets. 2016-10-07 23:07:37 -05:00
Eric Niebler
2e239a99e2 nuke more executible bits 2014-01-11 00:44:37 -08:00
Eric Niebler
ed4f8d3af9 docs for stuff in regex_actions.hpp, refs #7662
[SVN r86267]
2013-10-12 19:24:17 +00:00
Eric Niebler
526a811ded make sub_match work with boost.range, doc tweaks
[SVN r80300]
2012-08-29 09:11:21 +00:00
Eric Niebler
7390fcded1 fix assertion in cpp_regex_traits on libc++, thanks to John Fletcher
[SVN r79732]
2012-07-25 00:24:28 +00:00
Eric Niebler
b77fbdaa53 xpressive can no longer be found in the File Vault
[SVN r64123]
2010-07-18 14:30:38 +00:00
Daniel James
62ce944847 Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00:00
Eric Niebler
2a718202a7 small doc tweak
[SVN r57399]
2009-11-05 05:54:36 +00:00
Eric Niebler
db22157874 document named captures
[SVN r57395]
2009-11-05 00:58:28 +00:00
Eric Niebler
b93033d4a2 document xpressive::mark_tag
[SVN r57290]
2009-11-02 16:48:44 +00:00
Eric Niebler
e2ad6fd0a8 order the tips according to their importance
[SVN r54569]
2009-07-01 22:34:09 +00:00
John Maddock
ce69d63f27 Add PDF generation options to fix external links to point to the web site.
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.

[SVN r51284]
2009-02-17 10:05:58 +00:00
Eric Niebler
807164b6b8 use new globalref to link to doxygen references for global objects
[SVN r48077]
2008-08-11 04:49:03 +00:00
Eric Niebler
d8a15a2197 document behavior of actions in independent sub-expressions
[SVN r46980]
2008-07-02 04:20:43 +00:00
Eric Niebler
8263fb21a0 updated history appendix
[SVN r46368]
2008-06-13 07:03:36 +00:00
Eric Niebler
e4532aaae7 add implementation notes appendix, document tracking_ptr
[SVN r46363]
2008-06-12 23:50:13 +00:00
Eric Niebler
8dbe26f290 document formatter objects and formatter expressions, nuke trailing spaces
[SVN r46362]
2008-06-12 22:40:00 +00:00
Eric Niebler
35359f39ad correct minor doc inaccuracies
[SVN r43718]
2008-03-19 05:18:50 +00:00
Eric Niebler
fade278e7b document new format flags, and range-based interface for regex_match and regex_search
[SVN r43663]
2008-03-17 00:35:04 +00:00
Eric Niebler
a5bf4a73f3 update acknowledgement of john maddock
[SVN r43000]
2008-01-28 20:03:41 +00:00
Eric Niebler
220a5785a1 code clean-up, begin updating the transform section in proto's docs
[SVN r42788]
2008-01-15 06:46:39 +00:00
Eric Niebler
3ce74ea891 doc tweaks
[SVN r40807]
2007-11-05 20:28:51 +00:00
Eric Niebler
925370864f update copyright year
[SVN r39986]
2007-10-13 21:16:23 +00:00
Eric Niebler
eca46633cc updated installation information
[SVN r39964]
2007-10-12 16:50:13 +00:00
Eric Niebler
3eac591184 reenable self-adjusting TST if BOOST_DISABLE_THREADS is defined
[SVN r39955]
2007-10-12 04:31:10 +00:00
Eric Niebler
5b1c748de6 document use of let() with regex_(token_)iterator
[SVN r39947]
2007-10-11 21:29:57 +00:00
Eric Niebler
2adc1ec68e document placeholder<> and match_results<>::let()
[SVN r39915]
2007-10-11 02:12:07 +00:00
Eric Niebler
ff68ce93c5 document user-defined assertions
[SVN r39914]
2007-10-11 00:44:57 +00:00
Eric Niebler
bf937800e7 more user docs for semantic actions
[SVN r39867]
2007-10-09 22:25:18 +00:00
Eric Niebler
42ed7c3b7a symbols docs, acknowledgement for dave j., doxygen tweaks
[SVN r39823]
2007-10-08 22:41:00 +00:00
Eric Niebler
a1355460f8 escape accented character
[SVN r39819]
2007-10-08 21:14:14 +00:00
Eric Niebler
31d30caf88 better fix for case_converting_iterator as suggested by Steven Watanabe
[SVN r39793]
2007-10-08 17:12:56 +00:00
Eric Niebler
aa0e8838d7 doc tweaks
[SVN r39787]
2007-10-08 15:57:04 +00:00
Eric Niebler
878b3cabb2 move applyN and always transforms into the apply.hpp header
[SVN r38079]
2007-06-23 17:12:49 +00:00
Eric Niebler
c790745e28 updated installation guide
[SVN r37797]
2007-05-27 06:59:41 +00:00
Eric Niebler
1afb4440fc named captures for dynamic regexes, doxygen comments
[SVN r37608]
2007-05-07 04:41:25 +00:00
Eric Niebler
a168394744 add history appendix, begin user doc for semantic actions
[SVN r37559]
2007-05-02 07:35:01 +00:00
Rene Rivera
1fc60af8dd Fix a few more references to *.boosbook instead of *.xml generated files.
[SVN r37464]
2007-04-17 17:06:51 +00:00
Eric Niebler
1bce60ca23 document dynamic regex grammars, add license and copyright to .qbk files
[SVN r37145]
2007-03-05 21:54:01 +00:00
Eric Niebler
a4565ad5ab switch proto::matches from using mpl::_ to using proto::_, which has an identity transform
[SVN r36789]
2007-01-26 03:06:15 +00:00
Eric Niebler
9b10ece840 fix doc error for _ln
[SVN r36768]
2007-01-23 16:59:21 +00:00
Eric Niebler
71ca945cb6 patch suggested by Volodya
[SVN r36686]
2007-01-11 01:49:29 +00:00
Eric Niebler
75ca2d7160 reorg
[SVN r36591]
2007-01-05 07:31:34 +00:00
Eric Niebler
e6367e1cd3 stubs for proto's documentation
[SVN r36590]
2007-01-04 19:52:51 +00:00
Eric Niebler
d16da6ab8b add proto::extends<> and change mark_tag to use proto::extends<> for nice construction syntax
[SVN r35806]
2006-11-02 06:56:43 +00:00
Eric Niebler
652d40d245 ne syntax for initializing mark tags
[SVN r35777]
2006-10-29 06:19:04 +00:00
Eric Niebler
5c5607652c fix proto/fusion integration, add test for proto/fusion integration (marked explicit), port all tests to Boost.UnitTest, fix dependency issue in doc/Jamfile.v2
[SVN r35687]
2006-10-22 03:28:00 +00:00
Eric Niebler
67025fe275 merge from XPRESSIVE_1_1
[SVN r33726]
2006-04-17 19:47:33 +00:00
Eric Niebler
bfd37a8eae fix memberref to basic_regex::compile
[SVN r33702]
2006-04-14 20:36:41 +00:00
Eric Niebler
08e6ac838a revert Jamfile badness
[SVN r32981]
2006-02-18 00:59:15 +00:00