regex.jam: Provide "escape" routine that escapes a string with certain escape
characters
boostbook.jam: Use print.escape to properly escape argument to "echo" on
Windows and Unix (BoostBook now works on non-Cygwin Windows)
[SVN r18148]
regex.jam: Provide "escape" routine that escapes a string with certain escape
characters
boostbook.jam: Use print.escape to properly escape argument to "echo" on
Windows and Unix (BoostBook now works on non-Cygwin Windows)
[SVN r18148]
- Remove the BoostBook XSL/DTD dir arguments from the BoostBook module (they really aren't useful)
- Add XSLTPROC argument to BoostBook module
[SVN r18129]
- Remove the BoostBook XSL/DTD dir arguments from the BoostBook module (they really aren't useful)
- Add XSLTPROC argument to BoostBook module
[SVN r18129]
transforming the double-quote character into two single quotes, we transform
it into a correctly-escaped double quote.
- Add an "overwrite" option to print.text that overwrites the file instead of
appending to it.
[SVN r18124]
transforming the double-quote character into two single quotes, we transform
it into a correctly-escaped double quote.
- Add an "overwrite" option to print.text that overwrites the file instead of
appending to it.
[SVN r18124]
* new/builtin.jam
- register builtin.response-generator with 'register-linker', to
take advantange of 'link-action'. Convert <library-path>,
<find-static-library> and <find-shared-library> into on-target
variables using toolset.flags.
(builtin.response-file) Output variables for library path to response
file.
(searched-lib-generator.run): Assign 'null-action' instance to the
generated target, to carry properties. Correct prototype and workaround
some, as-yet-unknown problem.
* test/searched_lib.py: New test (added by me).
[SVN r18121]
* new/builtin.jam
- register builtin.response-generator with 'register-linker', to
take advantange of 'link-action'. Convert <library-path>,
<find-static-library> and <find-shared-library> into on-target
variables using toolset.flags.
(builtin.response-file) Output variables for library path to response
file.
(searched-lib-generator.run): Assign 'null-action' instance to the
generated target, to carry properties. Correct prototype and workaround
some, as-yet-unknown problem.
* test/searched_lib.py: New test (added by me).
[SVN r18121]
doxygen.jam: _Very_ preliminary support for Doxygen --> BoostBook conversion.
Uses a hacked up Doxygen to output XML representation as one big XML file
instead of many smaller (unlinked) XML files.
[SVN r18087]
doxygen.jam: _Very_ preliminary support for Doxygen --> BoostBook conversion.
Uses a hacked up Doxygen to output XML representation as one big XML file
instead of many smaller (unlinked) XML files.
[SVN r18087]
* Define the OS as NT as this seems more reasonable than having MINGW as the OS (after all MinGW is the toolset not the OS).
* Add detection of one common install location for MinGW.
[SVN r18073]