Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | 3 | -2/+96 |
| | |||||
* | Issue 2187: update FindFile in man page | Greg Noel | 2008-09-02 | 1 | -4/+5 |
| | |||||
* | Issue 2007: backtick() doesn't use ENV | Greg Noel | 2008-08-28 | 2 | -15/+32 |
| | |||||
* | Initial User Guide documentation for FindFile. Not integrated | Greg Noel | 2008-08-27 | 1 | -0/+204 |
| | | | | into Guide itself yet. | ||||
* | Issue 2159: Man page formatting errors for Packaging() | Greg Noel | 2008-08-27 | 2 | -13/+16 |
| | |||||
* | Add a script for creating a standard SCons development system on | Steven Knight | 2008-08-26 | 7 | -302/+664 |
| | | | | | 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 the | Steven Knight | 2008-08-26 | 2 | -1/+8 |
| | | | | | current description the long_description to satisfy RPM packaging. (khomenko) | ||||
* | Issue 2168: Mac OS X fixes for SWIG tests. (Greg Noel) | Steven Knight | 2008-08-26 | 9 | -37/+89 |
| | |||||
* | Issue 2099: have Execute() print an error message if an action | Steven Knight | 2008-08-26 | 6 | -17/+107 |
| | | | | | 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 |
| | |||||
* | Issue 1982: document GetLaunchDir() in the User's Guide. | Steven Knight | 2008-08-25 | 4 | -0/+97 |
| | |||||
* | bug 243 - Address manpage issues raised by Greg Noel | William Deegan | 2008-08-25 | 1 | -3/+3 |
| | |||||
* | Fix for bug #243 - document how to use Ignore() to remove a target from | William Deegan | 2008-08-24 | 3 | -1/+69 |
| | | | | being built as default. | ||||
* | minor typos and corrections to SConscript() examples | Greg Noel | 2008-08-24 | 1 | -17/+17 |
| | |||||
* | Move jw parser option to the right | Ludwig Hähne | 2008-08-24 | 1 | -2/+2 |
| | |||||
* | Issue 2151: Enforce building doc PDF and PS with jade | Ludwig Hähne | 2008-08-24 | 1 | -5/+6 |
| | |||||
* | Adjust src/CHANGES.txt indentation on the current and previous release | Steven Knight | 2008-08-23 | 1 | -62/+62 |
| | | | | to match the other releases. | ||||
* | Update src/CHANGES.txt for recent changes. | Steven Knight | 2008-08-23 | 1 | -0/+8 |
| | |||||
* | Updated SConscript(variant_dir) and related cleanup | Greg Noel | 2008-08-22 | 1 | -62/+125 |
| | |||||
* | Issue 1984: Documentation for ParseDepends | Ludwig Hähne | 2008-08-22 | 3 | -1/+318 |
| | |||||
* | call subst on the line passed to Environment.WhereIs | Jim Randall | 2008-08-22 | 2 | -1/+8 |
| | |||||
* | 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 | 2 | -1/+6 |
| | | | | | potentially unreliable if the pywin32 extensions are unavailable or lack file handle operations. (Jonas Olsson) |