summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update highlight and roadmap schedule.Steven Knight2008-10-033-8/+18
| | | | | Add a comment about how to generate the roadmap table from the "schedule" input file.
* Correct typos to roadmap.html that snuck in...Greg Noel2008-10-023-8/+8
|
* Move release days to Monday; slip 1.1 (but not rest); typosGreg Noel2008-10-023-68/+42
|
* implement delete_existing for AppendUnique and PrependUnique. Finishes #2091.Gary Oberbrunner2008-10-023-14/+59
|
* Add Users Guide example of using $SOURCE substitution in a target name in a ↵Gary Oberbrunner2008-10-022-0/+44
| | | | Command builder. Just doc.
* Python 2.2 portability: no dictionary pop() method.Steven Knight2008-10-011-1/+1
|
* Update for latest changes.Steven Knight2008-10-011-0/+6
|
* Fix the regular expression for LaTeX scanning so that it matchesSteven Knight2008-10-012-2/+12
| | | | \include (and other inclusion strings) after blank lines.
* Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219.Gary Oberbrunner2008-10-014-3/+60
|
* This patch removes setting the variable TEXPICTS in the tex tools andRobert Managan2008-09-304-5/+73
| | | | | | | | | | | | | | sets it in tee dvi2ps and dvipdf tools where it is needed. This means that we can reset it to the original value at the end of the tool. This is done by storing the .tex source file's path in the .dvi file's Node .attribute slot and retrieving it in the dvi2ps and dvipdf tools from the source. I also updated the list of graphics extensions in the Latex scanner I set up one function that gets called to run either dvi2ps or dvipdf after setting TEXPICTS.
* Better error when taskmaster gets an exception while scanning children (show ↵Gary Oberbrunner2008-09-291-2/+2
| | | | actual exception string).
* Fix test to work with all versions of PythonGreg Noel2008-09-291-20/+21
|
* Issue 1646: Block-wise signature computation for large filesLudwig Hähne2008-09-286-4/+195
|
* Fix scons-local packaging test breakage in MSVS tests by correctingSteven Knight2008-09-271-2/+2
| | | | the spelling of TestSCons._scons_version to TestSCons.scons_version.
* Revert checkin of incomplete changeGreg Noel2008-09-261-31/+13
|
* reassign credit where credit is dueGreg Noel2008-09-262-19/+46
|
* Update with recent changes:Steven Knight2008-09-261-12/+36
| | | | | | | * Scan .rc files. * Big TeX changes. * .sx file suffix. * delete_existing keyword argument.
* Add RC.py scanner to MANIFEST.inDavid Cournapeau2008-09-261-0/+1
|
* Fixed an issue with the way the test was setting up the CPPPATH.William Deegan2008-09-261-4/+4
| | | | | | | Was causing buildbot failure on centos5 buildbot. Turns out some weird interaction with the bogus code which is replaced below was only happening when setuptools was installed in the python tree being used for tests.
* Updated fix for bug 2082 adding support for D3DFX keyword and fixing python ↵William Deegan2008-09-262-2/+6
| | | | 1.5.2 issue
* Sort the results of unittest for RC scanner before comparing them.William Deegan2008-09-251-0/+2
|
* Fix for previous fix for 402 and 2082William Deegan2008-09-251-1/+2
|
* Fix __COPYRIGHT__ and __revision__ lines.Steven Knight2008-09-251-2/+2
|
* Make a naked except: block catch specific exceptions (and notSteven Knight2008-09-251-1/+1
| | | | swallow a KeyboardInterrupt at the wrong time).
* Fix for bugs 402 and 2082 - implement scanner for windows resource files.William Deegan2008-09-253-3/+213
| | | | Basic unittest included
* Issue 2183, fix typosGreg Noel2008-09-252-2/+2
|
* Issue 2183: .sx assembler suffix uses C preprocessorGreg Noel2008-09-254-3/+5
|
* Change FUTURE markers to TODO(1.5) so we are all using the same style.Greg Noel2008-09-254-4/+5
|
* Add descrption of release candidate to roadmap, plus some clarifications.Greg Noel2008-09-241-18/+25
|
* Python 1.5 portability in test/Execute.py.Steven Knight2008-09-241-1/+11
|
* Split the MSVS variant_dir sub-tests into separate test scripts.Steven Knight2008-09-248-264/+418
|
* Split the sub-tests for cleaning MSVS project and solution filesSteven Knight2008-09-248-250/+423
| | | | into separate test scripts.
* Move the MSVS 6.0 test data into QMTest/TestSConsMSVS.py, too.Steven Knight2008-09-242-158/+162
|
* Move Visal Studio test data into QMTest/TestSConsMSVS.py.Steven Knight2008-09-244-371/+385
|
* Refactor Visual Studio testing logic into a separate TestSConsMSVSSteven Knight2008-09-2312-123/+151
| | | | subclass, in its own module.
* Python 1.5 compatibility: explicity import SCons.compat (again)Steven Knight2008-09-231-0/+5
| | | | | so the zip() function is available so the unit tests can pass when run on older Python versions.
* 1.5 compatibility: string methods in Tool/msvs.py.Steven Knight2008-09-231-13/+40
|
* 1.5 / 2.[01] compatibility: nested scopes in Tool/tex.py.Steven Knight2008-09-231-1/+1
|
* 1.5 / 2.[012] compatiblity: shutil.move() function.Steven Knight2008-09-231-0/+40
|
* 1.5 compatiblity: string method in Node/FSTests.py.Steven Knight2008-09-231-1/+1
|
* Issue 2215: add a file() builtin to the compatability layerSteven Knight2008-09-231-0/+6
| | | | (for pre-2.2 Python versions).
* Python 2.2 portability (no .pop() method on dictionaries, ' in 'Steven Knight2008-09-222-2/+2
| | | | doesn't search for substrings).
* Fix for Windows that doesn't break other systems: delete theSteven Knight2008-09-223-3/+3
| | | | | PYTHON_ROOT environment variable instead of nulling it out. (Bill Deegan)
* Fix the Latex scanner to search for graphics on the TEXINPUTS pathRobert Managan2008-09-222-5/+5
| | | | | | instead of TEXPICTS. Add the LATEXSUFFIXES keyword to the DummyEnvironment calls since the scanner needs it.
* Windows portability (path names in expected output).Steven Knight2008-09-221-2/+7
|
* Fix syntax and semantic errors preventing regression tests from running on 1.5.2Greg Noel2008-09-222-10/+14
|
* make references to subprocess.Popen synchronousGreg Noel2008-09-224-9/+8
|
* Fix doc for r3436 (new delete_existing flags for Append/Prepend)Gary Oberbrunner2008-09-201-6/+6
|
* Windows portability: different error message for the nonexistent file.Steven Knight2008-09-201-1/+9
|
* Windows portability: use os.sep instead of hard-coded /.Steven Knight2008-09-201-14/+18
|