Commit Graph

1426 Commits

Author SHA1 Message Date
Daniel James
c87178fb53 Fix crash calling template with no arguments
Only happend when quickbook file version < 1.5
2017-02-12 11:36:13 +00:00
Daniel James
16bbd896f3 Fix quickbook versions on template_arguments fail tests 2017-02-12 11:36:13 +00:00
Daniel James
10a2c0052e Use boost 1.63.0 on travis 2017-02-12 11:36:13 +00:00
Daniel James
86e06712f5 Merge branch 'cherry-pick'
Various changes cherry picked from develop.
2017-02-12 11:20:58 +00:00
Daniel James
d6f2f664ae Merge branch 'cherry-pick' into develop
No-op since these are all changes already on develop.
2017-02-12 11:18:02 +00:00
Daniel James
05a7729a30 Hide debug flag 2017-02-12 11:10:28 +00:00
Daniel James
87722232e6 Test some more command line flags. 2017-02-12 11:09:24 +00:00
Daniel James
072ec8ea84 Run tests on travis. 2017-02-12 11:09:16 +00:00
Daniel James
3e2fe6cc2b Fix --no-self-linked-headers option 2017-02-12 11:09:08 +00:00
Rene Rivera
6bac96a727 Fix install copy on Windows.
We need to normalize distdir path before rooting against current dir as that only works if both paths are normalized.
2017-02-12 11:09:00 +00:00
Rene Rivera
451fa8ae09 Release CI.. Allow overriding install location. 2017-02-12 11:08:35 +00:00
Daniel James
bdb54a2f4e Better error message 2017-02-12 11:07:56 +00:00
Daniel James
3d58ecde79 Fix weird spelling of recipe. 2016-10-01 13:10:09 +01:00
Daniel James
6ab69bd285 Little more boostbook/docbook parameters documentation. 2016-10-01 12:54:02 +01:00
Daniel James
156506cca0 Fix recipie links 2016-10-01 11:47:24 +01:00
Daniel James
fcd08f82af Hide debug flag 2016-08-04 14:25:33 +01:00
Daniel James
9098b70b21 Test some more command line flags. 2016-08-04 14:25:32 +01:00
Daniel James
607b62d632 Run tests on travis. 2016-08-04 13:45:39 +01:00
Daniel James
3ada477e1a First draft of command line documentation. 2016-08-04 13:36:34 +01:00
Daniel James
c36647c474 Fix --no-self-linked-headers option 2016-08-04 13:36:33 +01:00
Rene Rivera
c7cb99ac02 Fix install copy on Windows.
We need to normalize distdir path before rooting against current dir as that only works if both paths are normalized.
2016-02-23 21:25:59 -06:00
Daniel James
a325f560a0 Merge branch 'feature/file-urls' 2016-02-18 11:57:48 +00:00
Rene Rivera
48d30f1512 Release CI.. Allow overriding install location. 2016-02-18 11:54:09 +00:00
Daniel James
f1ab4a66e4 Merge branch 'feature/file-urls' into develop
I realised that xmlbase was incorrectly generating file URLs instead of
directory URLs, and ended up reworking all the xinclude handling code. I
hope it's easier to understand now.
2015-12-20 12:41:22 +00:00
Daniel James
b7c774187f Cleaner implementation of xinclude path handling.
Split up `calculate_xinclude_path` into a few smaller functions. Also
reuse `quickbook_path` instead of having a special struct just for this
use.
2015-12-20 12:40:58 +00:00
Daniel James
066177a959 Move file_paths_to_url include include_paths.cpp
Which messes up testing. `include_paths.cpp` depends on `quickbook.cpp`
which depends on `program_options`. These kind of problems are mainly
with the use of globals, so I'll need to sort that out sooner or later.
2015-12-20 12:40:58 +00:00
Daniel James
c43999d7bf Move the xinclude path handling stuff into include_paths. 2015-12-20 12:40:57 +00:00
Daniel James
18346450d6 Quick hack to make xmlbase correctly generate directory URLs.
After renaming file_path_to_url because it doesn't handle directories
correctly, I realised it was being used for directories in xmlbase. So
this fixes that. I didn't really want it to check the filesystem but
might have to do so. Proper fix coming up later.
2015-12-20 12:40:57 +00:00
Daniel James
9fcd588925 Merge branch 'feature/file-urls' into develop 2015-12-19 14:08:45 +00:00
Daniel James
93e334e25a Start to test file_path_to_url.
Not sure when (or if) I'll get round to doing windows paths, but it
seems to work okay there at the moment.
2015-12-19 14:08:31 +00:00
Daniel James
dece082a87 Make ms_errors local to its file. 2015-12-19 14:08:30 +00:00
Daniel James
c8fa513bc4 Rename path_to_url to file_path_to_url.
Just to make clear that it isn't appropriate for directories, for which
it would need to add a trailing slash. I don't want to add such a check.
2015-12-19 14:08:30 +00:00
Daniel
2e99088c34 Merge branch 'feature/file-urls' into develop 2015-12-17 19:23:15 +00:00
Daniel
d3bfdf9534 Release notes.
This might end up being 1.7.0, but call it 1.6.2 for now. I used to put
in alpha/beta versions, but that's mainly pointless bookkeeping.
2015-12-17 19:19:26 +00:00
Rene Rivera
f4fcc7802c Release CI.. Allow overriding install location. 2015-12-15 13:56:52 -06:00
Daniel James
be659638f7 Merge branch 'feature/file-urls' into develop 2015-11-18 21:38:44 +00:00
Daniel James
72a39edaa7 First stab at correctly generating URLs from paths. 2015-11-18 21:37:11 +00:00
Daniel James
792dd11f7d Remove old BOOST_DETAIL_CONTAINER_FWD define. 2015-11-18 21:37:11 +00:00
Daniel James
b93c2a7893 Use quickbook 1.7 for documentation. 2014-11-15 14:42:12 +00:00
Daniel James
753cc715a7 Merge branch 'feature/doc-tools-documentation' into develop2 2014-11-15 14:35:10 +00:00
Daniel James
2f0f16c255 Better error message 2014-11-15 14:33:11 +00:00
Daniel James
bb31baaef7 Merge tag '1.6.1' into develop 2014-07-27 12:02:44 +01:00
Daniel James
08663596f8 Merge branch 'release/1.6.1' 2014-07-27 12:02:36 +01:00
Daniel James
9e93fce166 Update version. 2014-07-27 12:02:31 +01:00
Daniel James
52331e2d00 Merge tag '1.6.1b1' into develop
1.6.1 beta 1
2014-07-13 13:40:43 +01:00
Daniel James
c67b2366dc Merge branch 'release/1.6.1b1' 2014-07-13 13:40:24 +01:00
Daniel James
3fffd6da9e Update version for beta. 2014-07-13 13:40:18 +01:00
Daniel James
5265eb0ed2 Add some missing changes to the change log. 2014-05-29 17:30:34 +01:00
Daniel James
cd42cc5632 Don't encode '+' in links. 2014-05-29 17:15:53 +01:00
Daniel James
80b0c4c003 Merge branch 'release/1.6.1a2' into develop 2014-02-09 17:32:18 +00:00