Commit Graph

108 Commits

Author SHA1 Message Date
Peter Dimov
e98a817693 Merge branch 'develop' 2019-03-04 16:32:52 +02:00
Peter Dimov
ecb6816f07 --distdir, when given, should take priority over --build-dir 2019-03-04 16:31:57 +02:00
John Maddock
97cec1b6bb Merge branch 'develop' 2019-02-24 09:20:19 +00:00
jzmaddock
aeb4eee99e Merge pull request #2 from eldiener/develop
Honor build_dir first when installing so that installation should be …
2017-10-25 18:35:54 +01:00
Edward Diener
800f7de1f5 Honor build_dir first when installing so that installation should be made outside of Boost tree if user desires. 2017-03-23 06:25:58 -07:00
jzmaddock
27efbd272c Merge branch 'develop'
Conflicts:
	build/Jamfile.v2
2016-02-24 09:39:41 +00:00
Rene Rivera
a0411ac136 Grr.. Did not cover all the permutations of options vs. no-options for distdir. 2016-02-19 20:44:46 -06:00
Rene Rivera
4094d8fd61 And we also need to make any input path, from the distdir option, also a b2 path. 2016-02-19 20:40:47 -06:00
Rene Rivera
f906334381 Fix stage copy failure on Windows. On Windows we need to make the BOOST_ROOT path into a b2 path, from native, so that the parenting can work correctly. 2016-02-19 20:36:18 -06:00
jzmaddock
0dbb59ef6c Revert last change as it breaks msvc building. 2016-02-19 17:19:06 +00:00
jzmaddock
c1e32b9c93 Merge branch 'develop' 2016-02-18 18:26:31 +00:00
Rene Rivera
f0c77dd22d Release CI.. Allow overriding install location. 2015-12-15 15:06:22 -06:00
jzmaddock
b77ca351df Update regular expressions to match what we actually use. 2015-11-09 18:30:36 +00:00
jzmaddock
80559f18f7 Fix regular expressions to find function definitions where the return type is a template.
Test cases are also updated since type_traits has changed.
2015-11-08 19:04:06 +00:00
jzmaddock
f2d8965d71 Merge branch 'develop' 2014-04-10 11:29:56 +01:00
Daniel James
a71c1e9e83 Create merge base for git. 2014-04-06 13:57:16 +01:00
John Maddock
580822e2f9 Fix bug for situation where no suitable index location is found.
[SVN r84180]
2013-05-07 17:02:39 +00:00
John Maddock
337afc03be Merge fixes in Trunk.
[SVN r83956]
2013-04-18 15:52:11 +00:00
John Maddock
557b5cc2c6 Throw exception on precondition failure.
Fixes #7967.

[SVN r83952]
2013-04-18 12:26:23 +00:00
John Maddock
8039f6e7ac Merge AutoIndex to release.
[SVN r74006]
2011-08-22 17:25:16 +00:00
John Maddock
5b2bcf899e Add install to std location.
[SVN r73741]
2011-08-14 16:17:29 +00:00
John Maddock
2830da74d3 Fix build errors from non-C++11 compilers.
Fix scanner to scan refentry's correctly.
Change preferred terms to use bold rather than just emphasis.
Updated tests to match.

[SVN r73144]
2011-07-16 12:13:06 +00:00
John Maddock
fbe246bf1d Fix glitches in docs.
Force AutoIndex to build in release mode when built-on-demand.

[SVN r73106]
2011-07-14 15:59:40 +00:00
John Maddock
ecfb4e7ae3 Fix bad regular expression used for function name scanning.
[SVN r72986]
2011-07-09 17:05:35 +00:00
John Maddock
1a66d863a5 Fix regular expressions used.
[SVN r72974]
2011-07-08 17:50:11 +00:00
John Maddock
842aa8279a Add AutoIndex tool from sandbox.
Integrate into Boost.Build.
Add HTML stylesheet options for Indexes.
Add rule to XSL stylesheets to place Indexes in their own HTML CSS class.

[SVN r72962]
2011-07-08 11:28:42 +00:00
John Maddock
2ac83cabba Fix regular expression generator to escape special characters.
[SVN r72777]
2011-06-27 17:19:21 +00:00
John Maddock
4eb79129cf Fix command line options docs.
Change link handling to only link to blocks which can have a title - this avoids a docbook bug.

[SVN r72744]
2011-06-24 17:37:00 +00:00
John Maddock
f3e43d9c82 Update docs with more consistent naming "Boost.AutoIndex".
[SVN r72693]
2011-06-20 15:45:48 +00:00
John Maddock
99d3515fc3 Update docs with more consistent naming "Boost.AutoIndex".
[SVN r72692]
2011-06-20 15:36:09 +00:00
John Maddock
41d12f23ad Add Quickbook support.
[SVN r72685]
2011-06-19 16:44:32 +00:00
John Maddock
26b491b303 Add docs for the XML processing instructions.
[SVN r72670]
2011-06-18 17:58:30 +00:00
John Maddock
211c7f4574 Added support for XML processing instructions to exclude sections/blocks from being indexed.
[SVN r72666]
2011-06-18 12:28:00 +00:00
John Maddock
b90862be71 Adjust handing of manually added indexterm's so that identical indexterm's in separate sections generate separate entries. Also allow for tertiary entries. Update tests to match.
[SVN r72637]
2011-06-17 12:35:40 +00:00
John Maddock
4b65298db4 Completely rewrite the internal index generation code - now uses nested unordered lists.
Entries with identical primary and secondary keys are now collapsed into one entry.
Preferred terms are now automatically detected.

[SVN r72614]
2011-06-16 17:48:12 +00:00
John Maddock
d39bffe9e0 Change index generator not to place <para> inside a <simplelist><member> as it's not valid Docbook XML.
[SVN r72532]
2011-06-10 11:54:18 +00:00
John Maddock
81745787bd Minor refactoring of error handling code.
[SVN r72482]
2011-06-08 11:04:21 +00:00
John Maddock
1e5c6c1b4e Change to use program.options.
Fix typos in docs raised by Edward Diener.

[SVN r72470]
2011-06-07 17:19:58 +00:00
John Maddock
669a36b78b Simplify (and delete!) code.
[SVN r72088]
2011-05-22 18:07:56 +00:00
John Maddock
bebb90db6b Change XML handing to pass processing instructions through unchanged, also to make the content available to the client.
Change index generation not to create a secondary list if there's nothing in it.
Change XML formatting to generate <tag/> rather than <tag></tag>.

[SVN r72085]
2011-05-22 17:13:33 +00:00
John Maddock
79c93534cc Tweak scanners used for functions. Update docs to match.
[SVN r71990]
2011-05-16 17:35:58 +00:00
John Maddock
8c4fce697e Test of ID constraint should use regex_match and not regex_search.
Update tests accordingly and change Jamfile.v2 to match current Trunk.

[SVN r71977]
2011-05-16 11:20:27 +00:00
John Maddock
b1325e59ac Rebuild docs with indexes enabled.
[SVN r69442]
2011-03-01 12:16:07 +00:00
John Maddock
c97ec0e9be Fix stray \ and regenerate docs.
[SVN r69440]
2011-03-01 09:50:02 +00:00
Paul A. Bristow
3d983a2ddb all html files after rebuilding with indexes. Should this be in SVN?
[SVN r69384]
2011-02-28 14:11:31 +00:00
Paul A. Bristow
c634070df4 Added index file and built indexes.
[SVN r69383]
2011-02-28 14:10:03 +00:00
Paul A. Bristow
2cbdd800c7 Added auto index.idx
[SVN r69381]
2011-02-28 12:24:44 +00:00
John Maddock
9e6986bdcd Fix Index location.
Fix optional index inclusion in source.
Fix tool to generate an error if no script file exists.
Regenerate docs.

[SVN r68994]
2011-02-18 17:48:14 +00:00
John Maddock
0885e0c644 Fix superfluous section.
[SVN r68761]
2011-02-10 18:06:11 +00:00
John Maddock
3b838ab5cc Tweak formatting and commit missing HTML files.
[SVN r68760]
2011-02-10 18:00:07 +00:00