b7e989f452Copy latest quickbook CMakeLists.txt from release.
Daniel James
2009-10-12 20:21:13 +0000
6977d5f96eMerge newline in quickbook.hpp
Daniel James
2009-10-12 20:18:43 +0000
056170abedMerge quickbook 1.5 from trunk.
Daniel James
2009-10-12 19:54:36 +0000
f9f5b8a25eAdd table ids to the documentation.
Daniel James
2009-10-11 18:21:48 +0000
1cdfbb519cUse quickbook 1.5 in the document block example.
Daniel James
2009-10-11 18:21:32 +0000
42a4d94ee2Document the simplified quickbook 1.5 argument separators.
Daniel James
2009-10-11 18:21:11 +0000
84bcb02298Use qualified ids in tables, and fix a bug generating ids when there isn't a section.
Daniel James
2009-10-11 16:18:04 +0000
50abf7639bVarious inspect fixes.
Daniel James
2009-10-05 21:29:39 +0000
82fbbf05dcfix for msvc
Joel de Guzman
2009-09-07 01:35:24 +0000
724da46536Support image attributes. Refs #1157.
Daniel James
2009-08-31 11:38:47 +0000
7e39c930c2Add missing table tests.
Daniel James
2009-08-31 11:38:33 +0000
52a56c1233Don't use seperators that are in brackets, or are escaped. Refs #2036.
Daniel James
2009-08-31 11:38:20 +0000
aa97578c28Separate out the current version of the template argument parser, as I want to create a new one for 1.5
Daniel James
2009-08-31 11:38:11 +0000
e9e100e881Table ids. Refs #1194.
Daniel James
2009-08-31 11:37:59 +0000
aff762eee4Introduce temporary id variable.
Daniel James
2009-08-31 11:37:48 +0000
3b839f1eb0Ignore spaces after 'section:' for quickbook 1.5+ Refs #2712
Daniel James
2009-08-31 11:37:32 +0000
56e4e76941Put the quickbook version numbers in a single header, along with convenience functions for using them in spirit grammars.
Daniel James
2009-08-31 11:37:17 +0000
b23d6a9de7In quickbook 1.5 don't mix '..' and whitespace seperators for template arguments. Refs #1174
Daniel James
2009-08-31 11:37:04 +0000
d2e0488349Implement static/lexical scoping for 1.5. Refs #2034.
Daniel James
2009-08-31 11:36:47 +0000
c0661a9991Wrap the template info in a struct.
Daniel James
2009-08-31 11:36:34 +0000
cf94d24976Create entry for 1.5 in the change log.
Daniel James
2009-08-31 11:36:23 +0000
4826a25212Update quickbook version number.
Daniel James
2009-08-31 11:36:13 +0000
8fdede8775Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
7733f0b8eeAdd basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
af25300f1cMerge changes to documentation tools. Fixes#1202, #3242.
Daniel James
2009-07-12 16:09:04 +0000
7ccea53425I got a bit confused by this comment, so try to make it clearer.
Daniel James
2009-07-08 21:41:10 +0000
0ef306d485Make sure that a template expansion ends with a ']'.
Daniel James
2009-07-08 21:41:00 +0000
a087316841Teletype source mode. Refs #1202.
Daniel James
2009-07-08 21:40:46 +0000
5e52d075faMove the code actions a bit later in actions.hpp so they can use 'plain_char_action'.
Daniel James
2009-07-08 21:40:33 +0000
f1c6aa36a7Move all the syntax highlighting code into a single class.
Daniel James
2009-07-08 21:40:24 +0000
7c7c1a1765Add a couple of tests for quickbook 1.4 behaviour to try to preserve it.
Daniel James
2009-07-08 21:40:14 +0000
8d8bdd73eaMerge latest hash developments:
Daniel James
2009-06-27 08:12:20 +0000
e9455295ffA couple of missing newlines.
Daniel James
2009-06-17 23:25:12 +0000
89991aa11fMerge of cmakefiles *from* (that's right, *FROM* :/ ) release branch.
Troy D. Straszheim
2009-05-21 14:05:15 +0000
34650a5518Import Python and C code snippets in quickbook.
Daniel James
2009-05-16 13:48:54 +0000
c03018061eMake code_snippet_action language ignorant.
Daniel James
2009-05-15 06:13:34 +0000
19feea7249Separate code snippet grammar and actions.
Daniel James
2009-05-15 06:13:17 +0000
177b47c57fUse the correct source type for snippets.
Daniel James
2009-05-15 06:12:59 +0000
bbed541eb1Use '.py' when checking for python files.
Daniel James
2009-05-15 06:12:42 +0000
9d8da44b97Import Python and C code snippets in quickbook, by Jaroslav Gresula. Refs #3029.
Daniel James
2009-05-15 06:12:13 +0000
a53f744bd2Merge CMake fixes from the trunk
Douglas Gregor
2009-05-06 21:12:42 +0000
2578d3a288Update subdirectories that Quickbook needs to use when building modularized
Douglas Gregor
2009-05-06 14:37:31 +0000
4078431c29Document 'boost:' links in boostbook & quickbook.
Daniel James
2009-04-15 07:37:45 +0000
573d7b76f5Document 'boost:' links in boostbook & quickbook.
Daniel James
2009-04-12 11:21:59 +0000
2da89ae716Merge various documentation changes.
Daniel James
2009-04-12 10:19:46 +0000
532d0bebc3Silly BUILD_QUICKBOOK. Just use the cmake target.
Troy D. Straszheim
2009-04-08 12:37:39 +0000
566b8dd369Fix calculate_relative_path
Daniel James
2009-04-07 19:26:18 +0000
ed6ff64dccFix bug handling python and C++ strings.
Daniel James
2009-03-30 17:49:15 +0000
d86a2fe747Use our own escape character parser.
Daniel James
2009-03-24 08:34:09 +0000
02d3e8e5e8Sync up the quickbook CMakeLists.txt file
Daniel James
2009-03-21 16:20:03 +0000
e0f6dafb74Merge quickbook documentation. Using 'boost:' links.
Daniel James
2009-03-21 16:14:28 +0000
43504cb0b4Revert r51403.
Daniel James
2009-03-21 15:48:55 +0000
e466cff240Detab
Daniel James
2009-03-16 20:21:24 +0000
630f5f1e9fFix syntax error in tests.
Daniel James
2009-03-16 20:19:00 +0000
b4a24347b4Avoid a gcc warning about initialization order.
Daniel James
2009-03-16 20:18:41 +0000
1a46df1047Merge most of the recent changes to quickbook and boostbook.
Daniel James
2009-03-14 11:42:38 +0000
4e019bf5dcFix properties on some quickbook files, which wasn't merged properly before.
Daniel James
2009-03-12 21:50:30 +0000
c88b0511a7Detab.
Daniel James
2009-03-08 09:44:51 +0000
ecccb9dc0dTry to make anchor and link usage a little clearer.
Daniel James
2009-03-01 14:16:44 +0000
495d6fa9d3Merge PDF build changes from Trunk.
John Maddock
2009-02-23 18:39:32 +0000
be4b655abcBetter handling of errors without line numbers.
Daniel James
2009-02-22 23:49:36 +0000
99442d62daPrint out unexpected characters as errors.
Daniel James
2009-02-22 23:49:21 +0000
d5c695b6e5Write out error count on failure. Looks a bit odd at the moment but it'll do. Fixes#1214.
Daniel James
2009-02-22 23:49:05 +0000
003d80629bAccept space between 'section:' and the section id.
Daniel James
2009-02-22 23:48:51 +0000
84adcfe135Generate slightly more valid boostbook.
Daniel James
2009-02-22 23:48:37 +0000
308d80e5afWrite out the quickbook options when the file is missing.
Daniel James
2009-02-18 21:23:13 +0000
46f3da7bc8Add 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.
John Maddock
2009-02-17 10:05:58 +0000
07ff92c619Merge several changes to boostbook and quickbook.
Daniel James
2009-02-17 00:01:03 +0000
bd041be9d9Use the new 'boost:' links for the hash, unordered and quickbook documentation.
Daniel James
2009-02-15 19:32:04 +0000
f5f25404dbAdd Jamfile to build PDF versions of all the docs. Tweaked some existing Jamfiles so that PDF build finds all the necessary image files etc. Tweaked fo.xsl to provide more options by default, and improve formatting.
John Maddock
2009-02-08 16:59:14 +0000
9de842401fPlaceholder docs for cmake
Troy D. Straszheim
2009-01-31 20:25:15 +0000
79359f450async up with jamfile
Troy D. Straszheim
2009-01-31 18:57:33 +0000
08062df544merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
a7f6c62eb7Support both windows and cygwin paths in cygwin quickbook.
Daniel James
2009-01-08 12:01:50 +0000
24a5723e6fPut the markup strings in their own cpp file to avoid gcc warnings.
Daniel James
2008-12-08 23:38:29 +0000
0dd7d64507Remove an unused variable in order to avoid a gcc warning.
Daniel James
2008-12-08 23:35:08 +0000
ae54194c43Since I accidently added a quickbook fail tests to the Jamfile in the last checkin, I might as well add them.
Daniel James
2008-12-08 23:20:26 +0000
5d51d43801Hard fail on quickbook post process errors.
Daniel James
2008-12-08 23:14:23 +0000
a6b8f8aac4Fail on a mismatched '' in the python and c++ syntax highlighters. And then ignore the rest of the code block to avoid further errors and warnings.
Daniel James
2008-12-08 21:51:56 +0000
f677418c29Use new include paths for classic spirit in quickbook text_diff utility.
Daniel James
2008-12-08 16:17:13 +0000
0c651ef0e1Fix processing of unmatched escape characters in code - and issue a warning for unexpected characters.
Daniel James
2008-12-07 12:37:07 +0000
135334e8bbRevert my change to the quickbook jamfile, it isn't adequately tested.
Daniel James
2008-12-06 19:22:32 +0000
4cbce74150Defined BOOST_CYGWIN_PATH when building quickbook on cygwin.
Daniel James
2008-12-05 19:03:19 +0000
b4ffe7b629updated to use "classic" spirit includes and namespace
Joel de Guzman
2008-12-05 02:13:59 +0000
6860c334abAdded dependency to the test file.
John Maddock
2008-12-04 10:14:19 +0000
313bd8fcc6Keep a count of errors in quickbook, and return an error code when appropriate. Refs #1399.
Daniel James
2008-12-03 19:14:42 +0000
be7b4d637eAdded quickbook-fail-test rule and two tests that make use of it: note that these currently fail.
John Maddock
2008-12-03 09:42:52 +0000
30eeeb0952Fix Jamfile by adding <preserve-test-targets>on to test requirements.
John Maddock
2008-12-02 13:13:57 +0000
bd55c3c938When processing template arguments, deal with the case when there's no content after the last space or there are more arguments than expected.
Daniel James
2008-11-28 15:05:21 +0000
274aad3038Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
daf37f8a3eRollback the quickbook workaround for windows newlines in case it is the cause of the recent problems with the release documentation build.
Daniel James
2008-10-18 09:42:19 +0000
a9f6e3fec8Merge quickbook workaround and fix some links.
Daniel James
2008-10-10 09:29:21 +0000
21ee714839Work around the problems with window newlines in position_iterator. (I'm about to fix them, but this will get quickbook working immediately).
Daniel James
2008-10-09 22:14:14 +0000
9b8b93515cposition_iterator is meant to be a forward iterator, so avoid using operator+ with it.
Daniel James
2008-10-09 22:13:48 +0000
03d6732eb6Clean up some link errors.
Daniel James
2008-09-28 12:21:39 +0000
28dd994332Merge some documentation changes.
Daniel James
2008-09-24 22:55:00 +0000
daae2996acRemove the prebuilt version of quickbook.
Daniel James
2008-09-23 19:44:39 +0000
28bd954c59Change quickbook so that the links are relative to the combined documentation.
Daniel James
2008-09-23 19:44:20 +0000