Commit graph

6362 commits

Author SHA1 Message Date
Daniel James
ac5b9bd9d3 Quickbook: Merge documentation change.
[SVN r75451]
2011-11-12 12:03:30 +00:00
Daniel James
fae0d7583a Merge to release several changes for 1.48.
[SVN r75293]
2011-11-04 02:31:36 +00:00
Daniel James
cd975f4add Quickbook: Merge from trunk.
- Qualify footnote and callout ids.
- Close open sections at end of document.
- New markup for anchors in headers.
- Clean up some whitespace in generated xml.
- Fix double addition of anchor ids.
- A couple of doc changes from Beman.


[SVN r74769]
2011-10-06 22:10:28 +00:00
Beman Dawes
d9367fd4eb Merge tools/regression from trunk
[SVN r74759]
2011-10-06 15:41:40 +00:00
Beman Dawes
b54206b61e Merge tools/release from trunk
[SVN r74757]
2011-10-06 15:29:43 +00:00
John Maddock
0907856b9f Fix doc typo.
[SVN r74577]
2011-09-26 16:21:57 +00:00
Daniel James
5bef977516 Quickbook: Merge from trunk.
[SVN r74307]
2011-09-08 07:30:20 +00:00
Jürgen Hunold
7418915e1b Merge 74058,74157 from ^/trunk
------------------------------------------------------------------------
r74058 | jhunold | 2011-08-25 20:09:59 +0200 (Do, 25 Aug 2011) | 1 line

Fix #5802: Add response file support for moc.
------------------------------------------------------------------------
r74157 | jhunold | 2011-08-30 15:15:39 +0200 (Di, 30 Aug 2011) | 1 line

Fix: Do not quote INCLUDES in moc response file. refs #5802.
------------------------------------------------------------------------


[SVN r74186]
2011-09-01 20:13:34 +00:00
John Maddock
c7a8e73007 Merge AutoIndex to release.
[SVN r74006]
2011-08-22 17:25:16 +00:00
John Maddock
cba7d61574 Merge bcp fixes from Trunk.
Fixes #5551.

[SVN r73985]
2011-08-21 18:12:51 +00:00
Daniel James
b5ec2d3238 Quickbook: Merge from trunk.
Improved id generation, and some fixes for 'pass thru' comments.


[SVN r73984]
2011-08-21 17:53:23 +00:00
Daniel James
e0f28a5e65 Boostbook: Merge from trunk to release.
- Support for doxygen warnings tags. Fixes #5740.
- Autoindex support (johnmaddock).
- Support for sections starting on new pages (johnmaddock).


[SVN r73448]
2011-07-30 17:02:37 +00:00
Daniel James
5bb2625d94 Quickbook: Merge from trunk.
- Add ids to more elements.
- Try to avoid generating duplicate ids.
- Simplify the grammar a little to avoid what I assume are optimization bugs in
  older versions of gcc.


[SVN r73445]
2011-07-30 16:45:08 +00:00
Jürgen Hunold
0fc9135a16 Merge 73300 from ^/trunk
------------------------------------------------------------------------
r73300 | jhunold | 2011-07-22 14:24:17 +0200 (Fr, 22 Jul 2011) | 1 line

Maintenance and Qt-4.7.x support
------------------------------------------------------------------------


[SVN r73351]
2011-07-25 09:23:42 +00:00
Daniel James
87b0e650d5 Boostbook: Pass through processing instructions.
[SVN r73111]
2011-07-14 19:32:52 +00:00
Daniel James
2d40f3a426 Quickbook: XML encode escaped punctuation.
[SVN r73110]
2011-07-14 19:22:57 +00:00
Vladimir Prus
0e9768ea67 Merge "Unbreak Boost.Build tests"
See https://svn.boost.org/trac/boost/changeset/72883

Authorized by Beman.


[SVN r72884]
2011-07-04 09:10:38 +00:00
Daniel James
3602b9258c Quickbook: Merge documentation fix.
Authorized by Beman.


[SVN r72860]
2011-07-02 20:25:10 +00:00
Daniel James
b7254ff353 Quickbook: remove escape character support from simple markup.
Authorized by Beman Dawes.


[SVN r72775]
2011-06-27 14:02:28 +00:00
Rene Rivera
42452d6d4c Add missing import for "path.make". Fixes #5681, authorized by rene.
[SVN r72682]
2011-06-19 14:29:03 +00:00
Daniel James
5bc7f1d34a Quickbook: Don't match double marks in simple markup.
[SVN r72545]
2011-06-11 16:57:01 +00:00
Vladimir Prus
e777c152bb Merge Boost.Build from trunk.
[SVN r72443]
2011-06-06 20:36:21 +00:00
Daniel James
60a565a19c Boostbook: merge from trunk.
- Handle more doxygen: \see, tparam, ref (for classes only).
- Modify handling of note so it works for classes as well as functions.
- Automate doxygen test.
- Suppress inspect warning for directory name containing a dot.


[SVN r71882]
2011-05-11 23:29:20 +00:00
Daniel James
b9876d26c4 Quickbook: merge to release.
Includes:

- Detemplate syntax highlighter.
- Allow escaped markup in comments in highlighter.
- Remove whitespace hat was inserted after anchors.
- Use fs::path in a couple more places.
- Handle blocks inside phrases better (can happen with templates).


[SVN r71862]
2011-05-10 18:39:38 +00:00
Daniel James
768361bcad Quickbook: Delete file missed in merge.
[SVN r70931]
2011-04-03 11:57:03 +00:00
Daniel James
a7bab6bfd5 Quickbook: merge quickbook 1.5.5
[SVN r70930]
2011-04-03 11:50:51 +00:00
Daniel James
20396f471c Inspect: merge.
- Remove obsolete shell script.
- Fix string compares for windows paths.
- HTML encode error messages when generating html report.
- Ignore directories with `boost-no-inspect` file.


[SVN r70515]
2011-03-24 20:09:40 +00:00
Daniel James
87c51a186e Boostbook: merge changes.
Doxygen:

- Add support for verbatim (danieljames).
- Handle explicit (steven_watanabe).
- Handle description of public data members (steven_watanabe).

Fop:

- Working link to download, in setup_boostbook (garcia).
- Improved description of A4 in docs (garcia).



[SVN r70450]
2011-03-23 00:20:29 +00:00
Daniel James
241f528f6f Merge quickbook workaround for g++ 4.4 optimization bug.
[SVN r69470]
2011-03-02 08:51:20 +00:00
Steven Watanabe
ec555dda83 merge [61925] from the trunk.
[SVN r69110]
2011-02-20 23:40:03 +00:00
Vladimir Prus
87fcf76bd3 Adjust for jam sources move on trunk.
[SVN r68594]
2011-02-01 08:47:31 +00:00
Vladimir Prus
dc1b7f33b7 Merge patch to update tools/regression to Boost.Filesystem V3.
[SVN r68589]
2011-01-31 22:21:20 +00:00
Daniel James
ec9c3276d5 Merge quickbook documentation changes.
[SVN r68568]
2011-01-30 13:02:37 +00:00
Vladimir Prus
d9f910ff70 Remove mistakenly added usage of Unix headers everywhere
[SVN r68476]
2011-01-27 16:28:07 +00:00
Vladimir Prus
9b31ad73eb Add files that recent merge of Boost.Build missed
[SVN r68439]
2011-01-25 18:46:03 +00:00
Vladimir Prus
a83ba0c416 Merge Boost.Build from trunk
[SVN r68437]
2011-01-25 18:06:12 +00:00
Daniel James
acb27190cd Merge xinclude fix for windows.
[SVN r68330]
2011-01-21 00:24:42 +00:00
Daniel James
849e0a80a0 Revert doctype in html generated from boostbook.
[SVN r68258]
2011-01-18 22:06:05 +00:00
Daniel James
e852169060 Merge quickbook from trunk.
- Use a single symbol table for all elements.
- Fix filesystem use on windows. Fixes #5055.


[SVN r68115]
2011-01-13 18:18:18 +00:00
Daniel James
ff5fc31ea8 Merge boostbook - use a doctype in generated html.
[SVN r68112]
2011-01-13 18:14:55 +00:00
Beman Dawes
b918fb2e89 Merge from trunk
[SVN r68071]
2011-01-12 22:14:11 +00:00
Hartmut Kaiser
f37f90a27b Spirit: merge from trunk, more to come
[SVN r68069]
2011-01-12 19:22:18 +00:00
Hartmut Kaiser
a4b82f518c Wave: merging from trunk
[SVN r68004]
2011-01-11 23:19:22 +00:00
Daniel James
63e7f10ebc Merge quickbook from trunk.
Left docs out of this merge, I want to do a little work on them.

- Add 'lang' element to docinfo.
- Improved anchor implementation. Especially for using an anchor before a
  section or heading.
- Reorganize the grammar, there's now a single main grammar. Elements are added
  separately using the Nabialek trick.
- Fixed some more issues where lines containing comments were treated as blank
  lines.
- Introduce a spirit rule for scoped actions when parsing. Could do with some
  improvement, but works okay.
- Allow import, include and xinclude in conditional phrases. Will allow more
  block elements in a future version.
- Use filesystem 3. Remove cygwin support.


[SVN r67784]
2011-01-08 15:22:18 +00:00
Daniel James
304a044e4f Merge boostbook from trunk.
- Better support for attributes on root elements - including `lang`.
- Add missing copyright to some files.


[SVN r67666]
2011-01-04 23:10:47 +00:00
Ralf W. Grosse-Kunstleve
0a6d56617c merging current boost/python and libs/python from trunk into release branch
[SVN r67483]
2010-12-28 20:38:29 +00:00
Eric Niebler
6245d0f1f4 inspect checks for use of C assert macro
[SVN r67436]
2010-12-23 18:56:29 +00:00
K. Noel Belcourt
28e567223a Non-blocking file descriptors for un*x bjam.
[SVN r66920]
2010-11-30 21:09:23 +00:00
Vladimir Prus
75b099d2ea Merge the fix for -q and configuration checks.
[SVN r66616]
2010-11-16 23:02:36 +00:00
Vladimir Prus
e88c0fe877 Merge r64579 | steven_watanabe | 2010-08-03 21:46:19 +0400 (Tue, 03 Aug 2010)
Make print more robust. This should fix the regression test failure.



[SVN r66406]
2010-11-05 15:25:20 +00:00