Commit Graph

30 Commits

Author SHA1 Message Date
Daniel James
67efb9f2e5 Put language version in default-build instead of requirements
Fixes a build bug for the unit tests, see:

12decb3ce6 (commitcomment-26676662)

Probably a good idea as it also allows the language versions to be overriden at
the command line. Should probably also arrange the unit test build a bit
better.
2018-01-06 01:34:19 +00:00
Daniel James
0539e3268e Suppress outdated Boost.Config warning 2017-12-28 17:04:34 +00:00
Daniel James
6d55edfe3f Use C++11 2017-12-18 17:16:25 +00:00
Daniel James
f5fe0d7c13 Move boost build project to top level
So it affects all build files.
2017-12-18 17:16:25 +00:00
Daniel James
93f27043f3 Fix building on windows
path.join doesn't support windows paths, so it was appending the full
path in DIST_DIR to the current working directory. This is still broken
if the user sets DIST_DIR to a full windows path themselves.
2017-04-22 13:54:12 +01:00
Rene Rivera
6bac96a727 Fix install copy on Windows.
We need to normalize distdir path before rooting against current dir as that only works if both paths are normalized.
2017-02-12 11:09:00 +00:00
Rene Rivera
451fa8ae09 Release CI.. Allow overriding install location. 2017-02-12 11:08:35 +00:00
Daniel James
78b784b859 Quickbook: Restore quickbook toolset.
So that it can be used with older versions. Also removed `dist-lib` as
it doesn't seem to do anything, and quickbook no longer pretends to be
usable as a library.

[SVN r75926]
2011-12-12 23:02:34 +00:00
Daniel James
a8205369c6 Quickbook: Use release version of quickbook.
[SVN r73297]
2011-07-22 08:34:07 +00:00
Daniel James
90b9c8062c Only build the release quickbook by default.
[SVN r65034]
2010-08-26 20:59:32 +00:00
Daniel James
aafa5d83d2 Move the source files into a source directory.
[SVN r65030]
2010-08-26 20:56:37 +00:00
Daniel James
661ab7b5e4 Instantiate the syntax highlighters in a separate compile unit.
[SVN r65028]
2010-08-26 20:54:12 +00:00
Daniel James
c814a14087 Remove a lot of deprecated filesystem functions.
Still calls `normalize`. Refs #2923.

[SVN r62476]
2010-06-06 09:38:20 +00:00
Daniel James
df40ab1e37 Merge some non-spirit 2 changes from the spirit 2 branch.
Mostly administrative, but also disable xinclude test as it fails on some
platforms due to the different paths used by boost build, I'm not sure how to
fix it.


[SVN r58034]
2009-11-29 19:16:42 +00:00
Daniel James
a7f6c62eb7 Support both windows and cygwin paths in cygwin quickbook.
[SVN r50513]
2009-01-08 12:01:50 +00:00
Daniel James
24a5723e6f Put the markup strings in their own cpp file to avoid gcc warnings.
[SVN r50215]
2008-12-08 23:38:29 +00:00
Daniel James
135334e8bb Revert my change to the quickbook jamfile, it isn't adequately tested.
[SVN r50163]
2008-12-06 19:22:32 +00:00
Daniel James
4cbce74150 Defined BOOST_CYGWIN_PATH when building quickbook on cygwin.
[SVN r50142]
2008-12-05 19:03:19 +00:00
Rene Rivera
31421730cf Implement template eval escape "[`xyz]".
[SVN r38145]
2007-07-05 01:56:15 +00:00
Joel de Guzman
84a9414f99 infrastructure changes: template_stack(s)
[SVN r34257]
2006-06-09 03:16:04 +00:00
Joel de Guzman
be0a66b005 maintenance tweaks
[SVN r34219]
2006-06-07 04:20:13 +00:00
Joel de Guzman
ec8c5baa27 ready for prime time
[SVN r34173]
2006-06-05 01:09:56 +00:00
Eric Niebler
203457da7c fix up xinclude paths relative to the output directory, temporarily disable MSVC warnings.
[SVN r31228]
2005-10-07 21:59:34 +00:00
Vladimir Prus
83ac3b00b3 Add convenient top-level aliases for libraries, for example /boost//thread.
[SVN r30873]
2005-09-08 10:06:33 +00:00
Joel de Guzman
24ff030699 DONE 1) make actor's Iterator specific
DONE 2) separate compilation of actors


[SVN r30857]
2005-09-07 17:41:19 +00:00
Joel de Guzman
473d306bc5 Added pretty layouting of XML output
[SVN r30786]
2005-09-03 01:26:58 +00:00
Eric Niebler
fbfd16b7ee merge from QUICKBOOK_INCLUDE branch
[SVN r30369]
2005-08-02 03:39:30 +00:00
Rene Rivera
e269ee260c Add dist-lib and dist-bin targets to put results in a convenient place.
All tools compile except for inspect.


[SVN r28462]
2005-04-24 17:18:25 +00:00
Joel de Guzman
9ac13dc646 uses boost program options, bumped version to 1.1
[SVN r27369]
2005-02-14 06:36:16 +00:00
Eric Niebler
84c14dd517 QuickBook v1.0 wikiwiki-style doc tool for BoostBook
[SVN r26857]
2005-01-26 19:17:24 +00:00