| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Updated fix for bug 2082 adding support for D3DFX keyword and fixing python ↵ | William Deegan | 2008-09-26 | 2 | -2/+6 | |
| | | | | | 1.5.2 issue | |||||
| * | Sort the results of unittest for RC scanner before comparing them. | William Deegan | 2008-09-25 | 1 | -0/+2 | |
| | | ||||||
| * | Fix for previous fix for 402 and 2082 | William Deegan | 2008-09-25 | 1 | -1/+2 | |
| | | ||||||
| * | Make a naked except: block catch specific exceptions (and not | Steven Knight | 2008-09-25 | 1 | -1/+1 | |
| | | | | | swallow a KeyboardInterrupt at the wrong time). | |||||
| * | Fix for bugs 402 and 2082 - implement scanner for windows resource files. | William Deegan | 2008-09-25 | 3 | -3/+213 | |
| | | | | | Basic unittest included | |||||
| * | Issue 2183, fix typos | Greg Noel | 2008-09-25 | 2 | -2/+2 | |
| | | ||||||
| * | Issue 2183: .sx assembler suffix uses C preprocessor | Greg Noel | 2008-09-25 | 4 | -3/+5 | |
| | | ||||||
| * | Change FUTURE markers to TODO(1.5) so we are all using the same style. | Greg Noel | 2008-09-25 | 4 | -4/+5 | |
| | | ||||||
| * | Python 1.5 compatibility: explicity import SCons.compat (again) | Steven Knight | 2008-09-23 | 1 | -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 Knight | 2008-09-23 | 1 | -13/+40 | |
| | | ||||||
| * | 1.5 / 2.[01] compatibility: nested scopes in Tool/tex.py. | Steven Knight | 2008-09-23 | 1 | -1/+1 | |
| | | ||||||
| * | 1.5 / 2.[012] compatiblity: shutil.move() function. | Steven Knight | 2008-09-23 | 1 | -0/+40 | |
| | | ||||||
| * | 1.5 compatiblity: string method in Node/FSTests.py. | Steven Knight | 2008-09-23 | 1 | -1/+1 | |
| | | ||||||
| * | Issue 2215: add a file() builtin to the compatability layer | Steven Knight | 2008-09-23 | 1 | -0/+6 | |
| | | | | | (for pre-2.2 Python versions). | |||||
| * | Python 2.2 portability (no .pop() method on dictionaries, ' in ' | Steven Knight | 2008-09-22 | 2 | -2/+2 | |
| | | | | | doesn't search for substrings). | |||||
| * | Fix the Latex scanner to search for graphics on the TEXINPUTS path | Robert Managan | 2008-09-22 | 2 | -5/+5 | |
| | | | | | | | instead of TEXPICTS. Add the LATEXSUFFIXES keyword to the DummyEnvironment calls since the scanner needs it. | |||||
| * | Fix syntax and semantic errors preventing regression tests from running on 1.5.2 | Greg Noel | 2008-09-22 | 2 | -10/+14 | |
| | | ||||||
| * | make references to subprocess.Popen synchronous | Greg Noel | 2008-09-22 | 4 | -9/+8 | |
| | | ||||||
| * | Windows portability: use os.sep instead of hard-coded /. | Steven Knight | 2008-09-20 | 1 | -14/+18 | |
| | | ||||||
| * | Call str() on the string values of environment variables used by the | Steven Knight | 2008-09-20 | 1 | -1/+3 | |
| | | | | | | _subproc(), so the underlying subprocess.Popen() call won't throw an exception if the value is actually a Unicode string. | |||||
| * | Windows portability: use os.path.join() for expected subdirectory paths. | Steven Knight | 2008-09-20 | 1 | -1/+6 | |
| | | ||||||
| * | Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath ↵ | Gary Oberbrunner | 2008-09-18 | 4 | -32/+163 | |
| | | | | | and env.{Ap,Pre}pendENVPath. | |||||
| * | Hefty update to the tex tool. | Robert Managan | 2008-09-18 | 4 | -182/+488 | |
| | | | | | | | | | | | | | | | | It now iterates until all the warnings are gone and the auxiliary files stop changing or it hits the max retires limit. It adds the common auxiliary files to the emitter as sideeffects Added support for glossaries, nomenclatures, lists of figures, lists of tables, hyperref, and beamer The user can entry environment changes like env['TEXINPUTS'] and they get copied to env['ENV']['TEXINPUTS'] (thanks to Dmitry Mikhin ) It also works with variantdir, duplicate =0 | |||||
| * | Make the test/TEX/LATEX*py scripts work even on systems that don't have | Steven Knight | 2008-09-17 | 1 | -0/+3 | |
| | | | | | all the right tools installed. | |||||
| * | Revert 2102, pending additional discussion. | Steven Knight | 2008-09-15 | 3 | -202/+3 | |
| | | ||||||
| * | Issue 2102: Add support for Visual Studio 9 and newer Platform | Steven Knight | 2008-09-15 | 3 | -3/+202 | |
| | | | | | SDK versions. (Dmitri Rubinstein) | |||||
| * | Issue 2106: Don't match a directory that matches the name of a | Steven Knight | 2008-09-14 | 2 | -3/+9 | |
| | | | | | #include file. (John Gozde) | |||||
| * | Issue 1693: make the subdirectory in which the .sconsign file will | Steven Knight | 2008-09-14 | 5 | -2/+22 | |
| | | | | | 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 | 4 | -20/+2 | |
| | | ||||||
| * | Issue 1693: Make the directory in which the .sconsign file will live, | Steven Knight | 2008-09-13 | 4 | -2/+20 | |
| | | | | | 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 | 2 | -1/+12 | |
| | | | | | | | 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 | 3 | -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 created | Robert Managan | 2008-09-10 | 1 | -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 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 | |
| | | ||||||
| * | 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 | 2 | -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ähne | 2008-09-08 | 2 | -1/+54 | |
| | | ||||||
