summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add common subproc function and modify routines to use itGreg Noel2008-09-124-22/+67
|
* Fix errors that cropped up in revision 3382Greg Noel2008-09-122-1/+2
|
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-1118-35/+4
|
* Issue 2005: Avoid an infinite loop looking for the Python librarySteven Knight2008-09-113-18/+27
| | | | | directory. Look for a "scons-local" directory in addition to a "scons-local-{version}" directory.
* Issue 1681: Fix the ability of add_src_builder() to handle arbitrarySteven Knight2008-09-113-6/+16
| | | | | builder objects by eliminating unintentional re-use of a class list for the src_builder attribute.
* Add the ability of the Tex builder to change the name of the createdRobert Managan2008-09-101-1/+28
| | | | | file to what the user requested in the target. Tex produces a standard name based on the source so this was not being done.
* Issue 2149: Avoid reference cycles caused by frame objectsLudwig Hähne2008-09-103-3/+11
|
* Issues 2076 and 2232, use ENV and suppress stderr when checking GCC version IDGreg Noel2008-09-102-6/+32
|
* Issue 1913: use cProfile instead of profile if availableGreg Noel2008-09-091-1/+4
|
* Fix typo for msvc.py.David Cournapeau2008-09-091-2/+2
|
* Merged revisions ↵Steven Knight2008-09-092-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3289,3291-3299,3301-3313,3315-3347,3349-3350,3352-3354,3356,3358-3360,3362-3374,3376-3377 via svnmerge from http://scons.tigris.org/svn/scons/checkpoint ................ r3315 | stevenknight | 2008-08-26 09:44:08 -0700 (Tue, 26 Aug 2008) | 2 lines Update {CHANGES,RELEASE}.txt for today's checkpoint release. ................ r3344 | stevenknight | 2008-09-06 02:35:58 -0700 (Sat, 06 Sep 2008) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-3343" from http://scons.tigris.org/svn/scons/release ................ r3347 | stevenknight | 2008-09-06 02:40:06 -0700 (Sat, 06 Sep 2008) | 3 lines Removed unnecessary svnmerge-integrated tags (for /branches/*) copied over from /trunk. ................ r3377 | stevenknight | 2008-09-08 23:55:31 -0700 (Mon, 08 Sep 2008) | 18 lines Merged revisions 3344,3346-3348,3350-3351,3353-3355,3357,3359-3361,3363-3375 via svnmerge from http://scons.tigris.org/svn/scons/release ........ r3346 | stevenknight | 2008-09-06 02:38:28 -0700 (Sat, 06 Sep 2008) | 3 lines Remove unnecessary svnmerge-integrated tags (for /branches/* and /trunk) copied over from the /checkpoint branch. ........ r3359 | stevenknight | 2008-09-06 04:10:35 -0700 (Sat, 06 Sep 2008) | 2 lines Update information for release 1.0.1. ........ r3363 | stevenknight | 2008-09-06 07:29:51 -0700 (Sat, 06 Sep 2008) | 2 lines Release update for the last-minute Ubuntu variable name patch. ........ ................
* Issue 1307: Invalidate node caches after Execute()Ludwig Hähne2008-09-082-1/+54
|
* Fix entity references:Steven Knight2008-09-061-2/+2
| | | | &b-{FindInstalledFiles,Tag} => {FindInstalledFiles,Tag}
* Make Glob() sort, to prevent spurious rebuilds. Fixes issue #2131.Gary Oberbrunner2008-09-063-4/+17
|
* Issue 2176: BuilderWrapper __getattr__ should not raise KeyErrorLudwig Hähne2008-09-052-1/+22
|
* Issue 1689: short-term hack to make Ubuntu happyGreg Noel2008-09-051-2/+2
|
* Pass the results of the InternalLaTeXAuxAction back up the call chainRobert Managan2008-09-044-15/+30
| | | | | | | | | | | | | | | in teh various tex builders. This allows the user to interrupt the build which was not working before. It also allows configuration tests to work since now they can tell if there was failure in a test. The result from the internal MakeIndexAction and BibtexAction are checked as well and control returned if there was an error in one of those. This is to avoid repeatedly running commands until we hit the retry limit. I added no test for this simce I am unsure how to test for user interrupts. Also unclear how to test for how many times the internal actions were run during a test to see if it returns on teh first error!
* Added a strfunction to the various tex builders. Since the sub-actions reportRobert Managan2008-09-044-11/+25
| | | | | | | | | | | | | their commands as they build the strfunction only returns a string for GetOption("no_exec") which covers --dry-run. Therefore --dry-run now gets output, the first command to be run plus " ..." to indicate that the ral builder may repeat or run bibtex, makeindex,... Also updating the flags to pass -interaction=nonstopmode This prevents errors in the .tex files from stopping the build while Latex asks for input. Updated several tests to handle this new flag by switching to getopt module
* Issue 2177: Dir get_contents changed to return list of signaturesLudwig Hähne2008-09-032-3/+45
|
* Use our CompileSharedObject builder in CheckSH* (fix tests failure).David Cournapeau2008-09-031-4/+7
|
* Add a CompileSharedObject builder for configure contexts.David Cournapeau2008-09-031-0/+5
|
* Add CheckSHCC and CheckSHCXX checkers (test fail).David Cournapeau2008-09-032-0/+50
|
* Add CheckSHCC and CheckSHCXX.David Cournapeau2008-09-031-0/+24
|
* Add CheckCXX check.David Cournapeau2008-09-033-0/+37
|
* Basic test for CheckCC.David Cournapeau2008-09-031-0/+42
|
* Integrate CheckCC in configure context.David Cournapeau2008-09-031-0/+5
|
* Add a CheckCC check.David Cournapeau2008-09-031-0/+32
|
* Make msvc tool consistent with cc for _CCCOMCOM usage.David Cournapeau2008-09-031-5/+5
|
* Fix for bug #2184, Glob() corrupts LIBPATH.Gary Oberbrunner2008-09-032-2/+9
|
* Issue 2007: backtick() doesn't use ENVGreg Noel2008-08-282-15/+32
|
* Issue 2159: Man page formatting errors for Packaging()Greg Noel2008-08-271-13/+14
|
* Add a script for creating a standard SCons development system onSteven Knight2008-08-261-0/+4
| | | | | Ubuntu Hardy. Rewrite subsidiary scripts for install Python and SCons versions in Python (from shell).
* Issue 2112: create a separate single-line description and make theSteven Knight2008-08-262-1/+8
| | | | | current description the long_description to satisfy RPM packaging. (khomenko)
* Issue 2168: Mac OS X fixes for SWIG tests. (Greg Noel)Steven Knight2008-08-261-0/+2
|
* Issue 2099: have Execute() print an error message if an actionSteven Knight2008-08-262-0/+8
| | | | | fails. Better document the behavior of returning the exit status, and that exit-on-failure is the SConscript writer's responsibility.
* Issue 2090: document how to use LANG with Java sourcesGreg Noel2008-08-251-1/+16
|
* Issue 1982: document GetLaunchDir() in the User's Guide.Steven Knight2008-08-251-0/+4
|
* Adjust src/CHANGES.txt indentation on the current and previous releaseSteven Knight2008-08-231-62/+62
| | | | to match the other releases.
* Update src/CHANGES.txt for recent changes.Steven Knight2008-08-231-0/+8
|
* call subst on the line passed to Environment.WhereIsJim Randall2008-08-221-0/+1
|
* Fix typo.Steven Knight2008-08-221-1/+2
|
* The parallel message should be returned from that function, not printedSteven Knight2008-08-221-3/+2
| | | | directly. This allows it to be disabled by the right --warn= option.
* Issue 2158: Actually print the warning about -j on Windows beingSteven Knight2008-08-222-1/+6
| | | | | potentially unreliable if the pywin32 extensions are unavailable or lack file handle operations. (Jonas Olsson)
* Update src/CHANGES.txt with descriptions of recent changes.Steven Knight2008-08-221-1/+22
|
* Fix issue 2127 (missing FRAMEWORKSFLAGS in applelink.py) by adding them in a ↵Gary Oberbrunner2008-08-211-2/+2
| | | | couple of lines. FRAMEWORKSFLAGS is an older flag set largely superseded by FRAMEWORKPATH and FRAMEWORKS, but still may be used.
* Fix bug #2163, Tool/ilink32 (Borland linker) needs shared lib builder. Not ↵Gary Oberbrunner2008-08-151-0/+2
| | | | tested since I have no Borland, but all current tests pass.
* Fix bug #2138, missing parens after clear call in Entry.must_be_same(). ↵Gary Oberbrunner2008-08-151-1/+1
| | | | Passes tests on Linux.
* Issue 2162: YACC fix for OS XGreg Noel2008-08-141-6/+9
|
* Issue 2150: accommodate sporadic timing-related errors in the test output.Steven Knight2008-08-141-0/+8
| | | | (Ludwig Haene)
* Update to 1.0.0.Steven Knight2008-08-123-26/+32
|