summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor the XMl processing of various entity types to make the codeSteven Knight2010-02-231-46/+81
| | | | more OO and extensible.
* Split the "live rpcgen" sub-test into its own test script.Steven Knight2010-02-212-71/+114
|
* Issue 2051: Support execution when installed via easy_install.Steven Knight2010-02-213-0/+30
| | | | (Gottfried Ganssauge)
* Fix the test on all Python versions (failed on versions before 2.5 dueSteven Knight2010-02-181-3/+2
| | | | to some regex problem).
* Generate an error message if a BUILDERS entry is set to something that isn'tSteven Knight2010-02-176-12/+97
| | | | a Builder object, or known to generate a Builder object, or a callable.
* Move two Builder-related tests into the test/Builder/ subdirectory.Steven Knight2010-02-162-0/+0
|
* Add documentation for MSVC_USE_SCRIPT.Gary Oberbrunner2010-02-122-0/+23
|
* Update CHANGES to give some credit for patchesWilliam Deegan2010-02-101-0/+7
|
* Mainly patch from James TehWilliam Deegan2010-02-102-11/+23
| | | | + lots of additional debug output
* MS win32 sdk issue, fixed requested arch to not request cross compile when ↵William Deegan2010-02-091-6/+14
| | | | building 32 bit on 64 bit host.
* Fix the case where neither vc nor sdk script exist or, vc doesn't work and ↵William Deegan2010-02-071-1/+1
| | | | sdk doesn't exist.
* Gracefully handle not finding the VC and/or SDK setup batch scripts.William Deegan2010-02-051-7/+15
|
* Merged revisions 4645,4647-4651,4654-4656 via svnmerge fromSteven Knight2010-02-055-72/+116
| | | | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/branches/pending ........ r4648 | managan | 2010-01-22 09:40:52 -0800 (Fri, 22 Jan 2010) | 9 lines Added dismbiguate calls on a targets side effects in the make_ready_all and make_ready_current routines of Taskmaster.py. This fixes Stefan Hepp's problem with latex. Directories to hold the side effect files were not created when using variantDir with duplicate=0 Modifying subdir_variantdir_include2.py to run scons with an explicit target to reveal this problem. ........ r4654 | stevenknight | 2010-01-27 07:41:01 -0800 (Wed, 27 Jan 2010) | 5 lines Issue 2534: fix Scanners' default ability to return Dir nodes by making the default node_class the real SCons.Node.FS.Base class, not SCons.Node.FS.Entry (which is now, and has been for some time, a subclass). ........
* It should now handle picking up the SDK compilers when the VC vcvarsall.bat ↵William Deegan2010-02-043-28/+98
| | | | | | | | | | | | | doesn't pick them. Perhaps not for all flavors of the SDK, but for SDK 7.0. Currently the following tests fail: Failed the following 2 tests: test\IDL\midl.py test\Win32\scons-bat-error.py We should add to the docs which combinations of VC and SDK we expect to work, and which have been tested.
* trivial typo in man pageGreg Noel2010-01-301-1/+1
|
* Only escape the executable python string itself on the display line.Steven Knight2010-01-271-4/+5
|
* Win32 portability in runtest.py tests after disabling QMTest by default.Steven Knight2010-01-2617-110/+91
|
* Back out post-2.0 code changes from trunk: r4643, r4642 r4640, r4637.Steven Knight2010-01-215-110/+84
| | | | | This change should itself be backed out before merge "pending" back into trunk.
* Somehow I managed to lose this change in a commentRobert Managan2010-01-201-1/+1
|
* Update tex builder to handle the case where a \input{foo}Robert Managan2010-01-203-12/+98
| | | | | | command tries to work with a directory named foo instead of the file foo.tex. The builder now ignores a directory and continues searching to find the correct file.
* Fix spelling.Robert Managan2010-01-201-1/+1
|
* Issue 2540: Make the messages printed when checking for compilersSteven Knight2010-01-192-6/+10
| | | | consistent w.r.t. "... " at the end of the message.
* Issue 2537: fix typos in the man page. (Luca Faravigna)Steven Knight2010-01-197-10/+24
|
* Change the name of the 'help' statistic in the timings configurationsSteven Knight2010-01-191-6/+6
| | | | to 'startup'.
* Remove unneeded fluff from this test.Robert Managan2010-01-191-66/+2
| | | | Add commented line that will reveal a failure.
* rebuilt docsWilliam Deegan2010-01-1919-352/+1862
|
* Merge back from checkpoint.William Deegan2010-01-1923-1934/+547
| | | | Need to regenerate the .xml files.
* Update with info on 1.2.0d20100117 checkpoint releaseSteven Knight2010-01-192-3/+3
|
* Update next checkpoint version and datestampSteven Knight2010-01-171-1/+1
|
* Fix timestamp-related Decider() examples by using Object() instead ofSteven Knight2010-01-162-18/+14
| | | | | | Program(), to avoid the downstream "hello" executable sometimes not getting re-linked if the example re-ran within a single second and didn't change the hello.o timestamp.
* Fix the Requires() examples by adding a sleep command to theSteven Knight2010-01-164-55/+72
| | | | | | | | infrastructure and using it to force the SConstruct file(s) to generate version.c files with new timestamps each run. Fix the description of the example, since the verson.o file does get recompiled each run, but the use of Requires() means the downstream hello executable doesn't get relinked because of it.
* Update a change of compilation order in the version.c examples.Steven Knight2010-01-161-1/+1
|
* Rename the sconsoutput.py script to scons-doc.py, and refactor it toSteven Knight2010-01-155-64/+74
| | | | | support command-line option parsing and generating output on streams other than sys.stdout.
* Minor code cleanup, including restoring saved SCONSFLAGS correctly.Steven Knight2010-01-141-2/+1
|
* Capture updated troubleshooting output.Steven Knight2010-01-141-18/+24
|
* Massage file names in Python stack traces (which are often reported asSteven Knight2010-01-141-0/+5
| | | | absolute paths) to a consistent relative path (bootstrap/...).
* Python 1.5 fix (nested scopes).Steven Knight2010-01-141-2/+6
|
* Make the default SystemRoot a Windows-like "C:\\WINDOWS" instead ofSteven Knight2010-01-141-1/+1
| | | | | "C:/WINDOWS", mainly so the output generated in the "Troubleshooting" appendix of the User's Guide looks coherent.
* Massage the output from examples for consistency with Python 2.6.Steven Knight2010-01-141-1/+18
|
* Fix use of varlist in CommandGeneratorAction, ListAction and LazyActionSteven Knight2010-01-142-1/+107
| | | | | by adding a .get_varlist() accessor method that lets those wrapping classes fetch the varlist from their wrapped Action object(s).
* Fix a missed name change of TimeStamp => TimeStampDefault.Steven Knight2010-01-141-1/+1
|
* Capture the previous output from "pkg-config x11" in a staticSteven Knight2010-01-132-0/+48
| | | | | screen section. Ubuntu Karmic changed the X11 package config so it no longer prints a -I option, and this is just an example anyway.
* Updates for changes to SCons error messages.Steven Knight2010-01-122-2/+2
|
* Update Test{Cmd,Common}.py from upstream, with a newSteven Knight2010-01-123-13/+60
| | | | | | TestCommon.must_not_contain() method, new-style classes (inherit from object), and a fix for a Windows race by only opening up a pipe to stdin if we have something to write to it.
* Propagate doc about site_scons to builders-writing.xml. Typographic edits.Steven Knight2010-01-112-119/+161
|
* Propagate typo fix to doc/user/separate.xml.Steven Knight2010-01-111-1/+1
|
* Support missing visual C warnings when generating the documentationSteven Knight2010-01-111-1/+6
| | | | | examples. Because we use ToolSurrogates to generate the output (and do so on Linux), we don't actually need (or have) it installed.
* Fix doc bug #2502 (Ignore example was wrong)Gary Oberbrunner2010-01-112-4/+6
|
* Improve documentation of MSVC_VERSION and TARGET_ARCH.Gary Oberbrunner2010-01-111-8/+15
|
* XML file change to go with .in file changeWilliam Deegan2010-01-111-2/+2
|