Commit Graph

108 Commits

Author SHA1 Message Date
Paul A. Bristow
3cc1511631 Version with index
[SVN r68719]
2011-02-08 15:30:08 +00:00
Paul A. Bristow
827b4b71ba Version with index
[SVN r68718]
2011-02-08 15:27:51 +00:00
Paul A. Bristow
fdcd706f9c Version with index
[SVN r68717]
2011-02-08 15:26:47 +00:00
Paul A. Bristow
207907a07b Correcte name from auto0index to auto_index.pdf
[SVN r68715]
2011-02-08 15:21:37 +00:00
Paul A. Bristow
4a5ae7d623 Added install of auto-index.pdf
[SVN r68714]
2011-02-08 15:19:22 +00:00
Paul A. Bristow
5a4ade737c Creates sections for the 7 steps
[SVN r68713]
2011-02-08 15:07:15 +00:00
John Maddock
7afd585911 Don't make the script file a dependency - it doesn't always work!
[SVN r68639]
2011-02-04 18:52:31 +00:00
John Maddock
7a2290427a Fix some typos, move a few things around.
Regenerate docs.

[SVN r68638]
2011-02-04 18:51:10 +00:00
Paul A. Bristow
239a7a5e49 Examples and cosmetic improvements
[SVN r68624]
2011-02-03 15:58:41 +00:00
Paul A. Bristow
aa9ac69963 Some corrections to handling of text part
[SVN r68604]
2011-02-01 17:56:53 +00:00
Paul A. Bristow
94ef1c7ab6 Some tips added and some editorial corrections.
Merged with John Maddock's additions 27 Jan, hopefully without causing trouble.  See also pdf version.

[SVN r68534]
2011-01-28 15:07:52 +00:00
Paul A. Bristow
91eb6e8482 Some tips added and some editorial corrections.
Merged with John Maddock's additions 27 Jan, hopefully without causing trouble.

[SVN r68533]
2011-01-28 15:06:51 +00:00
Paul A. Bristow
cf8f9b66c0 Some tips added and some editorial corrections.
[SVN r68532]
2011-01-28 15:05:43 +00:00
Paul A. Bristow
91f8cfeb51 added pdf (has some issues with layout of long lines of regex!)
[SVN r68481]
2011-01-27 18:17:00 +00:00
John Maddock
49388c8e5b Escape terms to valid xml.
Print out the number of index entries at the end.
Update docs to match.

[SVN r68459]
2011-01-26 18:51:49 +00:00
John Maddock
c0e5727a80 Add more improved error handling.
Add docs on what containers can hold an index.
Fix tests not to generate bad Docbook!

[SVN r68458]
2011-01-26 18:13:05 +00:00
John Maddock
67a3a0341f Add some error handling for invalid file names.
[SVN r68438]
2011-01-25 18:45:42 +00:00
John Maddock
46573b0780 Add some notes about including optional auto-index support to the docs.
Add (copy) Jamroot etc files so this directory can be used standalone.
Fix GCC compiler warnings.
Streamline Jamfiles a touch.

[SVN r68356]
2011-01-21 18:53:06 +00:00
John Maddock
1d9de07e0d Fix some typos, and break up long lines.
[SVN r68350]
2011-01-21 16:49:03 +00:00
John Maddock
426a513396 Change file scanners to use customisable scanners that can be defined in the script file.
Update docs to match.
Update examples to use the new file scanner definitions.
Regenerate examples.

[SVN r67434]
2010-12-23 18:15:04 +00:00
John Maddock
07bbb7b3eb Refactor to use generic file scanning mechanism, and regenerated some of the example docs.
[SVN r67390]
2010-12-21 18:42:13 +00:00
John Maddock
5758421e85 Only remember the block's title if it has an ID we can link too as well.
[SVN r67363]
2010-12-20 15:33:03 +00:00
John Maddock
ef8ef80d0d Added a debug option.
[SVN r67358]
2010-12-20 13:17:15 +00:00
John Maddock
fa103db9d2 Update to build with Boost.Filesystem v3.
Change indexing operations so that the same term but with different type attributes are treated differently.
Regenerated example docs to match.

[SVN r67349]
2010-12-19 18:20:18 +00:00
John Maddock
dbac250089 Fix sun compiler failures.
[SVN r64267]
2010-07-22 17:06:31 +00:00
John Maddock
67d9bf9d59 Fix up source to reduce the warnings emitted, have better error handling, and better tolerance to scripts with whitespace on the ends of lines.
Change intermediate files to have ".auto_index" extension.

[SVN r64264]
2010-07-22 16:11:24 +00:00
John Maddock
d8761e4c0f Add integer examples.
[SVN r64255]
2010-07-22 11:07:18 +00:00
John Maddock
d734cbcef2 Add a couple of new features plus the integer docs as another example.
[SVN r63411]
2010-06-28 18:00:17 +00:00
John Maddock
3db3bd89ee Update tests to reflect new code.
Regenerate example docs and PDF's.
Tweak Jamfiles.

[SVN r63183]
2010-06-21 08:47:11 +00:00
John Maddock
ee73201935 Adjust which blocks get flattened, and fix bug that allowed a section to be searched more than once.
[SVN r51842]
2009-03-18 18:34:18 +00:00
John Maddock
d77696d6c8 Scan for function declarations, not just definitions.
Locate internal index links to the last seen title if that title has an anchor.
Regenerate examples, and test cases.

[SVN r51796]
2009-03-16 18:26:31 +00:00
John Maddock
da51aa7e19 Change file scanning to search for more targeted regexes, and consolidate XML text when searching for terms.
[SVN r51747]
2009-03-13 10:46:33 +00:00
John Maddock
5a76fd3fc2 Put index entries in bold if they're present in the title of a section.
[SVN r51732]
2009-03-12 12:35:06 +00:00
John Maddock
8137c562e1 Give each XML node a weak_pointer to it's parent, and make use of that, rather than passing an explicit parent in process_node.
Have a list of XML elements which can contain an <indexterm> and make sure we only insert an <indexterm> in a location where it's actually valid XML.

[SVN r51698]
2009-03-11 13:43:55 +00:00
John Maddock
7f86266eaf Added test cases.
[SVN r51053]
2009-02-06 16:57:38 +00:00
John Maddock
e06540b91a Add limited support for <indexterm>'s in the XML source, and updated the docs accordingly.
Added support for placing indexes inside different XML attributes.

[SVN r51049]
2009-02-06 13:19:22 +00:00
John Maddock
074a4a8123 Fix XML parser to handle <?...?> processing instructions.
Add prefix= command line option, and updated docs to match.
Changed examples to use prefix= option so that files to scan are found relative to boost-root.

[SVN r50994]
2009-02-03 17:17:17 +00:00
John Maddock
114599f0c5 Clear up text.
[SVN r50990]
2009-02-03 13:06:04 +00:00
John Maddock
677b1920d8 Update instructions, tweak Jamfile.v2.
[SVN r50969]
2009-02-02 17:06:20 +00:00
John Maddock
990e977ae5 Split up and organise code a bit better.
[SVN r50225]
2008-12-09 18:00:54 +00:00
John Maddock
c189e10a9a Added support for "using auto-index".
Updated docs.

[SVN r50023]
2008-11-29 18:51:54 +00:00
John Maddock
28bb5e2f5d Added Boost.Build integration and rebuilt type_traits as proof-of-concept.
Fixed a few bugs in the source.

[SVN r50018]
2008-11-29 17:20:03 +00:00
John Maddock
a5dc48f6f1 Added math.pdf and readme.html.
[SVN r49993]
2008-11-28 17:28:30 +00:00
John Maddock
0629097d22 Added PDF.
[SVN r49984]
2008-11-28 13:32:47 +00:00
John Maddock
567ddc04cb Added docs with index.
[SVN r49983]
2008-11-28 12:41:45 +00:00
John Maddock
da575f7231 add index.
[SVN r49981]
2008-11-28 11:41:38 +00:00
John Maddock
6026062ab4 Initial copy.
[SVN r49979]
2008-11-28 11:26:10 +00:00
John Maddock
e80e924309 Added generated docs.
[SVN r49972]
2008-11-28 10:25:28 +00:00
John Maddock
8b74f60732 restore to Boost defaults.
[SVN r49966]
2008-11-27 19:26:24 +00:00
John Maddock
98bfb9fbb3 Change paths
[SVN r49965]
2008-11-27 19:24:41 +00:00