summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated version info via ReleaseConfig to 2.4.1 with appropriate datestamp2.4.1William Deegan2015-11-076-23/+23
|
* updated CHANGES.txt, RELEASE.txt, Announce.txt, and debian/changelog with ↵William Deegan2015-11-074-61/+116
| | | | info about the 2.4.1 release
* Regenerated docs for 2.4.1 release.William Deegan2015-11-0610-30/+22
|
* Added tag 2.4.1 for changeset 149d413d8fd5William Deegan2015-11-060-0/+0
|
* final auto updates for 2.4.1 releaseWilliam Deegan2015-11-060-0/+0
|
* Kick buildbotWilliam Deegan2015-10-221-1/+0
|
* Kick buildbotWilliam Deegan2015-10-221-0/+1
|
* fix swig tool to properly retrieve swig versionPaweł Tomulik2015-10-191-3/+4
|
* edit test/SWIG/SWIG.py to covert PR #270Paweł Tomulik2015-10-191-2/+13
|
* add blurb to src/CHANGES.txt for PR #270Paweł Tomulik2015-10-181-0/+4
|
* small enchancement to swig toolPaweł Tomulik2015-10-171-1/+4
|
* Add changelog for pull request #222William Deegan2015-10-021-0/+4
|
* Merged in hhsprings/scons (pull request #222)William Deegan2015-10-022-37/+59
|\
| * This patch is not for Python 2.7, but for `Microsoft Visual C++ Compilerhhsprings2015-03-133792-0/+905274
| | | | | | for Python 2.7'. Althouh maintainers claims `This will be the last release to support Python versions earlier than 2.7, as we begin to move toward supporting Python 3.`, that?s not the same as supporting compiler.
* update Changes for bug 2791William Deegan2015-10-011-0/+3
|
* Merged in bdbaddog/scons (pull request #268)William Deegan2015-10-012-19/+2
|\ | | | | | | Bug # 2791 - minor change to setup.py makes the package installable with jython.
| * Merged in williamblevins/scons_20150323 (pull request #266)William Deegan2015-10-011-18/+1
| |\ | | | | | | | | | Corrected hgignore regex for emacs temporary files.
| | * Code cleanup: removed function for supporting relpath in pre-2.6 python.William Blevins2015-10-011-18/+1
| | |
| | * fix broken on windows test in SConfTest.pyWilliam Deegan2015-09-301-1/+1
| | |
| | * merged from scons defaultWilliam Deegan2015-09-292-4/+3
| | |\
| | | * Merged in carandraug/scons (pull request #261)William Deegan2015-09-291-2/+2
| | | |\ | | | | | | | | | | | | | | | doc: do not recommend os.popen which is deprecated in python
| | | | * doc: do not recommend os.popen which is deprecated in pythonCarnë Draug2015-09-261-2/+2
| | | | |
| | | | * fix test to run on macosx by fixing C99 non complianceWilliam Deegan2015-09-291-0/+4
| | | | |
| | | | * Fix failing LEX/live.py because no return type was specified for main and ↵William Deegan2015-09-291-0/+1
| | | | | | | | | | | | | | | | | | | | apple compiler/flex complains about it in stderr
| | | | * Merged in carandraug/scons (pull request #248)William Deegan2015-09-2983-649/+2496
| | | | |\
| | | | | * added emacs temp files to hgignoreWilliam Deegan2015-09-291-0/+1
| | | | | |
| | | | | * fix test which was verifying that PrintHelp wasn't in SCons.script because ↵William Deegan2015-09-291-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | at some point in the past there was such a function which was removed. Pull request #226 for bug #2831 restored/recreated a same named function and broke this test
| | | | | * Moved Dirks changes.txt change for fixin SVG license into the 2.4.1 section ↵William Deegan2015-09-291-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | of CHANGES.txt
| | | | | * Merged in dirkbaechle/scons (pull request #238)William Deegan2015-09-295-48/+42
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | Fixed license of SVG titlepage files (#2985)
| | | | | | * Fixed license of SVG titlepage files, resolves #2985. This is required in ↵Dirk Baechle2015-06-023794-0/+905607
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the Debian packaging context, such that the images allow for commercial use too. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787356 for the original bug description.
| | | | | * test for pull request #226 bug #2831William Deegan2015-09-291-0/+63
| | | | | |
| | | | | * Removed 'Local Build Variables:' from output when append flag for help is ↵William Deegan2015-09-291-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | True. This change breaks a bunch of tests and isn't core to the bug itself
| | | | | * mergeWilliam Deegan2015-09-2819-47/+305
| | | | | |\
| | | | | | * Added help for pull request #226William Deegan2015-09-2816-45/+302
| | | | | | |
| | | | | | * exit with non-zero exit code if validation failsWilliam Deegan2015-09-281-0/+1
| | | | | | |
| | | | | | * fixed syntax error from previous pull request #256William Deegan2015-09-281-1/+1
| | | | | | |
| | | | | | * Merged in billcroberts/scons (pull request #226)William Deegan2015-09-284-5/+20
| | | | | | |\
| | | | | | | * bug 2831: Allow appending Help text to Options OutputWilliam Roberts2015-03-173792-0/+905267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/issues/show_bug.cgi?id=2831 In order to append, rather than clobber Help() generated text, use Help("my message", append=True) The append argument is only respected on the first call to this method as it operates on global data.
| | | | | | * fix spelling mistakes found by debian lintian tool list here: ↵William Deegan2015-09-2813-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://lintian.debian.org/full/debian@jff-webhosting.net.html#scons_2.3.6-1
| | | | | | * Merged in williamblevins/scons_20150323 (pull request #256)William Deegan2015-09-243-1/+43
| | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | Updated SHLIBVERSION documentation to reflect PR-247.
| | | | | | | * added some blurbFlorian Miedniak2015-09-231-0/+3
| | | | | | | |
| | | | | | | * Corrected indentationFlorian Miedniak2015-09-231-2/+2
| | | | | | | |
| | | | | | | * Merged scons/scons into defaultFlorian Miedniak2015-09-232-1/+40
| | | | | | | |\
| | | | | | | | * Fixed #3011: Glob() called with exclude didn't work when called from a ↵Florian Miedniak2015-09-222-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SConscript that is executed with variant_dir set and duplicate=0
| | | | | | | | * remove extraneous release boilerplate textWilliam Deegan2015-09-221-28/+0
| | | | | | | | |
| | | | | | | | * change tree back to development mode and bring back changes from release branchWilliam Deegan2015-09-216-24/+85
| | | | | | | | |\
| | | | | | | | | * switch back to develop contentWilliam Deegan2015-09-214-17/+49
| | | | | | | | | |
| | | | | | | | | * updates for 2.4.0 releaseWilliam Deegan2015-09-214-46/+32
| | | | | | | | | |
| | | | | | | | | * Regenerated docs for 2.4.0 ReleaseWilliam Deegan2015-09-213-7/+5
| | | | | | | | | |
| | | | | | | | | * adding amd64 win installer to list of filesWilliam Deegan2015-09-213796-0/+906036
| | | | | | | | |