Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Visual Studio 8, and multiple project files in a solution ↵ | Steven Knight | 2006-01-20 | 2 | -0/+428 |
| | | | | file. (Matthias) | ||||
* | Fix the use of Configure() contexts in nested subsidiary SConscript files. ↵ | Steven Knight | 2005-12-28 | 1 | -0/+57 |
| | | | | (Jon Rafkind) | ||||
* | Handle scanning of the in-memory entries for a Dir with a scanner, not a ↵ | Steven Knight | 2005-12-27 | 1 | -10/+26 |
| | | | | hard-coded Python method. | ||||
* | Add a --debug=taskmaster option to print traces of what it's doing on its stack. | Steven Knight | 2005-12-18 | 1 | -0/+78 |
| | |||||
* | Fix DVIPDF tests, refactor various TeX Tool modules. | Steven Knight | 2005-12-16 | 1 | -0/+2 |
| | |||||
* | Add separate $RANLIBCOM and $RANLIBCOMSTR variables. (Christoph Schulz) | Steven Knight | 2005-11-29 | 6 | -3/+169 |
| | |||||
* | Add a TeX emitter to cover removal of .aux and .log files. (Joel B. Mohler) | Steven Knight | 2005-11-28 | 4 | -41/+125 |
| | |||||
* | Add a test case for guessing the BuildDir associated with a subdirectory ↵ | Steven Knight | 2005-11-19 | 1 | -0/+69 |
| | | | | argument. | ||||
* | Support specifying absolute path names without drive letters on Win32. | Steven Knight | 2005-11-19 | 1 | -0/+70 |
| | |||||
* | Make all relevant builders of .tex and .ltx files consistent with respect to ↵ | Steven Knight | 2005-11-07 | 1 | -0/+109 |
| | | | | handling generating bibliographies and re-running LaTeX to resolve undefined references. (Joel B. Mohler) Add a $LATEXRETRIES to configure the number of undefined reference re-runs. | ||||
* | Do not throw an exception if the type of a stored implicit dependency has ↵ | Steven Knight | 2005-11-06 | 1 | -0/+142 |
| | | | | changed since last run. (Dobes Vandermeer) | ||||
* | Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of ↵ | Steven Knight | 2005-11-06 | 1 | -5/+54 |
| | | | | LaTeX files for implicit dependencies. (August Hörandl) Add support for generating indices from .idx files. (August Hörandl) | ||||
* | Add support for an explicit SCONS_HOME variable for writing the SCons ↵ | Steven Knight | 2005-11-06 | 2 | -2/+9 |
| | | | | execution line in Visual Studio project files. (Dobes Vandermeer) Two minor test fixes for win32 portability. | ||||
* | Add Visual Studio support for SCC Provider variables. (Dobes Vandermeer) | Steven Knight | 2005-11-05 | 2 | -0/+2 |
| | |||||
* | Add support for a $INSTALLSTR string. (Christoph Schulz) | Steven Knight | 2005-11-05 | 3 | -0/+52 |
| | |||||
* | Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵ | Steven Knight | 2005-10-14 | 137 | -835/+838 |
| | | | | them with the python -tt option to keep them out. | ||||
* | Have the QT UIC Scanner use the env.FindFile method. (Leanid Nazdrynau) | Steven Knight | 2005-10-13 | 1 | -0/+122 |
| | |||||
* | Improve intelc.py so it doesn't throw an exception if a version other than ↵ | Steven Knight | 2005-10-10 | 1 | -6/+16 |
| | | | | ia32 (for example, em64t) is installed without the ia32 version. (Anonymous) | ||||
* | Fix on-disk file matching on case-insensitive systems. Various fixes for ↵ | Steven Knight | 2005-10-10 | 5 | -124/+276 |
| | | | | win32 portability. Refactor the --debug=time test. Refactor the Perforce test. Additional cleanup. | ||||
* | Put quotes around the -C directory in command lines in MSVS project files. | Steven Knight | 2005-10-09 | 6 | -27/+36 |
| | |||||
* | Get rid of the last tabs in the source files and have the TestSCons ↵ | Steven Knight | 2005-10-09 | 2 | -5/+5 |
| | | | | infrastructure use the python -tt option when executing SCons to make sure they do not recur. | ||||
* | Remove old, same-named files from a build directory if the file in the ↵ | Steven Knight | 2005-10-08 | 1 | -0/+99 |
| | | | | source directory does not exist. (Patrick Mezard) | ||||
* | MSVC.py improvements: new MSVSSolution() Builder, new variables to contro ↵ | Steven Knight | 2005-10-08 | 3 | -88/+265 |
| | | | | generation of project and solution files. (Stanislav Baranov) | ||||
* | Update MSVS tests with BuildDir logic. | Steven Knight | 2005-10-07 | 3 | -24/+161 |
| | |||||
* | Refactor MSVS tests to separate file-generation tests (which can be executed ↵ | Steven Knight | 2005-10-06 | 8 | -604/+730 |
| | | | | on any Windows system) from Visual Studio execution tests (which need a specific VS version installed). | ||||
* | Add $CONFIGURELOG and $CONFIGUREDIR values to support specification of the ↵ | Steven Knight | 2005-10-04 | 2 | -0/+111 |
| | | | | configuration log file and directory for configuration tests. | ||||
* | Add a self-contained test for not rebuilding generated header files. ↵ | Steven Knight | 2005-10-03 | 1 | -0/+119 |
| | | | | (Patrick Mezard) Fix a runtest.py issue. | ||||
* | Report removal of multiple targets correctly when using -n -c. (Patrick Mezard) | Steven Knight | 2005-10-02 | 1 | -47/+69 |
| | |||||
* | When building a .jar file and $JARCHDIR is set, prefix each .class file with ↵ | Steven Knight | 2005-09-29 | 2 | -19/+82 |
| | | | | the -C flag. (Kian Win Ong) | ||||
* | Explicit "skipping test" messages for a few straggling tests. | Steven Knight | 2005-09-26 | 7 | -12/+16 |
| | |||||
* | Check all targets when deciding if a target is up to date. (Patrick Mezard) | Steven Knight | 2005-09-26 | 1 | -0/+62 |
| | |||||
* | Fix a bug in the signature refactoring that caused some generated .h files ↵ | Steven Knight | 2005-09-25 | 1 | -0/+130 |
| | | | | to always get rebuilt. | ||||
* | More efficient checking for on-disk file entries. | Steven Knight | 2005-09-25 | 1 | -4/+5 |
| | |||||
* | Handle Fortran MODULE definitions in the same file. (Craig Scott) | Steven Knight | 2005-08-21 | 1 | -0/+92 |
| | |||||
* | Have Visual Studio echo that we're using SCons to build things, to work ↵ | Steven Knight | 2005-08-20 | 12 | -443/+854 |
| | | | | around a quoting issue. (Shannon Mann) | ||||
* | Update test infrastructure and ae2cvs utility to latest. Fix runtest.py's ↵ | Steven Knight | 2005-08-17 | 6 | -43/+48 |
| | | | | swallowing of interrupts. Update various tests. | ||||
* | Fix the -U behavior (broken when we made BUILD_TARGETS modifiable). | Steven Knight | 2005-08-17 | 1 | -36/+36 |
| | |||||
* | Update more tests to use the new skip_test() method. Replace a CHANGES.txt ↵ | Steven Knight | 2005-08-14 | 18 | -52/+47 |
| | | | | comment inadvertently deleted. | ||||
* | Allow modification of BUILD_TARGETS from with SConscript files. (Stanislav ↵ | Steven Knight | 2005-08-13 | 1 | -0/+31 |
| | | | | Baranov) | ||||
* | Update Fortran tests that relied on the order of the -c option. | Steven Knight | 2005-08-13 | 8 | -104/+104 |
| | |||||
* | Allow access to both TARGET and SOURCE in hBcfunctions within CPPPATH ↵ | Steven Knight | 2005-08-13 | 1 | -19/+125 |
| | | | | expansion. (Stanislav Baranov) | ||||
* | Handle Visual Studio project and solution files in Unicode. (Chen Lee) | Steven Knight | 2005-08-13 | 3 | -83/+401 |
| | |||||
* | Add a skip_test() method to the infrastructure and use it for test scripts ↵ | Steven Knight | 2005-08-13 | 12 | -37/+31 |
| | | | | that skip all or part of their tests based on tool availability or test platform. | ||||
* | Enhance EnsureSConsVersion() to take revision numbers, too. (Amir Szekely) | Steven Knight | 2005-08-12 | 4 | -73/+146 |
| | |||||
* | Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary ↵ | Steven Knight | 2005-08-12 | 2 | -6/+6 |
| | | | | Oberbrunner) | ||||
* | Look up Fortran modules relative to . (Craig Scott) | Steven Knight | 2005-08-11 | 1 | -0/+93 |
| | |||||
* | Print stacktrace for UserErrors when --debug=stacktrace is used. (Chad Austin) | Steven Knight | 2005-08-11 | 2 | -45/+117 |
| | |||||
* | Win32 portability fixes. | Steven Knight | 2005-08-11 | 1 | -12/+20 |
| | |||||
* | Win32 portability. | Steven Knight | 2005-08-07 | 1 | -6/+6 |
| | |||||
* | Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson) | Steven Knight | 2005-08-06 | 1 | -0/+70 |
| |