| Commit message (Expand) | Author | Age | Files | Lines |
* | Add .sx assembly files to preprocessed-assembly source scanner list. Closes i... | Gary Oberbrunner | 2010-07-04 | 2 | -1/+6 |
|
|
* | Set module metadata for site_scons/site_init.py files. From Arve Knudsen; cl... | Gary Oberbrunner | 2010-07-04 | 2 | -2/+20 |
|
|
* | Users Guide updates re: Tools as packages. Also updates UG xml files for my ... | Gary Oberbrunner | 2010-07-04 | 1 | -0/+5 |
|
|
* | Add all the per-system and per-user site_scons dirs, per discussion in SEP 002. | Gary Oberbrunner | 2010-07-04 | 3 | -6/+65 |
|
|
* | Issue 5062: XML fixes in the User's Guide. (Dirk Baechle) | Steven Knight | 2010-06-27 | 1 | -0/+4 |
|
|
* | Update Changes with the LaTeX changes I committed earlier to branches/pending | Robert Managan | 2010-06-17 | 1 | -0/+7 |
|
|
* | Fix #2574: case sensitivity issue with Fortran module scanner. | Gary Oberbrunner | 2010-06-17 | 2 | -3/+7 |
|
|
* | Add Users Guide example of generating source code. | Gary Oberbrunner | 2010-06-17 | 1 | -0/+4 |
|
|
* | Issue 2390: Support appending to $*FLAGS values (CLVar instances) in a | Steven Knight | 2010-06-15 | 3 | -11/+27 |
|
|
* | Issue 2647: In Executor.Null.get_all_children(), really return all of | Steven Knight | 2010-06-15 | 2 | -3/+4 |
|
|
* | Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge from | Steven Knight | 2010-06-15 | 3 | -12/+42 |
|
|
* | This changeset increments the trunk to the next minor level, 2.1.0, and | Greg Noel | 2010-06-15 | 3 | -57/+30 |
|
|
* | Add the warning about the regression in 1.3 that's carried over into 2.0. | Greg Noel | 2010-06-15 | 2 | -0/+18 |
|
|
* | Move update-release-info.py from src/ to tests/update_release-info/ | Greg Noel | 2010-06-11 | 1 | -244/+0 |
|
|
* | Move test/update-release-info.py to src/test_update-release-info.py. | Steven Knight | 2010-06-10 | 1 | -0/+244 |
|
|
* | Test fixes for Solaris, notably making test/Actions/function.py print | Steven Knight | 2010-06-08 | 2 | -2/+6 |
|
|
* | Add a src/CHANGES.txt entry for the problem with is_Dict() | Greg Noel | 2010-06-08 | 1 | -0/+3 |
|
|
* | Update src/CHANGES.txt for the upper-case-platform fix. | Steven Knight | 2010-06-08 | 1 | -0/+3 |
|
|
* | Architecture canonicalization fixes: | Steven Knight | 2010-06-07 | 1 | -9/+12 |
|
|
* | Initial drop of bin/update-release-info.py. | Greg Noel | 2010-06-07 | 4 | -13/+1061 |
|
|
* | For some reason, using the `imp` module to do imports doesn't do quite the | Greg Noel | 2010-06-07 | 4 | -38/+22 |
|
|
* | Merged revisions 4964 via svnmerge from | William Deegan | 2010-06-06 | 2 | -2/+9 |
|
|
* | Update release notes to include note about MSVC/VS/SDK improvements | William Deegan | 2010-06-06 | 1 | -3/+4 |
|
|
* | Restore the __COPYRIGHT__ and __FILE__ header lines. | Steven Knight | 2010-06-06 | 1 | -0/+3 |
|
|
* | When trying to execute v[cs]*vars*.bat scripts to fetch the Visual | Steven Knight | 2010-06-06 | 2 | -8/+39 |
|
|
* | Fix tests on win32 | William Deegan | 2010-06-05 | 1 | -0/+3 |
|
|
* | Issue 1975: Add documentation of the AllowSubstExceptions() function | Steven Knight | 2010-06-04 | 1 | -0/+4 |
|
|
* | Initial Migration of MSVC logic from 1.3 branch. | William Deegan | 2010-06-03 | 3 | -66/+116 |
|
|
* | Fix src/RELEASE.txt typos in trunk. | Steven Knight | 2010-05-31 | 1 | -3/+3 |
|
|
* | Merged revisions 4838-4911,4913-4914,4916-4917,4919-4924,4926-4927,4929-4936 ... | Steven Knight | 2010-05-31 | 2 | -0/+7 |
|
|
* | Prepare for checkpoint release. Everything should be set up and ready | Greg Noel | 2010-05-30 | 4 | -8/+7 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2365 | Greg Noel | 2010-05-28 | 10 | -32/+46 |
|
|
* | Start the deprecation cycle for the BuildDir() method and the build_dir | Greg Noel | 2010-05-26 | 6 | -42/+53 |
|
|
* | Fix "Ignoring corrupt sconsign entry" warnings when upgrading from 1.x. | Steven Knight | 2010-05-26 | 2 | -3/+17 |
|
|
* | Delete references to QMTest/unittest.py, which has been removed. | Steven Knight | 2010-05-25 | 1 | -1/+0 |
|
|
* | Convert old-style classes in miscellaneous files to new-stylre classes: | Steven Knight | 2010-05-21 | 1 | -1/+1 |
|
|
* | Update deprecated features to the next life-cycle stage | Greg Noel | 2010-05-21 | 6 | -46/+57 |
|
|
* | Remove a spurious checked-in vc.py.bak file. | Steven Knight | 2010-05-20 | 1 | -394/+0 |
|
|
* | Apply changes caught by fixer plus trivial optimizations | Greg Noel | 2010-05-20 | 1 | -3/+2 |
|
|
* | Convert old-style classes in src/script to new-style classes. | Steven Knight | 2010-05-20 | 3 | -6/+6 |
|
|
* | Fix breakage in how AddMethod() handles instances. | Steven Knight | 2010-05-19 | 1 | -1/+1 |
|
|
* | Convert SubstitutionEnvironment from an old-style class to a new-style class. | Steven Knight | 2010-05-19 | 2 | -9/+7 |
|
|
* | Fix unit test ripple effect from converting SCons.Util.Proxy to a new-style c... | Steven Knight | 2010-05-19 | 1 | -2/+4 |
|
|
* | Convert Util.Proxy from an old-style class to a new-style class. | Steven Knight | 2010-05-19 | 3 | -7/+38 |
|
|
* | Updates to README from W. Trevor King | Greg Noel | 2010-05-19 | 1 | -20/+28 |
|
|
* | Convert Environment.MethodWrapper from an old-style class to a new-style class. | Steven Knight | 2010-05-18 | 1 | -1/+1 |
|
|
* | Convert an old-style class in Tool/mwcc.py to a new-style class. | Steven Knight | 2010-05-18 | 1 | -1/+1 |
|
|
* | Convert an old-style class in Platform/win32.py to a new-style class. | Steven Knight | 2010-05-18 | 1 | -1/+1 |
|
|
* | Convert old-style classes in MS Tool modules to new-style classes. | Steven Knight | 2010-05-18 | 4 | -6/+6 |
|
|
* | Convert Environment._Null from an old-style class to a new-style class. | Steven Knight | 2010-05-17 | 1 | -1/+1 |
|
|