| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix CPPDEFINES problems with dicts (both Append and MergeFlags). From Jean-B... | Gary Oberbrunner | 2010-08-15 | 6 | -16/+439 |
|
|
* | Fix issue with implicit-cache when files are removed on disk. Fixes issue #1... | Gary Oberbrunner | 2010-08-12 | 3 | -3/+83 |
|
|
* | Added generation of solution and projects for MSVS 2008 (Evgeny Podjachev) | Gary Oberbrunner | 2010-08-12 | 8 | -13/+466 |
|
|
* | Fix <variablelist> formatting in some new function definitions: make some | Steven Knight | 2010-08-02 | 2 | -96/+188 |
|
|
* | Updates for 1.3.1 | William Deegan | 2010-08-01 | 2 | -8/+8 |
|
|
* | Fix issue 2048: when morphing an Entry into a Dir, retain any existing execut... | Gary Oberbrunner | 2010-07-31 | 3 | -5/+24 |
|
|
* | Continuation of previous commit; new Fortran 03 tool needs to be included in ... | Gary Oberbrunner | 2010-07-30 | 1 | -0/+1 |
|
|
* | Support for Fortran 03, from Luca Falavigna. | Gary Oberbrunner | 2010-07-30 | 12 | -1/+1176 |
|
|
* | Fix tests that examine version output to expect new "engine path:" line. | Steven Knight | 2010-07-29 | 2 | -0/+4 |
|
|
* | Print the path to the SCons package in use in scons --version | Gary Oberbrunner | 2010-07-28 | 2 | -0/+9 |
|
|
* | Issue 2551: Add an entry in the Builders section for Command(), | Steven Knight | 2010-07-23 | 1 | -0/+11 |
|
|
* | Issue 2549: Add support for DMD version 2. (Russel Winder) | Steven Knight | 2010-07-23 | 3 | -5/+29 |
|
|
* | Use <synopsis> tags for the definitions of Builders and function. | Steven Knight | 2010-07-22 | 1 | -4/+5 |
|
|
* | Missed these new test files in last commit (r5105). | Gary Oberbrunner | 2010-07-22 | 6 | -0/+649 |
|
|
* | Add the generated function documentation to the User's Guide as an appendix. | Steven Knight | 2010-07-22 | 10 | -135/+253 |
|
|
* | Integrated patch for issue 2571, various fixes for MSVS project generation. ... | Gary Oberbrunner | 2010-07-22 | 9 | -119/+202 |
|
|
* | Move the authoritative source for functions from the man page to various | Steven Knight | 2010-07-21 | 20 | -4057/+4527 |
|
|
* | Fix formatting errors: really ignore comment lines, | Steven Knight | 2010-07-20 | 1 | -50/+56 |
|
|
* | Update bin/scons-proc.py to do a better job of converting XML to man | Steven Knight | 2010-07-19 | 1 | -11/+75 |
|
|
* | Aegis cleanup - remove references from bootstrap.py (issue #2639) | Anatoly Techtonik | 2010-07-06 | 2 | -26/+3 |
|
|
* | fix links, remove MIT license explanation (README is verbose enough) | Anatoly Techtonik | 2010-07-06 | 1 | -13/+4 |
|
|
* | remove Python 1.5.2 compatibility code from runtest.py | Anatoly Techtonik | 2010-07-05 | 1 | -20/+3 |
|
|
* | cleanup .cvsignore garbage | Anatoly Techtonik | 2010-07-05 | 9 | -11/+0 |
|
|
* | use subprocess in bootstrap.py instead of os.execve to avoid losing | Anatoly Techtonik | 2010-07-05 | 2 | -1/+7 |
|
|
* | Fix substitution in command-line actions created by the global Alias() function. | Steven Knight | 2010-07-05 | 2 | -0/+10 |
|
|
* | Issue 2654: Consolidate three chapters into one. (Greg Noel) | Steven Knight | 2010-07-05 | 2 | -24/+58 |
|
|
* | Add .sx assembly files to preprocessed-assembly source scanner list. Closes i... | Gary Oberbrunner | 2010-07-04 | 3 | -2/+20 |
|
|
* | Set module metadata for site_scons/site_init.py files. From Arve Knudsen; cl... | Gary Oberbrunner | 2010-07-04 | 3 | -6/+70 |
|
|
* | Users Guide updates re: Tools as packages. Also updates UG xml files for my ... | Gary Oberbrunner | 2010-07-04 | 3 | -30/+61 |
|
|
* | Add all the per-system and per-user site_scons dirs, per discussion in SEP 002. | Gary Oberbrunner | 2010-07-04 | 6 | -21/+205 |
|
|
* | Update for 1.3 and 2.0 checkpoints | William Deegan | 2010-06-30 | 2 | -5/+6 |
|
|
* | Windows fix: use shell=True on subprocess.Popen(), don't use communicate(). | Steven Knight | 2010-06-28 | 1 | -2/+3 |
|
|
* | Generalize searching for the Fortran startup libraries (-lfrtbegin | Steven Knight | 2010-06-27 | 1 | -16/+14 |
|
|
* | Issue 5062: XML fixes in the User's Guide. (Dirk Baechle) | Steven Knight | 2010-06-27 | 24 | -51/+58 |
|
|
* | Add commented outlines for Ubuntu 9.10 packages | William Deegan | 2010-06-21 | 1 | -1/+5 |
|
|
* | Update Changes with the LaTeX changes I committed earlier to branches/pending | Robert Managan | 2010-06-17 | 1 | -0/+7 |
|
|
* | Fix misspelled entity (&Scons; => &SCons;). | Steven Knight | 2010-06-17 | 2 | -2/+2 |
|
|
* | Fix #2574: case sensitivity issue with Fortran module scanner. | Gary Oberbrunner | 2010-06-17 | 3 | -3/+73 |
|
|
* | Add Users Guide example of generating source code. | Gary Oberbrunner | 2010-06-17 | 3 | -2/+127 |
|
|
* | Solaris portability fix to avoid substitutions during Tool module intialization. | Steven Knight | 2010-06-16 | 1 | -1/+5 |
|
|
* | Add __COPYRIGHT__ and __FILE__ template strings. | Steven Knight | 2010-06-16 | 1 | -0/+3 |
|
|
* | Revert in-directory changes inadvertently swept up in the last checkin. | Steven Knight | 2010-06-15 | 3 | -16/+5 |
|
|
* | Issue 2390: Support appending to $*FLAGS values (CLVar instances) in a | Steven Knight | 2010-06-15 | 6 | -16/+43 |
|
|
* | Remove unnecessary left-over "import sys" statements. | Steven Knight | 2010-06-15 | 13 | -26/+0 |
|
|
* | Issue 2647: In Executor.Null.get_all_children(), really return all of | Steven Knight | 2010-06-15 | 5 | -21/+88 |
|
|
* | Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge from | Steven Knight | 2010-06-15 | 12 | -121/+6017 |
|
|
* | Update with recent checkpoints and 2.0.0.final.0 (yay!). | Steven Knight | 2010-06-15 | 1 | -0/+5 |
|
|
* | This changeset increments the trunk to the next minor level, 2.1.0, and | Greg Noel | 2010-06-15 | 7 | -69/+42 |
|
|
* | Update web site for 2.0.0.final.0 | Greg Noel | 2010-06-15 | 2 | -8/+4 |
|
|
* | Add the warning about the regression in 1.3 that's carried over into 2.0. | Greg Noel | 2010-06-15 | 2 | -0/+18 |
|
|