Commit Graph

1426 Commits

Author SHA1 Message Date
Daniel James
227a299989 Quickbook: some fixes for Visual C++.
[SVN r70193]
2011-03-19 15:54:21 +00:00
Daniel James
88b61e52b2 Quickbook: clean up the value stuff.
[SVN r70192]
2011-03-19 15:42:08 +00:00
Daniel James
96e19b221a Quickbook: Go back to using invalid markup for lists.
[SVN r70191]
2011-03-19 15:27:51 +00:00
Daniel James
eef84701b9 Quickbook: note about nestable elements.
[SVN r70190]
2011-03-19 15:20:23 +00:00
Daniel James
97c2a337ea Quickbook: nestable elements. Refs #1193
[SVN r70189]
2011-03-19 15:19:09 +00:00
Daniel James
a9dd56e168 Quickbook: simplify a couple of things.
[SVN r70188]
2011-03-19 15:12:55 +00:00
Daniel James
3b09b15f55 Quickbook: A couple of hidden flags for testing.
[SVN r70187]
2011-03-19 15:09:54 +00:00
Daniel James
7b35846ec8 Quickbook: Tweak doc info for empty attributes.
Maybe these should fail.


[SVN r70186]
2011-03-19 14:53:10 +00:00
Daniel James
f7c5e244e8 Quickbook: merge further 'value' development.
[SVN r70185]
2011-03-19 14:43:12 +00:00
Daniel James
6758230e52 Quickbook: fix simple markup.
[SVN r70184]
2011-03-19 14:33:47 +00:00
Daniel James
f977003c85 Richer copyright syntax.
[SVN r70178]
2011-03-19 11:58:26 +00:00
Daniel James
de6a388a35 Quickbook: merge 'values' from quickbook-filenames branch.
[SVN r70177]
2011-03-19 11:45:49 +00:00
Daniel James
1ffd3ed233 Quickbook: doc info improvements.
- Fix handling empty category attributes.
- Quickbook 1.6: Scope source mode changes to the file they're made in.



[SVN r70176]
2011-03-19 10:47:02 +00:00
Daniel James
293f60ec10 Quickbook: handle windows paths in another place.
[SVN r70173]
2011-03-19 00:32:58 +00:00
Daniel James
13513830b5 Quickbook: better path support and undeprecate [br].
[SVN r70170]
2011-03-19 00:26:59 +00:00
Daniel James
f41178fa4d Quickbook: include boost version in version info.
[SVN r70052]
2011-03-17 09:08:05 +00:00
Daniel James
badfd2d69c Quickbook: document recent changes.
[SVN r70051]
2011-03-17 09:07:28 +00:00
Daniel James
98266fe89a Quickbook: version bump.
[SVN r70050]
2011-03-17 09:06:50 +00:00
Daniel James
821349443e Quickbook: support cross compilation to windows.
[SVN r70049]
2011-03-17 09:05:45 +00:00
Daniel James
04b6d30542 Merge warning fix.
[SVN r70046]
2011-03-17 00:47:16 +00:00
Daniel James
496cdb2ed6 Merge improved unicode support on windows for quickbook.
[SVN r70044]
2011-03-17 00:12:56 +00:00
Daniel James
6500170f49 Pass-thru comments.
[SVN r70018]
2011-03-16 09:12:01 +00:00
Daniel James
704e3e7217 Don't require newlines at end of grammars.
[SVN r69888]
2011-03-12 10:08:00 +00:00
Daniel James
b39e5b1b66 Use spirit to convert years to integers.
[SVN r69887]
2011-03-12 10:07:12 +00:00
Daniel James
9094e7bbc8 Cherry pick adding ids to bridgeheads.
[SVN r69825]
2011-03-10 18:55:18 +00:00
Daniel James
7f3980b107 Cherry pick adding ids to bridgeheads.
[SVN r69824]
2011-03-10 18:50:46 +00:00
Daniel James
ffade9f2bb Cherry pick quickbook test improvements.
- Encode the full paths into `quickbook-testing.jam` so it can be used from
  other locations.
- Turn off debug symbols on Visual C++, they cause the build system to do
  something odd to the tests.


[SVN r69823]
2011-03-10 18:41:20 +00:00
Daniel James
8cec89bb23 Merge quickbook workaround for g++ 4.4 optimization bug.
[SVN r69470]
2011-03-02 08:51:20 +00:00
Daniel James
fddc8c896c Explicit list markup. Refs #1193
I don't think paragraph markup would be very useful right now, because
it wouldn't be usable in a phrase context.

These can't be templates because templates are implicitly wrapped in
paragraphs.

[SVN r69438]
2011-03-01 09:15:09 +00:00
Daniel James
7983810c39 Better anchor support for lists.
[SVN r69437]
2011-03-01 09:14:28 +00:00
Daniel James
283bc525a1 More use of phoenix.
[SVN r69436]
2011-03-01 09:13:55 +00:00
Daniel James
5abc1f9a69 Slightly simpler simple markup.
[SVN r69435]
2011-03-01 09:13:06 +00:00
Daniel James
661fd200ae Support escapes in simple markup.
[SVN r69332]
2011-02-27 15:37:47 +00:00
Daniel James
ab5cc3fb0c Make post_process a little less crashy.
[SVN r69318]
2011-02-27 10:09:53 +00:00
Daniel James
14bbbe159a Decouple post_process.
[SVN r69317]
2011-02-27 10:08:47 +00:00
Daniel James
c5292a1349 Use a phoenix closure to inline the simple markup parser.
[SVN r69310]
2011-02-26 18:32:31 +00:00
Daniel James
a4b2852551 Fail if boostbook escape isn't closed.
[SVN r69309]
2011-02-26 18:31:58 +00:00
Daniel James
cb26921203 Don't include escaped boostbook or code in simple markup.
[SVN r69308]
2011-02-26 18:31:17 +00:00
Daniel James
33ff714c47 Implement integer values, and use them for the quickbook version.
[SVN r69302]
2011-02-26 11:32:11 +00:00
Daniel James
6d5e10008a Try using wide streams more widely on windows.
[SVN r69301]
2011-02-26 11:19:02 +00:00
Daniel James
e1b241806d Some fixes for windows.
[SVN r69300]
2011-02-26 11:17:53 +00:00
Daniel James
d94ecdd77b Throw errors for incorrect method calls rather than assert.
[SVN r69290]
2011-02-25 23:07:07 +00:00
Daniel James
937e30aa53 Consume values when iterating over a consumer.
[SVN r69289]
2011-02-25 23:06:41 +00:00
Daniel James
e4ddb668de Clean up the value consumer interface.
[SVN r69288]
2011-02-25 23:06:16 +00:00
Daniel James
a86f19d7bf Invalid list markup again.
[SVN r69287]
2011-02-25 23:05:36 +00:00
Daniel James
fa0a683b4e Workaround for optimization bug in 64-bit g++ 4.4.
[SVN r69249]
2011-02-24 20:56:47 +00:00
Daniel James
d245a87966 More nestable elements. Refs #1193
[SVN r69189]
2011-02-22 21:28:49 +00:00
Daniel James
d485fdc00f Handle elements in one rule.
[SVN r69188]
2011-02-22 21:28:07 +00:00
Daniel James
f37d4c018b Combine varlistitem and table_cell.
[SVN r69187]
2011-02-22 21:27:28 +00:00
Daniel James
bd75566c9f No longer using macro_id.
[SVN r69182]
2011-02-22 20:49:11 +00:00