Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes for 3.0.4 release3.0.4 | William Deegan | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | Updates for Ubuntu 18.04 LTS build machine | William Deegan | 2019-01-07 | 1 | -2/+4 |
| | |||||
* | comment out source package upload to sourceforge3.0.2 | William Deegan | 2019-01-01 | 1 | -5/+5 |
| | |||||
* | Updates for 3.0.2 | William Deegan | 2019-01-01 | 1 | -7/+0 |
| | |||||
* | Add xz compression to tar packaging choices. | Mats Wichmann | 2018-09-27 | 1 | -8/+11 |
| | | | | | | | | | | | A few tweaks to scons_dev_master.py which needed to have xz added anyway: changed mercurial to git in initial setup, install different java, more pythons. Note about adding ipkg-build. Docs updated slightly for wording in addition to adding the new tar packager. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | [ci skip] Removing obsolete administrative script scons-cdist. Leftover from ↵ | William Deegan | 2018-04-30 | 1 | -272/+0 |
| | | | | when SCons used aegis for revision control | ||||
* | move test files from QMTest to testing/framework. QMtest hasn't been used in ↵ | William Deegan | 2018-04-30 | 3 | -8/+8 |
| | | | | quite some time | ||||
* | Fix wiki references to point to gihub wiki | Mats Wichmann | 2018-04-23 | 1 | -2/+4 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Replace all instances of `int main()` with `int main(void)` | Jonathon Reinhart | 2018-02-11 | 1 | -1/+1 |
| | |||||
* | Refactor some variable names. Create a SConstruct_created next to created ↵ | William Deegan | 2017-11-14 | 1 | -21/+27 |
| | | | | files for document examples so the example code can be rerun manually to debug any issues found when running | ||||
* | Add ability to regenerate a single example output | William Deegan | 2017-11-14 | 1 | -2/+9 |
| | |||||
* | minor improvements in script logic | William Deegan | 2017-11-14 | 1 | -5/+9 |
| | |||||
* | remove reference to tools no longer included in SCons | William Deegan | 2017-09-02 | 1 | -9/+7 |
| | |||||
* | add docs target | William Deegan | 2017-09-01 | 1 | -1/+12 |
| | |||||
* | Remove ancient Aegis revision control system files | Jane Doe | 2017-05-30 | 1 | -4/+0 |
| | |||||
* | Merged in rodrigc/scons (pull request #409) | William Deegan | 2017-03-13 | 1 | -1/+1 |
|\ | | | | | | | Remove 'U' flag to open() | ||||
| * | Remove 'U' flag to open() which is deprecated. | Craig Rodrigues | 2017-03-11 | 1 | -1/+1 |
| | | |||||
* | | When iterating over dict.items(), we do not need a new list. | Craig Rodrigues | 2017-03-12 | 3 | -4/+4 |
|/ | |||||
* | Futurize stage 2 2to3 fixes only. | William Blevins | 2016-09-20 | 7 | -12/+12 |
| | |||||
* | Update logic to pull files from mercurial | William Deegan | 2016-05-15 | 1 | -3/+3 |
| | |||||
* | Remove all the six stuff. | Russel Winder | 2016-02-02 | 1 | -6/+2 |
| | |||||
* | Run futurize --stage1. | Russel Winder | 2016-01-01 | 3 | -67/+71 |
| | |||||
* | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 11 | -1037/+31 |
|\ | |||||
| * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -5/+1 |
| | | |||||
| * | merge | William Deegan | 2015-09-28 | 2 | -1/+2 |
| |\ | |||||
| | * | exit with non-zero exit code if validation fails | William Deegan | 2015-09-28 | 1 | -0/+1 |
| |/ | |||||
| * | change tree back to development mode and bring back changes from release branch | William Deegan | 2015-09-21 | 2 | -2/+10 |
| |\ | |||||
| | * | add uploading src/README.txt to sourceforgerel_2.4.0 | William Deegan | 2015-09-21 | 1 | -2/+9 |
| |/ | |||||
| * | adding amd64 win installer to list of files | William Deegan | 2015-09-21 | 1 | -0/+5 |
| | | |||||
| * | Call scons-proc.py with the same python executable that the ↵ | William Deegan | 2015-07-30 | 1 | -2/+3 |
| | | | | | | | | docs-update-generated is being run by. | ||||
| * | Remove obsolete aegis revision control scripts | William Deegan | 2015-07-30 | 3 | -1023/+0 |
| | | |||||
| * | merging 2.3.5 changes | William Deegan | 2015-06-20 | 1 | -0/+8 |
| | | |||||
| * | SConsDoc.py: Calling sys.exit(-1) in imported library is bad, because | anatoly techtonik | 2015-01-11 | 1 | -4/+2 |
| | | | | | | | | it removes the trace who and when imported it. | ||||
* | | Added six module as SCons.compat.six, for python3 port. | Gary Oberbrunner | 2014-04-20 | 1 | -1/+1 |
| | | |||||
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 3 | -6/+6 |
|\ \ | |/ | |||||
| * | release scripts: bin/upload-release-files.sh update doc for EPUB and fix doc ↵ | Gary Oberbrunner | 2014-03-08 | 1 | -2/+2 |
| | | | | | | | | install | ||||
| * | Merged in dirkbaechle/scons (pull request #103) | Gary Oberbrunner | 2014-03-08 | 1 | -2/+2 |
| |\ | | | | | | | | | | Documentation editor configuration for XXE5 | ||||
| | * | - added doc editor configuration for XXE5 | Dirk Baechle | 2014-01-19 | 1 | -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 Oberbrunner | 2014-03-04 | 1 | -2/+2 |
| |/ | | | | | | | also improve update-release-info.py to use shorter copyright year strings. | ||||
* | | Some more six.PY2/PY3 usage. | Stefan Zimmermann | 2014-01-08 | 1 | -2/+4 |
| | | |||||
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -8/+9 |
|\ \ | |/ | |||||
| * | update-release-info: fixed date updating for doc/user/main.xml. | Gary Oberbrunner | 2013-12-27 | 1 | -8/+9 |
| | | | | | | | | | | Also added note that doc/user/main.in is no longer needed/used and prevent that from stopping the doc gen process. | ||||
* | | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after ↵ | Stefan Zimmermann | 2014-03-31 | 2 | -5/+12 |
| | | | | | | | | except. | ||||
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 22 | -27/+50 |
| | | |||||
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 22 | -161/+160 |
|/ | |||||
* | - fixed bootstrap.py, such that it can be called from an arbitrary working ↵ | Dirk Baechle | 2013-05-22 | 1 | -1/+1 |
| | | | | | | directory again - fixed indentation in SConsDoc.py | ||||
* | New doc toolchain changes: | Gary Oberbrunner | 2013-05-04 | 2 | -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 process | Dirk Baechle | 2013-05-03 | 2 | -16/+17 |
| | | | | - corrected the doc folder SConscripts and added XSL and titlepage files where required | ||||
* | - cleaned up 'bin' directory | Dirk Baechle | 2013-05-03 | 6 | -642/+80 |
| | | | | | - several smaller fixes - added first version of the Overview document for the doc toolchain | ||||
* | - switched to different schemaLocation URI | Dirk Baechle | 2013-05-03 | 1 | -19/+8 |
| |