summaryrefslogtreecommitdiffstats
path: root/bin/SConsDoc.py
Commit message (Expand)AuthorAgeFilesLines
* Use super call instead of direct class callMats Wichmann2022-03-151-1/+1
* Resolve sider issueWilliam Deegan2021-07-091-2/+2
* Updates to docs to indicate experimental statusWilliam Deegan2021-07-081-0/+9
* Update docs on documentation [ci skip]Mats Wichmann2020-08-171-9/+27
* Update doc gen to fail more definitively [skip appveyor]Mats Wichmann2020-07-041-6/+6
* Replaced 'bare excepts', now catching Exception.Dirk Baechle2020-06-201-6/+0
* Fixed Sets/Uses links in generated doc files.Dirk Baechle2020-06-201-8/+9
* First set of changes, started to rip out libxslt2.Dirk Baechle2020-06-191-416/+155
* Merge pull request #3662 from bdbaddog/add_compilation_dbWilliam Deegan2020-06-081-0/+1
|\
| * Updates to doc. Still WIPWilliam Deegan2020-05-191-0/+1
* | classes no longer explicitly inherit from objectMats Wichmann2020-05-241-6/+6
|/
* [ci skip] Speedup xml validation called by bin/docs-update-generated.py by ca...William Deegan2020-04-221-3/+7
* Address github review notes and sider issuesWilliam Deegan2020-04-111-1/+2
* Remove python27 codeWilliam Deegan2020-04-091-49/+19
* Add highlighting to funcs/builders [ci skip]Mats Wichmann2020-04-081-9/+33
* Remove obsolete scripts. Remove py27 supportWilliam Deegan2020-03-211-3/+0
* [PR #3583] review comment: flag cElementTree use [ci skip]Mats Wichmann2020-03-151-0/+1
* Fix the packagers table again. [ci skip]Mats Wichmann2020-03-131-11/+1
* [PR #3343] fix review comments [ci skip]Mats Wichmann2019-12-051-4/+9
* Improve building of docs using Py3 [ci skip]Mats Wichmann2019-12-051-82/+129
* Fix some regexes for Python 3.8 complaintsMats Wichmann2019-05-131-2/+2
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-90/+82
* [PY 3.8] fix some sider complaints in #3331Mats Wichmann2019-03-301-0/+1
* [WIP] [PY 3.8] fix more warningsMats Wichmann2019-03-301-20/+41
* minor improvements in script logicWilliam Deegan2017-11-141-5/+9
* 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
* | Merged with [default]Stefan Zimmermann2014-03-311-2/+2
|\ \ | |/
| * - added doc editor configuration for XXE5Dirk Baechle2014-01-191-2/+2
* | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...Stefan Zimmermann2014-03-311-2/+4
* | 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 di...Dirk Baechle2013-05-221-1/+1
* New doc toolchain changes:Gary Oberbrunner2013-05-041-9/+18
* - switched to different schemaLocation URIDirk Baechle2013-05-031-19/+8
* - removed suffix= from 'scons_output_command ' and moved itDirk Baechle2013-05-031-48/+137
* - corrected xincludes for MAN pagesDirk Baechle2013-05-031-131/+366
* - switched all docs to SCons XSDDirk Baechle2013-05-031-93/+106
* - added Docbook Tool to the sourcesDirk Baechle2013-05-031-50/+59
* - added first version of the SCons XSDDirk Baechle2013-05-031-1/+34
* - started to implement new XML toolsDirk Baechle2013-05-031-189/+232
* 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
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-4/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+3
* Handle different signatures for global or env versions of functionsSteven Knight2010-03-081-9/+7
* More enhancements for documenting functions:Steven Knight2010-03-041-4/+9