Commit Graph

  • bd8c0894b0 Place section anchors inside the section title. Daniel James 2011-01-30 10:52:35 +0000
  • 8b9dedf0e3 Use 'teletype' for syntax highlighting in quickbook docs. Daniel James 2011-01-30 10:51:47 +0000
  • 286007ec53 Update the quickbook installation instructions. Daniel James 2011-01-30 10:51:02 +0000
  • d5dce8c46d Quickbook release notes. Daniel James 2011-01-30 10:50:00 +0000
  • c9b5364585 Revert quickbook documentation changes. Daniel James 2011-01-27 21:38:58 +0000
  • 2e904fb60e Fix class/struct warning. Daniel James 2011-01-23 16:50:31 +0000
  • d94c4726f8 Windows support for unicode filenames. Daniel James 2011-01-23 16:49:34 +0000
  • 12625ac2ff Use a function to convert paths to and from utf-8. Daniel James 2011-01-23 16:48:27 +0000
  • 70c5398ec3 Replace input_path with manual path conversion. Daniel James 2011-01-23 16:47:23 +0000
  • 9557da3e43 Use filesystem alias more consistently. Daniel James 2011-01-23 16:45:57 +0000
  • 9505be4e85 Use fs::path in more places. Daniel James 2011-01-23 16:44:32 +0000
  • 024feb181b Change the way the filename is stored. Daniel James 2011-01-23 16:42:51 +0000
  • 51b6314872 Use generic string for __FILENAME__. Daniel James 2011-01-23 16:41:05 +0000
  • 034d70e562 Branch to work on filename handling without disturbing trunk. Daniel James 2011-01-21 09:17:08 +0000
  • 06fe0ae76e Merge xinclude fix for windows. Daniel James 2011-01-21 00:24:42 +0000
  • fa03c44528 Use generic paths in xinclude. Daniel James 2011-01-19 22:05:48 +0000
  • 6d7475344d Merge quickbook from trunk. Daniel James 2011-01-13 18:18:18 +0000
  • f2034862d9 Fix quickbook windows compile error. Refs #5055. Daniel James 2011-01-10 08:23:27 +0000
  • d4d728baf0 Update metadata. Daniel James 2011-01-09 21:16:24 +0000
  • 913e239cd9 More document metadata documentation. Daniel James 2011-01-09 21:15:47 +0000
  • 396f372820 Make the section documentation fit its new location better. Daniel James 2011-01-09 21:15:12 +0000
  • 6a15e79f03 Update links. Daniel James 2011-01-09 21:14:36 +0000
  • 1da1a19b9c Move section documentation into syntax section. Daniel James 2011-01-09 21:14:02 +0000
  • 1cd94b7cf3 Move the comments section after the document info section. Daniel James 2011-01-09 21:13:27 +0000
  • a77b957c02 Start with a very simple quickbook document. Daniel James 2011-01-09 21:12:55 +0000
  • ae7f22136d A bit more detail on document info. Daniel James 2011-01-09 21:12:24 +0000
  • 05fe74227c Move the document info section to the syntax section. Daniel James 2011-01-09 21:11:20 +0000
  • fe2387313f Fix a typo. Daniel James 2011-01-09 12:02:27 +0000
  • aea4163f6c Use a single symbol table for all elements. Daniel James 2011-01-09 12:01:15 +0000
  • b7fc6ccb05 Merge quickbook from trunk. Daniel James 2011-01-08 15:22:18 +0000
  • 7a1895c4b2 Call things inside square brackets 'elements'. Daniel James 2011-01-06 23:20:25 +0000
  • 6daf40dd41 Use filesystem 3 in quickbook. Daniel James 2011-01-04 22:34:36 +0000
  • b0cc667a2b Detab again. Daniel James 2011-01-03 22:19:35 +0000
  • d626f30cd5 Allow include, import and xinclude in conditional macros. Daniel James 2011-01-03 22:15:41 +0000
  • 3e075a122b Make the newline after block markup optional. Daniel James 2011-01-03 22:13:54 +0000
  • 29c97dc3f3 Add an option to turn off all quickbook actions, and use it to implement conditional phrase. Daniel James 2011-01-03 22:12:58 +0000
  • 51d09f5631 Use a single grammar. Daniel James 2011-01-03 22:11:44 +0000
  • 915ae8a31a Move 'no_eols' into actions_class. Daniel James 2011-01-03 22:10:21 +0000
  • fff43d6853 Make the scoped parser more generic and use it for conditional phrases. Daniel James 2011-01-03 22:09:10 +0000
  • 26dbdc09ec Fix tabs and files without copyright. Daniel James 2011-01-03 12:43:34 +0000
  • 96e128aef5 Quickbook changelog entries. Daniel James 2010-12-19 13:35:26 +0000
  • c4a93603e5 More use of shared rules. Daniel James 2010-12-19 13:34:50 +0000
  • c5d7296a4c Get rid of 'skip_initial_spaces'. Daniel James 2010-12-19 13:34:09 +0000
  • 345d3f813c Combine the block and phrase grammars. Daniel James 2010-12-19 13:33:28 +0000
  • cd00be9558 Split out the block and phrase markup. Daniel James 2010-12-19 13:32:42 +0000
  • 4717183c52 Combine the block and paragraph parsers. Daniel James 2010-12-19 13:31:52 +0000
  • 3e02253180 Move block and paragraph rules together. Daniel James 2010-12-19 13:31:17 +0000
  • 87e219c1a6 Don't treat lines containing comments as blank. Daniel James 2010-12-19 13:30:43 +0000
  • f13389af62 Use the same symbol tables for parsing block tags and checking for the end of paragraphs. Daniel James 2010-12-19 13:30:06 +0000
  • 7e453b0150 Create a single grammar class. Daniel James 2010-12-19 13:29:25 +0000
  • 277cd3c605 Move the phrase grammer back to a cpp file. Daniel James 2010-12-19 13:28:27 +0000
  • 7458a32e68 Use the Nabialek trick in quickbook. Daniel James 2010-12-19 13:27:48 +0000
  • c51e3add8f Smarter anchor support. Daniel James 2010-12-19 13:26:55 +0000
  • b12aaa47cb Missing paragraph end markup for heading. Daniel James 2010-12-19 13:25:36 +0000
  • a9f093e78e Release note for 'lang' support. Daniel James 2010-12-11 14:43:41 +0000
  • e44df058dc Add a description of using a quickbook template to generate a link. Daniel James 2010-12-07 21:23:21 +0000
  • d1f14e2aed Implement lang attribute in quickbook/boostbook. Daniel James 2010-12-07 20:44:23 +0000
  • d55ea7699b Use a different feature name for quickbook-define in the tests. Daniel James 2010-12-07 20:42:59 +0000
  • 34d049361b Support more quickbook options in boost build. Daniel James 2010-11-07 14:45:43 +0000
  • ed9733296b Some extra quickbook table tests. Daniel James 2010-11-07 14:45:01 +0000
  • f49bfd06fb Chunk the standalone quickbook docs in the same way as the main docs. Daniel James 2010-11-07 14:44:29 +0000
  • a8937a8f61 Merge some more documentation fixes. Daniel James 2010-10-31 13:43:19 +0000
  • 6c3f05ca9d Restore \n support to quickbook. Daniel James 2010-10-30 23:16:21 +0000
  • dd314a26c7 Merge quickbook from trunk. Daniel James 2010-09-26 00:01:35 +0000
  • 20a79983e2 Start to document the differences between quickbook language versions. Daniel James 2010-09-18 17:58:24 +0000
  • 34a273adca Split the quickbook documentation into several files. Daniel James 2010-09-18 17:57:54 +0000
  • dc42158789 Flatten the quickbook documentation hierarchy a little. Daniel James 2010-09-18 17:57:09 +0000
  • d5a442d6a1 Comment all the 'endsect's in the quickbook documentation. Daniel James 2010-09-18 17:56:43 +0000
  • 53fec6d3f1 Nested blocks in document info comments. Daniel James 2010-09-18 17:56:15 +0000
  • f77ef6ee97 Fix the anchor parser. Daniel James 2010-09-18 17:55:23 +0000
  • b783f785df Merge quickbook from trunk. Daniel James 2010-09-15 22:54:21 +0000
  • 65f531151a Simplify the link grammars. Daniel James 2010-09-14 20:53:14 +0000
  • 17adae094e More link tests. Daniel James 2010-09-14 20:50:51 +0000
  • d165ef3a67 An extra test for lists. Daniel James 2010-09-14 20:47:16 +0000
  • 8e4af74075 Only create output file after a successful parse. Daniel James 2010-09-14 20:46:31 +0000
  • 0544468ad9 Don't match words that start with tip, note etc. Daniel James 2010-09-14 20:45:47 +0000
  • ad9145c6fd Create a parser to extract block as an attribute. Daniel James 2010-09-14 20:44:22 +0000
  • bd0b01578b Add biblioid support to quickbook. Daniel James 2010-09-09 22:45:39 +0000
  • a74d3d4979 Fix a bug in nested template support. Daniel James 2010-09-09 00:11:35 +0000
  • 0aa633b450 Use confix parsers in a few places. Daniel James 2010-09-09 00:11:02 +0000
  • 57fb3c3c02 Cherry pick some reorganisation from the spirit 2 branch. Daniel James 2010-09-09 00:10:30 +0000
  • ac0ea799eb Use explicit namespaces. Daniel James 2010-09-09 00:09:34 +0000
  • d67b0e3931 Fix argument position in break_arguments. Daniel James 2010-09-05 08:14:16 +0000
  • 810642f159 Restore 1.43 style document fields. Daniel James 2010-08-29 21:11:02 +0000
  • 4fb6a45290 Use C strings in position_iterator. Daniel James 2010-08-29 11:20:57 +0000
  • dd52f1cd29 Fix some issues with inlined template code not being available to other compile units. Daniel James 2010-08-29 11:20:24 +0000
  • c2b5212d49 Only stack macros when necessary. Daniel James 2010-08-29 11:18:51 +0000
  • 59669b5afc Merge latest quickbook changes. Daniel James 2010-08-27 08:37:07 +0000
  • d37ac4d4ac Move doc_info actions into their own file Daniel James 2010-08-26 21:01:14 +0000
  • ae95377f50 Move most of code_snippet into its own file. Daniel James 2010-08-26 21:00:38 +0000
  • 5d81f4ed97 Less 'using namespace' in quickbook. Daniel James 2010-08-26 21:00:03 +0000
  • 90b9c8062c Only build the release quickbook by default. Daniel James 2010-08-26 20:59:32 +0000
  • a9f99a5029 No longer use relative paths. Daniel James 2010-08-26 20:59:05 +0000
  • cd70133e10 Fix indentation. Daniel James 2010-08-26 20:58:22 +0000
  • 21da9d06bd Separate grammar compilation. Daniel James 2010-08-26 20:57:45 +0000
  • aafa5d83d2 Move the source files into a source directory. Daniel James 2010-08-26 20:56:37 +0000
  • 86bfaaf408 Detemplate the main grammars. Daniel James 2010-08-26 20:54:54 +0000
  • 661ab7b5e4 Instantiate the syntax highlighters in a separate compile unit. Daniel James 2010-08-26 20:54:12 +0000
  • f2bf91e4c3 Rename overloaded 'parse' methods. Daniel James 2010-08-26 20:53:14 +0000
  • 802d39f6dc Warn about dirname, only valid for library. Daniel James 2010-08-26 08:06:42 +0000