| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Sigh. Checkin to fix previous regression test cause another | Greg Noel | 2009-04-23 | 1 | -4/+4 | |
| | | | | | regression failure. This one should fix it. | |||||
| * | Fix regression failure (shadowed variable) in Python 2.1 | Greg Noel | 2009-04-22 | 1 | -8/+14 | |
| | | ||||||
| * | Editing changes for textfile.xml and credit to Hartmut Goebel | Greg Noel | 2009-04-22 | 2 | -11/+16 | |
| | | ||||||
| * | Missed the documentation for Textfile and Substfile | Greg Noel | 2009-04-22 | 1 | -0/+204 | |
| | | ||||||
| * | Add Textfile and Substfile builders | Greg Noel | 2009-04-22 | 6 | -17/+350 | |
| | | ||||||
| * | use correct base class for filesystem factory functions | Greg Noel | 2009-04-22 | 1 | -1/+1 | |
| | | ||||||
| * | Add .get_file_contents() to Value() nodes | Greg Noel | 2009-04-22 | 1 | -1/+4 | |
| | | ||||||
| * | Updates for recent modifications. | Steven Knight | 2009-04-19 | 1 | -0/+34 | |
| | | ||||||
| * | fix test that hangs occasionally to fail instead if a short time elapses ↵ | Greg Noel | 2009-04-18 | 1 | -10/+14 | |
| | | | | | without success | |||||
| * | Modify the SWIG tests so that OS X is treated like a UNIX platform (which it | Greg Noel | 2009-04-18 | 13 | -204/+98 | |
| | | | | | | | really is). OS X now not only runs all the SWIG tests (it used to skip many of them because it could not find the appropriate files), it now passes all the tests. | |||||
| * | Redirect branching page to wiki | Greg Noel | 2009-04-17 | 1 | -0/+1 | |
| | | ||||||
| * | Fix the expected "Dot not know how to make" error message. | Steven Knight | 2009-04-16 | 1 | -1/+1 | |
| | | ||||||
| * | Partial update of the use of branches; still needs TLC | Greg Noel | 2009-04-16 | 2 | -21/+27 | |
| | | ||||||
| * | Win32 fixes: update error message, accomodate re match. | Steven Knight | 2009-04-16 | 2 | -3/+5 | |
| | | ||||||
| * | Fix Python 2.2 idiom. | Steven Knight | 2009-04-16 | 1 | -1/+3 | |
| | | ||||||
| * | Per the bug report, this patch improves the "Do not know how to make | Gary Oberbrunner | 2009-04-15 | 4 | -10/+27 | |
| | | | | | | target X" to say what type of node is being built, and the full path (if it's a file or dir). | |||||
| * | Issue 2377: Check if isatty() exists before calling it | Ludwig Hähne | 2009-04-14 | 1 | -2/+2 | |
| | | ||||||
| * | Patch submitted by Lukas Erlinghagen. Thanks, Lukas! | Gary Oberbrunner | 2009-04-14 | 2 | -1/+113 | |
| | | | | | | | | | | | this patch should fix issue 2362. - Variables that are added via Variables.Add or Variables.AddVariables are now removed from the 'unknown' dict if present - An option's name and its aliases can now actually be provided as a tuple as well as a list - Test cases for using option aliases and for issue 2362 itself are included | |||||
| * | Document that filename that has a dot as the first character must be matched ↵ | Greg Noel | 2009-04-12 | 1 | -1/+4 | |
| | | | | | explicitly in a Glob() pattern | |||||
| * | Issue 2349: doc-only change correcting description of text returned from ↵ | Greg Noel | 2009-04-10 | 4 | -10/+9 | |
| | | | | | sconf.Result() call | |||||
| * | Clean up Environment code as mentioned in issue 2371 | Greg Noel | 2009-04-10 | 1 | -6/+0 | |
| | | ||||||
| * | Applying patch for bug #2387 - dmd includes gphobos multiple times | William Deegan | 2009-04-09 | 1 | -1/+1 | |
| | | ||||||
| * | Use SCons.Action._subproc rather than os.popen. | Ben Webb | 2009-04-03 | 1 | -1/+8 | |
| | | ||||||
| * | Set a SWIGVERSION construction variable, to contain the version number of the | Ben Webb | 2009-04-02 | 2 | -0/+15 | |
| | | | | | SWIG program. | |||||
| * | Minor fix to work with Python 1.5.2. | Ben Webb | 2009-04-01 | 1 | -2/+2 | |
| | | ||||||
| * | Document the SWIGDIRECTORSUFFIX construction variable. | Ben Webb | 2009-03-31 | 1 | -0/+12 | |
| | | ||||||
| * | Be sure to honor the setting of SWIGOUTDIR when the SWIG tool generates | Ben Webb | 2009-03-31 | 2 | -2/+107 | |
| | | | | | Python wrappers. | |||||
| * | Add a missing test.pass_test() line to test/Java nested-classes.py. | Steven Knight | 2009-03-18 | 2 | -0/+17 | |
| | | | | | | Update src/test_strings.py to verify these files all have an appropriate '\.pass_test()' line. | |||||
| * | Issue 2372: evaluate a Node's order-only prerequisites before the sources | Steven Knight | 2009-03-11 | 4 | -17/+94 | |
| | | | | | | and dependencies (so they can affect how the sources and dependencies are built). | |||||
| * | Issue 2326, change execfile() to exec ... (FIXED) | Greg Noel | 2009-03-08 | 12 | -39/+24 | |
| | | ||||||
| * | Issue 2369: Don't use the deprecated md5 module, use hashlib.md5 instead. | Steven Knight | 2009-03-07 | 1 | -1/+1 | |
| | | ||||||
| * | Issue 2368: Fix an exception when a null command-line argument is | Steven Knight | 2009-03-06 | 3 | -4/+17 | |
| | | | | | passed in. | |||||
| * | Issue 2360: fix a TypeError from attempts to intern() unicode objects | Steven Knight | 2009-03-02 | 3 | -1/+20 | |
| | | | | | returned to the ClassicCPPScanner. | |||||
| * | Fix handling of both UTF_16_LE and UTF_16_BE. Add an actual test for | Steven Knight | 2009-03-02 | 3 | -7/+379 | |
| | | | | | | scanning Unicode files for implicit dependencies. Clean up how we handle decoding, and wrap it for earlier Python versions. | |||||
| * | Fix a nested scope issue. | Steven Knight | 2009-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | replace execfile() by equivalent exec statement | Greg Noel | 2009-03-02 | 12 | -30/+54 | |
| | | ||||||
| * | Capture some minor updates while investigating possible patches to enable | Steven Knight | 2009-02-26 | 1 | -6/+20 | |
| | | | | | use of pychecker on our code base. The test itself is still disabled. | |||||
| * | Issue 1059: Fix the -n option when VariantDir(duplicate=1) is used | Steven Knight | 2009-02-25 | 3 | -9/+45 | |
| | | | | | and the variant directory doesn't already exist. | |||||
| * | Add the new checkpoint to the list of all SCons versions that can be | Steven Knight | 2009-02-25 | 1 | -0/+1 | |
| | | | | | installed. | |||||
| * | Merged revisions 3909-4041,4043-4049 via svnmerge from | Steven Knight | 2009-02-25 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/checkpoint ........ r4041 | stevenknight | 2009-02-23 07:06:15 -0800 (Mon, 23 Feb 2009) | 2 lines Fix embedded carriage returns so merge will apply cleanly. ........ r4043 | stevenknight | 2009-02-23 08:47:32 -0800 (Mon, 23 Feb 2009) | 2 lines Update release identification for the checkpoint. ........ r4044 | stevenknight | 2009-02-23 09:04:28 -0800 (Mon, 23 Feb 2009) | 2 lines Add files that conflicted when re-merging. ........ | |||||
| * | Issue 2260, document Clean() pattern for intermediate directories | Greg Noel | 2009-02-24 | 1 | -1/+9 | |
| | | ||||||
| * | Add project highlight for 1.2.0.d20090223 checkpoint release. | Steven Knight | 2009-02-23 | 1 | -7/+7 | |
| | | ||||||
| * | Issue 2152: Fix the ability of --clean to handle / delete broken | Steven Knight | 2009-02-23 | 8 | -139/+357 | |
| | | | | | symlinks, as well as named pipes. (Mateusz Gruca) | |||||
| * | Remove left-over work-in-progress files from the vs_revamp branch. | Steven Knight | 2009-02-22 | 2 | -95/+0 | |
| | | ||||||
| * | Python 1.5 portability in last patch. | Steven Knight | 2009-02-22 | 1 | -2/+5 | |
| | | ||||||
| * | Undo changes to unrelated files accidentally included in r4036. | Steven Knight | 2009-02-22 | 2 | -84/+1 | |
| | | ||||||
| * | Set IncludeSearchPath and PreprocessorDefinitions in the generation | Steven Knight | 2009-02-22 | 6 | -7/+102 | |
| | | | | | project files for Visual Studio 8.0. (Allan Erskine) | |||||
| * | Move the set_state(EXECUTED) call associated with pulling things | Steven Knight | 2009-02-22 | 8 | -34/+53 | |
| | | | | | | | out of a CacheDir from CacheDir.py to Taskmaster.py. Ripple effects include adding a Node.FS.push_to_cache() method, so that logic can be invoked separately from the Node.built() method. | |||||
| * | Replace embedded carriage returns with \r. | Steven Knight | 2009-02-22 | 2 | -2/+2 | |
| | | ||||||
| * | Fix line endings. | Steven Knight | 2009-02-22 | 7 | -633/+633 | |
| | | ||||||
