Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Issue 2102: Add support for Visual Studio 9 and newer Platform | Steven Knight | 2008-09-15 | 3 | -3/+202 | |
| | | | | SDK versions. (Dmitri Rubinstein) | |||||
* | Better layout for table elements | Greg Noel | 2008-09-15 | 2 | -22/+22 | |
| | ||||||
* | W3C sez no lists inside paragraphs | Greg Noel | 2008-09-14 | 1 | -0/+2 | |
| | ||||||
* | Add blurb before schedule table and revise descriptions of release types | Greg Noel | 2008-09-14 | 1 | -16/+29 | |
| | ||||||
* | use right entity name for table data | Greg Noel | 2008-09-14 | 2 | -75/+75 | |
| | ||||||
* | New schedule, plus machinery to maintain it | Greg Noel | 2008-09-14 | 3 | -82/+178 | |
| | ||||||
* | Minor nits and typos | Greg Noel | 2008-09-14 | 4 | -7/+7 | |
| | ||||||
* | Issue 2106: Don't match a directory that matches the name of a | Steven Knight | 2008-09-14 | 3 | -3/+101 | |
| | | | | #include file. (John Gozde) | |||||
* | Issue 1693: make the subdirectory in which the .sconsign file will | Steven Knight | 2008-09-14 | 9 | -114/+248 | |
| | | | | appear (if it doesn't already exist. (Damyan Pepper, Jim Randall) | |||||
* | Fix for Python versions before 2.2, where tuple() requires an argument. | Steven Knight | 2008-09-13 | 1 | -1/+1 | |
| | ||||||
* | Fix the "explicit stack size" warning message on earlier versions of | Steven Knight | 2008-09-13 | 1 | -2/+2 | |
| | | | | Python that don't support it. | |||||
* | Revert the previous change, I overlooked some regression test failures. | Steven Knight | 2008-09-13 | 8 | -246/+114 | |
| | ||||||
* | Issue 1693: Make the directory in which the .sconsign file will live, | Steven Knight | 2008-09-13 | 8 | -114/+246 | |
| | | | | if the directory doesn't already exist. (Damyan Pepper, Jim Randall) | |||||
* | Update src/CHANGES.txt for the checked-in 1.1 changes. | Steven Knight | 2008-09-13 | 1 | -0/+43 | |
| | ||||||
* | Issue 2121: fix handling #includes of files in VariantDir subdirectories, | Steven Knight | 2008-09-13 | 3 | -1/+88 | |
| | | | | | | by having it handle checking for VariantDir directories on disk like it does VariantDir files. (patch: Jared Grubb; test case: Ali Tofigh) | |||||
* | Additional clean up of how we import some SCons.* module names, including | Steven Knight | 2008-09-13 | 3 | -8/+7 | |
| | | | | | | making SCons.Job.stack_size a variable that always exists, instead of one that gets set from outside and requires SCons.Job to check for an AttributeError. | |||||
* | Sigh, I keep doing it, another typo | Greg Noel | 2008-09-12 | 1 | -2/+2 | |
| | ||||||
* | Sigh, I made the last update from the wrong tree, which had a typo | Greg Noel | 2008-09-12 | 1 | -2/+2 | |
| | ||||||
* | Issue 2179: Null Executor memory reductions | Ludwig Hähne | 2008-09-12 | 1 | -12/+47 | |
| | ||||||
* | Add common subproc function and modify routines to use it | Greg Noel | 2008-09-12 | 4 | -22/+67 | |
| | ||||||
* | Fix errors that cropped up in revision 3382 | Greg Noel | 2008-09-12 | 2 | -1/+2 | |
| | ||||||
* | Evaluate compat module transparently when SCons is instantiated | Greg Noel | 2008-09-11 | 18 | -35/+4 | |
| | ||||||
* | Issue 2005: Avoid an infinite loop looking for the Python library | Steven Knight | 2008-09-11 | 3 | -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 arbitrary | Steven Knight | 2008-09-11 | 4 | -6/+81 | |
| | | | | | 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 created | Robert Managan | 2008-09-10 | 2 | -1/+106 | |
| | | | | | 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 objects | Ludwig Hähne | 2008-09-10 | 3 | -3/+11 | |
| | ||||||
* | Issues 2076 and 2232, use ENV and suppress stderr when checking GCC version ID | Greg Noel | 2008-09-10 | 2 | -6/+32 | |
| | ||||||
* | Fix bugs in regression tests | Greg Noel | 2008-09-10 | 2 | -1/+7 | |
| | ||||||
* | Issue 1913: use cProfile instead of profile if available | Greg Noel | 2008-09-09 | 1 | -1/+4 | |
| | ||||||
* | Fix typo for msvc.py. | David Cournapeau | 2008-09-09 | 1 | -2/+2 | |
| | ||||||
* | Merged revisions ↵ | Steven Knight | 2008-09-09 | 5 | -24/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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ähne | 2008-09-08 | 3 | -1/+162 | |
| | ||||||
* | formatting error | Greg Noel | 2008-09-08 | 1 | -1/+0 | |
| | ||||||
* | Accommodate earlier change in the order of arguments on a Windows | Steven Knight | 2008-09-08 | 1 | -1/+1 | |
| | | | | compilation command line. | |||||
* | Fix date. | Steven Knight | 2008-09-08 | 1 | -1/+1 | |
| | ||||||
* | A test case for my last commit. | Robert Managan | 2008-09-08 | 1 | -0/+82 | |
| | | | | | | This shows the case where a configure test on a Latex build could never fail since the error return was not based back. | |||||
* | January 2008 => January 2009. | Steven Knight | 2008-09-08 | 1 | -1/+1 | |
| | ||||||
* | Update project highlights for 1.0.1. | Steven Knight | 2008-09-08 | 2 | -25/+55 | |
| | | | | Update roadmap with a stab at a schedule of releases leading up to 2.0.0. | |||||
* | typos and layout glitches | Greg Noel | 2008-09-07 | 1 | -6/+11 | |
| | ||||||
* | Add a test for revision 3340, escaping variable names when using | Steven Knight | 2008-09-06 | 1 | -0/+2 | |
| | | | | env_spawn(), to accommodate a funky variable name used by Ubuntu packagin. | |||||
* | Issue 1978: put the FindFile section in the Miscellaneous chapter. | Steven Knight | 2008-09-06 | 3 | -204/+349 | |
| | ||||||
* | Fix entity references: | Steven Knight | 2008-09-06 | 1 | -2/+2 | |
| | | | | &b-{FindInstalledFiles,Tag} => {FindInstalledFiles,Tag} | |||||
* | Make Glob() sort, to prevent spurious rebuilds. Fixes issue #2131. | Gary Oberbrunner | 2008-09-06 | 3 | -4/+17 | |
| | ||||||
* | Issue 2176: BuilderWrapper __getattr__ should not raise KeyError | Ludwig Hähne | 2008-09-05 | 2 | -1/+22 | |
| | ||||||
* | Issue 1689: short-term hack to make Ubuntu happy | Greg Noel | 2008-09-05 | 1 | -2/+2 | |
| | ||||||
* | Pass the results of the InternalLaTeXAuxAction back up the call chain | Robert Managan | 2008-09-04 | 4 | -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 report | Robert Managan | 2008-09-04 | 13 | -42/+150 | |
| | | | | | | | | | | | | | 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 signatures | Ludwig Hähne | 2008-09-03 | 2 | -3/+45 | |
| | ||||||
* | Document CheckCC and co in the man. | David Cournapeau | 2008-09-03 | 1 | -0/+44 | |
| | ||||||
* | Use our CompileSharedObject builder in CheckSH* (fix tests failure). | David Cournapeau | 2008-09-03 | 1 | -4/+7 | |
| |