| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | 2 | -197/+3 | |
| | | ||||||
| * | Issue 2102: Add support for Visual Studio 9 and newer Platform | Steven Knight | 2008-09-15 | 2 | -3/+197 | |
| | | | | | SDK versions. (Dmitri Rubinstein) | |||||
| * | Issue 2106: Don't match a directory that matches the name of a | Steven Knight | 2008-09-14 | 1 | -3/+4 | |
| | | | | | #include file. (John Gozde) | |||||
| * | Issue 1693: make the subdirectory in which the .sconsign file will | Steven Knight | 2008-09-14 | 4 | -2/+12 | |
| | | | | | 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 | 3 | -10/+2 | |
| | | ||||||
| * | Issue 1693: Make the directory in which the .sconsign file will live, | Steven Knight | 2008-09-13 | 3 | -2/+10 | |
| | | | | | if the directory doesn't already exist. (Damyan Pepper, Jim Randall) | |||||
| * | Issue 2121: fix handling #includes of files in VariantDir subdirectories, | Steven Knight | 2008-09-13 | 1 | -1/+4 | |
| | | | | | | | 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 1681: Fix the ability of add_src_builder() to handle arbitrary | Steven Knight | 2008-09-11 | 2 | -2/+7 | |
| | | | | | | 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 | |
| | | ||||||
| * | Issue 1307: Invalidate node caches after Execute() | Ludwig Hähne | 2008-09-08 | 2 | -1/+54 | |
| | | ||||||
| * | 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 | 2 | -4/+12 | |
| | | ||||||
| * | 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 | 4 | -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 signatures | Ludwig Hähne | 2008-09-03 | 2 | -3/+45 | |
| | | ||||||
| * | Use our CompileSharedObject builder in CheckSH* (fix tests failure). | David Cournapeau | 2008-09-03 | 1 | -4/+7 | |
| | | ||||||
| * | Add a CompileSharedObject builder for configure contexts. | David Cournapeau | 2008-09-03 | 1 | -0/+5 | |
| | | ||||||
| * | Add CheckSHCC and CheckSHCXX checkers (test fail). | David Cournapeau | 2008-09-03 | 2 | -0/+50 | |
| | | ||||||
| * | Add CheckSHCC and CheckSHCXX. | David Cournapeau | 2008-09-03 | 1 | -0/+24 | |
| | | ||||||
| * | Add CheckCXX check. | David Cournapeau | 2008-09-03 | 3 | -0/+37 | |
| | | ||||||
| * | Basic test for CheckCC. | David Cournapeau | 2008-09-03 | 1 | -0/+42 | |
| | | ||||||
| * | Integrate CheckCC in configure context. | David Cournapeau | 2008-09-03 | 1 | -0/+5 | |
| | | ||||||
| * | Add a CheckCC check. | David Cournapeau | 2008-09-03 | 1 | -0/+32 | |
| | | ||||||
| * | Make msvc tool consistent with cc for _CCCOMCOM usage. | David Cournapeau | 2008-09-03 | 1 | -5/+5 | |
| | | ||||||
| * | Fix for bug #2184, Glob() corrupts LIBPATH. | Gary Oberbrunner | 2008-09-03 | 1 | -2/+2 | |
| | | ||||||
| * | Issue 2007: backtick() doesn't use ENV | Greg Noel | 2008-08-28 | 2 | -15/+32 | |
| | | ||||||
| * | Issue 2159: Man page formatting errors for Packaging() | Greg Noel | 2008-08-27 | 1 | -13/+14 | |
| | | ||||||
| * | Issue 2099: have Execute() print an error message if an action | Steven Knight | 2008-08-26 | 1 | -0/+5 | |
| | | | | | | 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 sources | Greg Noel | 2008-08-25 | 1 | -1/+16 | |
| | | ||||||
| * | call subst on the line passed to Environment.WhereIs | Jim Randall | 2008-08-22 | 1 | -0/+1 | |
| | | ||||||
| * | Fix typo. | Steven Knight | 2008-08-22 | 1 | -1/+2 | |
| | | ||||||
| * | The parallel message should be returned from that function, not printed | Steven Knight | 2008-08-22 | 1 | -3/+2 | |
| | | | | | directly. This allows it to be disabled by the right --warn= option. | |||||
| * | Issue 2158: Actually print the warning about -j on Windows being | Steven Knight | 2008-08-22 | 1 | -1/+1 | |
| | | | | | | potentially unreliable if the pywin32 extensions are unavailable or lack file handle operations. (Jonas Olsson) | |||||
| * | Fix issue 2127 (missing FRAMEWORKSFLAGS in applelink.py) by adding them in a ↵ | Gary Oberbrunner | 2008-08-21 | 1 | -2/+2 | |
| | | | | | couple of lines. FRAMEWORKSFLAGS is an older flag set largely superseded by FRAMEWORKPATH and FRAMEWORKS, but still may be used. | |||||
