summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* remove reference to tools no longer included in SConsWilliam Deegan2017-09-021-9/+7
|
* add docs targetWilliam Deegan2017-09-011-1/+12
|
* Remove ancient Aegis revision control system filesJane Doe2017-05-291-4/+0
|
* Merged in rodrigc/scons (pull request #409)William Deegan2017-03-133-4/+4
|\ | | | | | | Remove 'U' flag to open()
| * When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-113-4/+4
| |
* | Remove 'U' flag to open() which is deprecated.Craig Rodrigues2017-03-111-1/+1
|/
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-207-12/+12
|
* Update logic to pull files from mercurialWilliam Deegan2016-05-151-3/+3
|
* Remove all the six stuff.Russel Winder2016-02-021-6/+2
|
* Run futurize --stage1.Russel Winder2016-01-013-67/+71
|
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-2423-168/+199
|\
| * Added six module as SCons.compat.six, for python3 port.Gary Oberbrunner2014-04-201-1/+1
| |
| * Merged with [default]Stefan Zimmermann2014-03-3123-167/+198
| |\
| | * Some more six.PY2/PY3 usage.Stefan Zimmermann2014-01-081-2/+4
| | |
| | * Merged with [default]Stefan Zimmermann2014-03-311-8/+9
| | |\
| | * | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after ↵Stefan Zimmermann2014-03-312-5/+12
| | | | | | | | | | | | | | | | except.
| | * | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-3122-27/+50
| | | |
| | * | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-2222-161/+160
| | | |
* | | | removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-5/+1
| | | |
* | | | mergeWilliam Deegan2015-09-282-1/+2
|\ \ \ \
| * | | | exit with non-zero exit code if validation failsWilliam Deegan2015-09-281-0/+1
|/ / / /
* | | | change tree back to development mode and bring back changes from release branchWilliam Deegan2015-09-211-0/+1
|\ \ \ \
* | | | | add uploading src/README.txt to sourceforgerel_2.4.0William Deegan2015-09-211-2/+9
|/ / / /
* | | | adding amd64 win installer to list of filesWilliam Deegan2015-09-211-0/+5
| | | |
* | | | Call scons-proc.py with the same python executable that the ↵William Deegan2015-07-291-2/+3
| | | | | | | | | | | | | | | | docs-update-generated is being run by.
* | | | Remove obsolete aegis revision control scriptsWilliam Deegan2015-07-293-1023/+0
| | | |
* | | | merging 2.3.5 changesWilliam Deegan2015-06-201-0/+8
| | | |
* | | | 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.
* | | release scripts: bin/upload-release-files.sh update doc for EPUB and fix doc ↵Gary Oberbrunner2014-03-081-2/+2
| | | | | | | | | | | | install
* | | Merged in dirkbaechle/scons (pull request #103)Gary Oberbrunner2014-03-081-2/+2
|\ \ \ | | | | | | | | | | | | Documentation editor configuration for XXE5
| * | | - 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
* | | Put back into develop mode post-2.3.1 release;Gary Oberbrunner2014-03-041-2/+2
|/ / | | | | | | also improve update-release-info.py to use shorter copyright year strings.
* | update-release-info: fixed date updating for doc/user/main.xml.Gary Oberbrunner2013-12-271-8/+9
|/ | | | | Also added note that doc/user/main.in is no longer needed/used and prevent that from stopping the doc gen process.
* - 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-042-20/+35
| | | | | | 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
* - relinked the build of all documentation outputs to the bootstrap processDirk Baechle2013-05-042-16/+17
| | | | - corrected the doc folder SConscripts and added XSL and titlepage files where required
* - cleaned up 'bin' directoryDirk Baechle2013-05-046-642/+80
| | | | | - several smaller fixes - added first version of the Overview document for the doc toolchain
* - switched to different schemaLocation URIDirk Baechle2013-05-041-19/+8
|
* - removed suffix= from 'scons_output_command ' and moved itDirk Baechle2013-05-043-312/+830
| | | | one up in the hierarchy to the 'scons_output' tag
* - corrected xincludes for MAN pagesDirk Baechle2013-05-045-417/+746
| | | | | | - 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-044-96/+119
|
* - added Docbook Tool to the sourcesDirk Baechle2013-05-042-105/+135
| | | | - added SConstruct for the MAN pages
* - added first version of the SCons XSDDirk Baechle2013-05-042-2/+48
| | | | - rewrote User Guide XML files, such that they are valid against it
* - started to implement new XML toolsDirk Baechle2013-05-044-439/+404
| | | | - prepared introduction of SCons XSD namespace
* Fix tests broken after --noqmtest option was removed from runtest.pyanatoly techtonik2012-12-211-1/+1
|
* Cleanup replacement of sys.exitfunc with atexit (Python 2+)anatoly techtonik2012-12-191-1/+2
|
* Merged pull request #44 (make README a ReStructuredText file)Gary Oberbrunner2012-10-131-4/+3
| | | | I added a few test fixes and tweaks to Russels version.
* Warn during doc build if missing toolsGary Oberbrunner2012-08-121-0/+1
|
* New upload-release-files script, and fixed up update-release-info.Gary Oberbrunner2012-08-052-4/+30
| | | | | update-release-info: allow regular 3-digit releases (not .final.0) upload-release-files: new, does a lot of the heavy lifting for a release.
* New release script to upload dist files to SourceForgeGary Oberbrunner2012-08-051-0/+51
|