Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r3828 (vs9 support) in favor of the vs_revamp integration. | Steven Knight | 2008-12-12 | 2 | -72/+1 |
| | |||||
* | Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer) | Steven Knight | 2008-12-12 | 28 | -59/+188 |
| | |||||
* | Issue 2102: Add support for Microsoft Visual Studio 9. (Dmitri Rubinstein) | Steven Knight | 2008-12-11 | 2 | -1/+72 |
| | |||||
* | Issue 2231: Add a --warn=future-deprecated option, along with | Steven Knight | 2008-12-11 | 6 | -4/+111 |
| | | | | | | | FutureDeprecatedWarning and MandatoryDeprecatedWarning subclasses. Use these to future-deprecate the Taskmaster.Task class, which we intend to turn into an abstract base class by requiring subclasses to implement the .needs_execute() method. | ||||
* | Fix test breakage from the change to "scons: Build interrupted". | Steven Knight | 2008-12-11 | 1 | -1/+2 |
| | | | | (Overlooked checking this in with r3822.) | ||||
* | Fixed syntax and semantic errors in Mkdir example in man page, to fix issue ↵ | Gary Oberbrunner | 2008-12-11 | 1 | -3/+3 |
| | | | | #1755. | ||||
* | Added regression test for issue #1249 | Gary Oberbrunner | 2008-12-11 | 2 | -2/+38 |
| | |||||
* | Fix issue #1249 by making Mkdir action (actually mkdir_func) succeed if the ↵ | Gary Oberbrunner | 2008-12-11 | 2 | -1/+97 |
| | | | | underlying mkdir throws EEXIST and there is an existing dir there already. | ||||
* | Print "scons: Build interrupted." on stderr, not stdout. | Steven Knight | 2008-12-10 | 3 | -4/+10 |
| | |||||
* | Issue 1287: copy File attributes from the local Node to a Repository | Steven Knight | 2008-12-10 | 3 | -0/+166 |
| | | | | | Node so we identify shared object files in a Repository and can link them into a local shared library. (Matthew Wesley) | ||||
* | Create Taskmaster.{Always,OutOfDate}Task subclasses of Taskmaster.Task | Steven Knight | 2008-12-08 | 4 | -30/+53 |
| | | | | to hold different implementations of the .needs_execute() method. | ||||
* | Make ${,UN}CHANGED_{SOURCES,TARGETS} into future reserved construction | Steven Knight | 2008-12-07 | 6 | -16/+101 |
| | | | | variable names, with an appropriate warning. | ||||
* | src/CHANGES.txt updates for changes since 4 November. | Steven Knight | 2008-12-07 | 1 | -0/+28 |
| | |||||
* | Issue 2265: Suppress messages about spurious dependency cycles. | Steven Knight | 2008-12-07 | 6 | -47/+66 |
| | | | | (Jason Kenny) | ||||
* | Issue 2116: Eliminate some spurious dependency cycles by being more | Steven Knight | 2008-12-06 | 3 | -30/+150 |
| | | | | | aggressive about pruning pending children from the Taskmaster walk. (Benoit Belley) | ||||
* | Issue 2267, fix use of uninitialized variable | Greg Noel | 2008-12-06 | 1 | -6/+6 |
| | |||||
* | Give proper credit to Benoit Belley for the --taskmastertrace= | Steven Knight | 2008-12-05 | 1 | -5/+3 |
| | | | | enhancements in the previous commit. | ||||
* | Issue 2265: Add additional --taskmastertrace= messages in the Task class. | Steven Knight | 2008-12-05 | 5 | -25/+192 |
| | | | | Refactor messages in the Taskmaster class to use new, common methods. | ||||
* | Fix issue #3: make Append/PrependUnique uniquify the appended/prepended list ↵ | Gary Oberbrunner | 2008-12-05 | 2 | -4/+30 |
| | | | | first. | ||||
* | Fix a Glob() exception (with stack trace) when an explicit Node | Steven Knight | 2008-12-02 | 4 | -8/+40 |
| | | | | | exists in a repository directory without a corresponding on-disk file or directory. | ||||
* | Highlights and roadmap update for checkpoing d20081125. | Steven Knight | 2008-11-26 | 2 | -4/+5 |
| | |||||
* | Accidently left a debug print in. | Robert Managan | 2008-11-25 | 1 | -4/+5 |
| | |||||
* | Add a test for the case of a .DVI build using a .eps graphics. | Robert Managan | 2008-11-25 | 2 | -10/+207 |
| | | | | | | Test that we don't make a .pdf file from the graphic. The patch also covers the case of requiring the graphics files I search for to have an extension so we don't try to build fig.eps from fig.eps... | ||||
* | Add reference to LoadableModule in SharedLibrary description | Greg Noel | 2008-11-19 | 1 | -0/+5 |
| | |||||
* | Update Users Guide to clarify usage of site_scons and site_init.py. | Gary Oberbrunner | 2008-11-19 | 3 | -3/+50 |
| | |||||
* | Speed up Node.FS.EntryProxy.__getattr__() by not spending cycles | Steven Knight | 2008-11-15 | 2 | -10/+27 |
| | | | | | | | generating an AttributeError exception message that gets ignored most of the time. Instead, re-raise an AttributeError subclass that delays message generation until its __str__() method is actually called. (Brad Fitzpatrick) | ||||
* | Fix typo found by Jared Grubb | Greg Noel | 2008-11-15 | 1 | -1/+1 |
| | |||||
* | I found that my coding for automatically building .pdf files from .eps files | Robert Managan | 2008-11-12 | 2 | -1/+232 |
| | | | | | | failed when the .tex file is in a subdirectory. I added a new test and made the one line fix. | ||||
* | Merged revisions 3225-3226 via svnmerge from | Steven Knight | 2008-11-12 | 4 | -4/+15 |
| | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/branches/sgk_subst ........ r3225 | stevenknight | 2008-07-18 10:46:49 -0700 (Fri, 18 Jul 2008) | 3 lines Remove an unnecessary \n from the end of the $INSTALLSTR setting (unneeded because string substituion currently strips trailing white space). ........ r3226 | stevenknight | 2008-07-19 07:17:10 -0700 (Sat, 19 Jul 2008) | 3 lines Use subst_list() for generating ToolSurrogate *COMSTR values so we don't rely on the current white-space compression behavior of subst(). ........ | ||||
* | Python 1.5 and 2.1 compatibility: string methods, nested scopes. | Steven Knight | 2008-11-12 | 2 | -4/+8 |
| | |||||
* | Merged revisions 3759-3762 via svnmerge from | Steven Knight | 2008-11-11 | 1 | -691/+689 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/branches/sgk_subst ........ r3759 | stevenknight | 2008-11-03 17:59:30 -0800 (Mon, 03 Nov 2008) | 3 lines Refactor individual unit test methods into separate TestCase sbblcasses, so we can start re-using test fixtures. ........ r3760 | stevenknight | 2008-11-03 18:43:01 -0800 (Mon, 03 Nov 2008) | 4 lines Refactor the overlapping classes and dictionaries of values for testing scons_subst() and scons_subst_list() into the common SubstTestCase base class so we can re-use the same input for testing the new code. ........ r3761 | stevenknight | 2008-11-03 22:43:51 -0800 (Mon, 03 Nov 2008) | 3 lines Split the large test methods into separate test methods for specific, individual pieces of functionality. ........ r3762 | stevenknight | 2008-11-04 05:06:43 -0800 (Tue, 04 Nov 2008) | 4 lines Share code the basic comparison code between the scons_subst() and scons_subst_list() test cases by moving it into the base class and wrapping the call. ........ | ||||
* | Windows portability: Avoid duplicate foo.lib targets by telling | Steven Knight | 2008-11-10 | 1 | -1/+1 |
| | | | | env.SharedLibrary() to not build an import library. | ||||
* | Issue 2238: Add a __contains__() method to support the "val in env" | Steven Knight | 2008-11-09 | 3 | -0/+46 |
| | | | | statement for construction environments. | ||||
* | Issue 2228: discard stderr by using os.devnull | Greg Noel | 2008-11-09 | 4 | -7/+18 |
| | |||||
* | Fix an exception and stack trace when Glob() hits an on-disk file or | Steven Knight | 2008-11-08 | 3 | -5/+25 |
| | | | | directory that begins with '#'. | ||||
* | Fix a nested-scope regression affecting Python 1.5, 2.0 and 2.1. | Steven Knight | 2008-11-07 | 1 | -1/+2 |
| | |||||
* | Issue 2242: Minor style and loop enhancements | Greg Noel | 2008-11-07 | 1 | -102/+92 |
| | |||||
* | Issue 2235: File.Dir() creates files in the wrong place | Greg Noel | 2008-11-07 | 1 | -17/+13 |
| | |||||
* | Issue 2236: Add comment to clarify Configure.CheckType() | Greg Noel | 2008-11-07 | 1 | -0/+4 |
| | |||||
* | Update src/CHANGES.txt for changes since 1.1.0. | Steven Knight | 2008-11-04 | 1 | -0/+40 |
| | |||||
* | Issue 2087: Handle Java classes declared in methods | Ludwig Hähne | 2008-10-31 | 2 | -0/+119 |
| | |||||
* | Fix uncaught KeyboardInterrupt. | Steven Knight | 2008-10-31 | 1 | -0/+2 |
| | |||||
* | Fix a nested scope issue for older Python versions. | Steven Knight | 2008-10-31 | 1 | -2/+2 |
| | |||||
* | Fix use of isinstance(..., tuple) so it works in older Python versions. | Steven Knight | 2008-10-31 | 1 | -3/+7 |
| | |||||
* | Fix calling Exit() from within a Python function action, so that it gets | Steven Knight | 2008-10-31 | 1 | -0/+2 |
| | | | | | detected and exits with the specified value under Python versions before 2.5, by explicitly catching and re-raising the SystemExit exception. | ||||
* | Move responsibility for extracting the exit status from executed tests | Steven Knight | 2008-10-31 | 2 | -13/+21 |
| | | | | | from the TestCommon.py module to the wrapper classes in TestCmd.py that we use as fallbacks if the subprocess module doesn't exist. | ||||
* | This new test and emitter update recursively checks the whole source of the | Robert Managan | 2008-10-30 | 2 | -37/+276 |
| | | | | | | | | | | | latex document for commands that affect what side effect files will be created, and for graphics files that are included (so we can convert postscript to pdf if pdflatex is being run). Now that this is recursive we could tighten up on the side effect file list (e.g. a \makeindex with no \index commands won't make all the files we tell scons to expect as side effects) but I think that is asking for trouble if we mess it up. | ||||
* | Older Python portability: isinstance() only takes a single class. | Steven Knight | 2008-10-30 | 1 | -1/+3 |
| | |||||
* | Update test/SCCS/diskcheck.py for recent GetBuildFailures() | Steven Knight | 2008-10-30 | 1 | -1/+1 |
| | | | | robustness change, which changed the exit message in this case. | ||||
* | exception must be stringified before comparison | Greg Noel | 2008-10-29 | 1 | -1/+1 |
| |