summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add all the per-system and per-user site_scons dirs, per discussion in SEP 002.Gary Oberbrunner2010-07-046-21/+205
* Update for 1.3 and 2.0 checkpointsWilliam Deegan2010-06-302-5/+6
* Windows fix: use shell=True on subprocess.Popen(), don't use communicate().Steven Knight2010-06-281-2/+3
* Generalize searching for the Fortran startup libraries (-lfrtbeginSteven Knight2010-06-271-16/+14
* Issue 5062: XML fixes in the User's Guide. (Dirk Baechle)Steven Knight2010-06-2724-51/+58
* Add commented outlines for Ubuntu 9.10 packagesWilliam Deegan2010-06-211-1/+5
* Update Changes with the LaTeX changes I committed earlier to branches/pendingRobert Managan2010-06-171-0/+7
* Fix misspelled entity (&Scons; => &SCons;).Steven Knight2010-06-172-2/+2
* Fix #2574: case sensitivity issue with Fortran module scanner.Gary Oberbrunner2010-06-173-3/+73
* Add Users Guide example of generating source code.Gary Oberbrunner2010-06-173-2/+127
* Solaris portability fix to avoid substitutions during Tool module intialization.Steven Knight2010-06-161-1/+5
* Add __COPYRIGHT__ and __FILE__ template strings.Steven Knight2010-06-161-0/+3
* Revert in-directory changes inadvertently swept up in the last checkin.Steven Knight2010-06-153-16/+5
* Issue 2390: Support appending to $*FLAGS values (CLVar instances) in aSteven Knight2010-06-156-16/+43
* Remove unnecessary left-over "import sys" statements.Steven Knight2010-06-1513-26/+0
* Issue 2647: In Executor.Null.get_all_children(), really return all ofSteven Knight2010-06-155-21/+88
* Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge fromSteven Knight2010-06-1512-121/+6017
* Update with recent checkpoints and 2.0.0.final.0 (yay!).Steven Knight2010-06-151-0/+5
* This changeset increments the trunk to the next minor level, 2.1.0, andGreg Noel2010-06-157-69/+42
* Update web site for 2.0.0.final.0Greg Noel2010-06-152-8/+4
* Add the warning about the regression in 1.3 that's carried over into 2.0.Greg Noel2010-06-152-0/+18
* Update install_scons.py to work on Windows.Steven Knight2010-06-151-5/+14
* Move update-release-info.py from src/ to tests/update_release-info/Greg Noel2010-06-112-1/+28
* Windows portability.Steven Knight2010-06-101-1/+5
* More Solaris test fixes.Steven Knight2010-06-102-4/+2
* Increase the default timeout of TestSCons.wait_for() to 20.0 seconds.Steven Knight2010-06-106-10/+19
* Move test/update-release-info.py to src/test_update-release-info.py.Steven Knight2010-06-101-0/+0
* Add missing "print" to the warning about: not building scons-src-* packages.Steven Knight2010-06-091-1/+1
* Wrong date in highlights information.Greg Noel2010-06-091-1/+1
* Changes to publish the SCons 2.0.0.candidate.20100607 releaseGreg Noel2010-06-082-6/+5
* More Solaris test fixes:Steven Knight2010-06-088-36/+66
* Remove the rest of the logic for the noqmtest keywordGreg Noel2010-06-084-21/+14
* Test fixes for Solaris, notably making test/Actions/function.py printSteven Knight2010-06-087-31/+50
* Minor User's Guide updates: copyright years, deprecated features, TODOs that...Steven Knight2010-06-086-26/+14
* Add a src/CHANGES.txt entry for the problem with is_Dict()Greg Noel2010-06-081-0/+3
* Update src/CHANGES.txt for the upper-case-platform fix.Steven Knight2010-06-081-0/+3
* Fixed a bug in the regression test to use the right filenames for eachGreg Noel2010-06-072-11/+43
* Architecture canonicalization fixes:Steven Knight2010-06-071-9/+12
* Windows portability: \ separators in the expected output.Steven Knight2010-06-071-6/+6
* Don't skip runtest.py tests on systems that don't have QMTest installed.Steven Knight2010-06-072-9/+5
* Initial drop of bin/update-release-info.py.Greg Noel2010-06-0710-24/+1753
* For some reason, using the `imp` module to do imports doesn't do quite theGreg Noel2010-06-074-38/+22
* Add 1.3.0.d20100606 checkpoint infoWilliam Deegan2010-06-072-4/+4
* Update with 2.0.0.beta.20100605 infoWilliam Deegan2010-06-062-3/+3
* Merged revisions 4964 via svnmerge fromWilliam Deegan2010-06-063-3/+10
* Update release notes to include note about MSVC/VS/SDK improvementsWilliam Deegan2010-06-061-3/+4
* Explicitly initialize the construction environment with tools = ['mssdk',Steven Knight2010-06-061-1/+2
* Restore the __COPYRIGHT__ and __FILE__ header lines.Steven Knight2010-06-061-0/+3
* Windows portability fixes in various tests. Fix runtest.py detectionSteven Knight2010-06-066-20/+38
* When trying to execute v[cs]*vars*.bat scripts to fetch the VisualSteven Knight2010-06-062-8/+39