summaryrefslogtreecommitdiffstats
path: root/bin/SConsDoc.py
Commit message (Collapse)AuthorAgeFilesLines
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-1/+1
|
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-1/+1
|
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-4/+2
|\
| * SConsDoc.py: Calling sys.exit(-1) in imported library is bad, becauseanatoly techtonik2015-01-111-4/+2
| | | | | | | | it removes the trace who and when imported it.
* | Merged with [default]Stefan Zimmermann2014-03-311-2/+2
|\ \ | |/
| * - added doc editor configuration for XXE5Dirk Baechle2014-01-191-2/+2
| | | | | | | | | | - added missing icons for XXE4 - adapted schema location, such that the validation works properly in SernaFree and XXE
* | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after ↵Stefan Zimmermann2014-03-311-2/+4
| | | | | | | | except.
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-4/+5
| |
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-14/+14
|/
* - fixed bootstrap.py, such that it can be called from an arbitrary working ↵Dirk Baechle2013-05-221-1/+1
| | | | | | directory again - fixed indentation in SConsDoc.py
* New doc toolchain changes:Gary Oberbrunner2013-05-041-9/+18
| | | | | | bin/SConsDoc.py: catch parse exceptions and improve error msgs bin/docs-validate.py: allow testing individual files from cmd line src/engine/SCons/Tool/zip.xml: fix text to validate against DTD
* - switched to different schemaLocation URIDirk Baechle2013-05-031-19/+8
|
* - removed suffix= from 'scons_output_command ' and moved itDirk Baechle2013-05-031-48/+137
| | | | one up in the hierarchy to the 'scons_output' tag
* - corrected xincludes for MAN pagesDirk Baechle2013-05-031-131/+366
| | | | | | - started to work on support for UserGuide examples - added xslt for transforming SCons XSD to Docbook documents - added SConstructs for all documents and titlepage for the UserGuide
* - switched all docs to SCons XSDDirk Baechle2013-05-031-93/+106
|
* - added Docbook Tool to the sourcesDirk Baechle2013-05-031-50/+59
| | | | - added SConstruct for the MAN pages
* - added first version of the SCons XSDDirk Baechle2013-05-031-1/+34
| | | | - rewrote User Guide XML files, such that they are valid against it
* - started to implement new XML toolsDirk Baechle2013-05-031-189/+232
| | | | - prepared introduction of SCons XSD namespace
* vert old-style classes in bin/* scripts to new-style classes.Steven Knight2010-05-201-3/+3
|
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-1/+0
| | | | | | | Comb out all code that supported earlier versions of Python. Most such code is in snippets of only a few lines and can be identified by having a Python version string in it. Such snippets add up; this combing pass probably got rid of over 500 lines of code.
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
| | | | | | Apply the refactorings from the 'dict' fixer, less occurrences that were manually audited to be safe. Also pick up changes in bin/sfsum, a Python file that was not being scanned before.
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-4/+2
| | | | | | | | | | | | | | | Applied a number of idiomatic changes. Uses of the 'sort()' method were converted into calls of 'sorted()' when possible and the sorted() expression was inserted into a subsequent statement whenever that made sense. The statement 'while 1:' was changed to 'while True:'. Names from the 'types' module (e.g., 'types.FooType') were converted to the equivalent build-in type (e.g., 'foo'). Comparisons between types were changed to use 'isinstance()'.
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+3
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* Handle different signatures for global or env versions of functionsSteven Knight2010-03-081-9/+7
| | | | | by the signature specification from the <scons_function> tag to the <arguments> tag.
* More enhancements for documenting functions:Steven Knight2010-03-041-4/+9
| | | | | | | * Add the support for global="0" and env="0" to SConsDoc.py. * Remove unnecessary .IP lines before '\""" delimiters before the next builder / tool / function entry. * Add support for <variablelist> lists.
* Add support for documenting functions (with arbitrary calling signatures)Steven Knight2010-02-231-8/+74
| | | | in our home-brew DocBook-based .xml files.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Merged revisions 1884-1905 via svnmerge fromSteven Knight2007-05-181-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/branches/core ........ r1891 | stevenknight | 2007-04-24 08:57:03 -0500 (Tue, 24 Apr 2007) | 1 line 0.96.D632 - Fix 0.96.96 reference count regression during parallel builds. ........ r1892 | stevenknight | 2007-04-24 12:51:05 -0500 (Tue, 24 Apr 2007) | 1 line 0.96.D633 - Fix documented default value(s) of $MSVS_USE_MFC_DIRS. ........ r1893 | stevenknight | 2007-04-24 16:12:14 -0500 (Tue, 24 Apr 2007) | 1 line 0.96.D634 - Make the DirEntryScanner tolerant of non-Dir nodes. ........ r1898 | stevenknight | 2007-05-09 15:07:15 -0500 (Wed, 09 May 2007) | 1 line 0.96.D635 - Portability fixes in test scripts. ........ r1899 | stevenknight | 2007-05-12 08:19:13 -0500 (Sat, 12 May 2007) | 1 line 0.96.D636 - Update documentation with rudimentary Tool module descriptions. ........ r1901 | stevenknight | 2007-05-17 14:32:14 -0500 (Thu, 17 May 2007) | 1 line 0.97.D001 - Initialize 0.97 for release. ........
* Bring CVS back in sync.Steven Knight2005-11-171-0/+80
|
* Accumulated documentation changes.Steven Knight2005-02-151-0/+241