Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow explicit target_factory=Dir with Builders that make a directory to ↵ | Steven Knight | 2005-11-15 | 1 | -1511/+145 |
| | | | | override the default, implicit make-a-directory Builder.. | ||||
* | Make all relevant builders of .tex and .ltx files consistent with respect to ↵ | Steven Knight | 2005-11-07 | 1 | -0/+9 |
| | | | | 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. | ||||
* | Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of ↵ | Steven Knight | 2005-11-06 | 1 | -2/+40 |
| | | | | 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 | 1 | -0/+9 |
| | | | | execution line in Visual Studio project files. (Dobes Vandermeer) Two minor test fixes for win32 portability. | ||||
* | Add use of $CPPDEFINES to $RCCOM on MinGW. (Amir Szekely) | Steven Knight | 2005-11-06 | 1 | -3/+6 |
| | |||||
* | Add Visual Studio support for SCC Provider variables. (Dobes Vandermeer) | Steven Knight | 2005-11-05 | 1 | -0/+75 |
| | |||||
* | Add support for a $INSTALLSTR string. (Christoph Schulz) | Steven Knight | 2005-11-05 | 1 | -0/+8 |
| | |||||
* | Add --debug=explain to the man page. (How did we miss this?) | Steven Knight | 2005-11-01 | 1 | -0/+10 |
| | |||||
* | Better document the "raw" option to env.subst() for people that want to ↵ | Steven Knight | 2005-10-08 | 1 | -6/+22 |
| | | | | preserve white space. | ||||
* | MSVC.py improvements: new MSVSSolution() Builder, new variables to contro ↵ | Steven Knight | 2005-10-08 | 1 | -41/+198 |
| | | | | generation of project and solution files. (Stanislav Baranov) | ||||
* | Add $CONFIGURELOG and $CONFIGUREDIR values to support specification of the ↵ | Steven Knight | 2005-10-04 | 1 | -0/+19 |
| | | | | configuration log file and directory for configuration tests. | ||||
* | Document the necessity of passing in "target" to and "source" to env.subst() ↵ | Steven Knight | 2005-09-21 | 1 | -2/+58 |
| | | | | calls that want to expand ${TARGET,TARGETS,SOURCE,SOURCES}. Also, speed up the Variable_Method_Caller class. | ||||
* | Documentation fixes. | Steven Knight | 2005-08-15 | 1 | -2/+24 |
| | | | | Improve man page explanation of impact of not having external environment variables automatically imported. Fix cut-and-paste errors in descriptions of AppendENVPath() and Prepend(). Correct the __doc__ string for get_visualstudio_versions(). | ||||
* | Add a Dirs() function that can be used in hBcexpansions. (Stanislav Baranov) | Steven Knight | 2005-08-13 | 1 | -15/+15 |
| | |||||
* | Handle Visual Studio project and solution files in Unicode. (Chen Lee) | Steven Knight | 2005-08-13 | 1 | -9/+13 |
| | |||||
* | Add %SYSTEMDRIVE% to the list of Windows variables preserved. (Chris Prince) | Steven Knight | 2005-08-13 | 1 | -2/+6 |
| | |||||
* | Enhance EnsureSConsVersion() to take revision numbers, too. (Amir Szekely) | Steven Knight | 2005-08-12 | 1 | -4/+11 |
| | |||||
* | Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary ↵ | Steven Knight | 2005-08-12 | 1 | -2/+57 |
| | | | | Oberbrunner) | ||||
* | Look up Fortran modules relative to . (Craig Scott) | Steven Knight | 2005-08-11 | 1 | -2/+2 |
| | |||||
* | Parameterize the '@' prefix when calling TempFileMunge(). (Bjorn Eriksson) | Steven Knight | 2005-08-06 | 1 | -0/+8 |
| | |||||
* | Add a --raw option to the sconsign script. | Steven Knight | 2005-06-25 | 1 | -0/+6 |
| | |||||
* | Add a --diskcheck option to control looking on-disk for things. | Steven Knight | 2005-06-10 | 1 | -1/+41 |
| | |||||
* | Split Node-specific stuff from BuildInfo into a separate NodeInfo class. ↵ | Steven Knight | 2005-06-07 | 1 | -1/+2 |
| | | | | Add size info to the File information we collect. | ||||
* | Add a --debug=nomemoizer option to disable memoization. | Steven Knight | 2005-06-01 | 1 | -0/+16 |
| | |||||
* | Add a brief description of env.subst() to the man page. (Karol Pietrzak) | Steven Knight | 2005-05-30 | 1 | -1/+14 |
| | |||||
* | Clarify the man page description of --max-drift. | Steven Knight | 2005-05-29 | 1 | -4/+9 |
| | |||||
* | Fix a man page keyword argument for Command(). (Bjorn Eriksson) | Steven Knight | 2005-05-09 | 1 | -2/+2 |
| | |||||
* | Fix a User's Guide example. (Sanjoy Mahajan) | Steven Knight | 2005-05-07 | 4 | -5/+15 |
| | |||||
* | Add RPATH (-R) support to the sun linker. (Karol Pietrzak) | Steven Knight | 2005-05-07 | 1 | -1/+2 |
| | |||||
* | Make SConsignFile() behavior the default. | Steven Knight | 2005-05-07 | 1 | -5/+28 |
| | |||||
* | More flexible (and Make-like) ignoring command exit status, and suppressing ↵ | Steven Knight | 2005-04-26 | 1 | -2/+56 |
| | | | | printing of a command. | ||||
* | Allow configurability of yacc-generated header files suffixes. | Steven Knight | 2005-04-10 | 1 | -0/+28 |
| | |||||
* | Fix a bad example in the man page. (Sanjoy Mahajan) | Steven Knight | 2005-04-05 | 1 | -1/+1 |
| | |||||
* | Fix misplaced line in the man page. (Greg Ward) | Steven Knight | 2005-04-05 | 1 | -6/+7 |
| | |||||
* | Allow toolpath to be stored in the environment and re-used for Copy() and ↵ | Steven Knight | 2005-03-24 | 1 | -1/+14 |
| | | | | Tool() calls. (Chad Austin) | ||||
* | Make the GenerateHelpText format easily configurable. | Steven Knight | 2005-03-06 | 1 | -4/+34 |
| | |||||
* | Add support for Objective C/C++ .m and .mm file extensions. (Timothee Besset) | Steven Knight | 2005-02-28 | 1 | -1/+7 |
| | |||||
* | Accumulated documentation changes. | Steven Knight | 2005-02-15 | 85 | -698/+5540 |
| | |||||
* | Don't read up entire directories to decide if an Alias is up-to-date. | Steven Knight | 2005-02-14 | 1 | -2/+46 |
| | |||||
* | Move the canned Scanner objects out of Defaults.py and document how to add ↵ | Steven Knight | 2005-02-14 | 1 | -9/+82 |
| | | | | Scanners that env.Object() can use. | ||||
* | Improve --debug=count to get an idea of when different objects are created. | Steven Knight | 2005-01-12 | 1 | -3/+5 |
| | |||||
* | More performance improvements? | Steven Knight | 2005-01-12 | 1 | -0/+7 |
| | |||||
* | Support 'from SConsScript import *' to allow Python modules imported by ↵ | Steven Knight | 2005-01-08 | 1 | -0/+24 |
| | | | | SConscript files to get at the global builders and functions more easily. | ||||
* | Add LoadableModule support. (Michael McCracken) | Steven Knight | 2005-01-07 | 1 | -0/+45 |
| | |||||
* | Finish the display-customization variables: , , , , , and . | Steven Knight | 2005-01-07 | 1 | -4/+41 |
| | |||||
* | More command-line customizability: , , , , , , . | Steven Knight | 2005-01-06 | 1 | -1/+32 |
| | |||||
* | Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ↵ | Steven Knight | 2005-01-05 | 1 | -5/+15 |
| | | | | case someone has a reason to need to allow duplicates. | ||||
* | Have ParseDepends() env.subst() the specified file name. Add an only_one ↵ | Steven Knight | 2005-01-04 | 1 | -2/+24 |
| | | | | keyword argument that will sanity check that the file only contains one dependency target. | ||||
* | Add a PathOptions.PathAccept validator. (Kevin Quick) | Steven Knight | 2005-01-03 | 3 | -0/+223 |
| | |||||
* | Intel C compiler improvements. (Gary Oberbrunner) | Steven Knight | 2004-12-31 | 1 | -0/+5 |
| |