Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug 2722 - get rid of warnings about missing MSVC, now will only be ↵ | William Deegan | 2011-05-17 | 1 | -4/+7 |
| | | | | shown if the SCONS_MSCOMMON_DEBUG environment variable is set. Also partial fix for 2661.src/engine/SCons/Tool/MSCommon/vc.py | ||||
* | msvs: prev commit missed VS10 case. Fixed here. | Gary Oberbrunner | 2011-05-17 | 1 | -1/+5 |
| | |||||
* | Fix issue #2702, MSVS generation fails when CPPPATH contains Dir nodes. ↵ | Gary Oberbrunner | 2011-05-15 | 1 | -2/+19 |
| | | | | Also make MSVS project depend on values of CPPDEFINES and CPPPATH so it gets properly regenerated when they change. | ||||
* | Fix docs to remove note that only one project is supported when generating ↵ | William Deegan | 2011-05-02 | 1 | -2/+0 |
| | | | | MSVS Project file via MSVSProject Builder | ||||
* | Fix issue 2627: MSVC_BATCH=False should turn off batch, not turn it on. | Gary Oberbrunner | 2011-04-24 | 1 | -4/+14 |
| | |||||
* | Fix issue 2628, long compile lines in batch mode. Thanks to Grzegorz Bizo ↵ | Gary Oberbrunner | 2011-04-24 | 1 | -4/+4 |
| | | | | for the patch. | ||||
* | Remove unused setup.py/setup.cfg (issue #2562) | Anatoly Techtonik | 2011-04-07 | 2 | -76/+0 |
| | |||||
* | remove reviews.py from src/test_strings.py list of files to check for SCons ↵ | William Deegan | 2011-03-19 | 1 | -4/+0 |
| | | | | copyright as it's copyrighted by google | ||||
* | Fix #2685, UnicodeDecodeError with Copy and non-ASCII filenames. | Gary Oberbrunner | 2011-03-11 | 1 | -2/+12 |
| | |||||
* | Applied patch from #2732: support -std=c++0x in ParseFlags | Gary Oberbrunner | 2011-03-03 | 2 | -1/+9 |
| | |||||
* | Applied patch from #2433: support -dylib_file in ParseFlags | Gary Oberbrunner | 2011-03-03 | 2 | -3/+9 |
| | |||||
* | Fix #1644: LINKFLAGS and RPATH conflict. Moved RPATH into LINKCOM. | Gary Oberbrunner | 2011-03-03 | 4 | -6/+4 |
| | |||||
* | Fix issue #1632: quote /Fp in PCH to make precompiled hdrs work with variant ↵ | Gary Oberbrunner | 2011-03-02 | 1 | -1/+1 |
| | | | | dirs containing spaces. | ||||
* | Support automatically embedding manifests in EXEs and DLLs on Windows. | Gary Oberbrunner | 2011-03-02 | 2 | -7/+96 |
| | |||||
* | New debug option --debug=duplicate to debug Variant-dir duplication | Gary Oberbrunner | 2011-03-01 | 3 | -1/+10 |
| | |||||
* | New debug option --debug=prepare to watch targets being prepared | Gary Oberbrunner | 2011-03-01 | 3 | -1/+11 |
| | |||||
* | Make Action+None and None+Action work as expected (silently ignore the None ↵ | Gary Oberbrunner | 2011-02-27 | 2 | -4/+21 |
| | | | | arg). | ||||
* | Misc Windows test cleanups | Gary Oberbrunner | 2011-02-27 | 1 | -1/+1 |
| | |||||
* | Fix MSVS tests to work on a 64-bit Windows machine by creating Wow6432Node ↵ | Gary Oberbrunner | 2011-02-27 | 1 | -5/+15 |
| | | | | dummy reg entries. | ||||
* | Fix #2708 by making Delete able to delete broken symlinks and dir symlinks. | Gary Oberbrunner | 2011-02-18 | 1 | -5/+6 |
| | | | | Thanks to David Garcia Garzon for the patch. | ||||
* | Fix for bug 2558. Handle .output file generated by bison or yacc properly. ↵ | William Deegan | 2011-01-27 | 1 | -0/+10 |
| | | | | Make SCons aware that it's a SideEffect, and clean it when SCons cleans | ||||
* | Apply patch from bug 2706 and create testcase to check for whitespace after ↵ | William Deegan | 2011-01-24 | 1 | -1/+2 |
| | | | | module name in %module directive | ||||
* | Improve error messages for invalid EnumVariables to include legal values. | Gary Oberbrunner | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | Added -fopenmp and -openmp to ParseFlags (add to LINKFLAGS and CCFLAGS) | Gary Oberbrunner | 2011-01-12 | 2 | -6/+7 |
| | |||||
* | Fix intel compiler to sort versions >9 correctly (esp. on Linux) | Gary Oberbrunner | 2010-12-22 | 1 | -1/+5 |
| | |||||
* | Bugfix for 2423 - mingw's emitter was passing strings instead of file nodes ↵ | William Deegan | 2010-11-27 | 1 | -7/+32 |
| | | | | | | | | | which was causing errors in the link tool. This patch changes them to be file nodes. Additionaly it will try the default install path for mingw paths if the mingw tools aren't found in either env['ENV']['PATH'] or the users's environment's PATH. | ||||
* | Fix last commit for python 2.3; no string.rsplit(). Use rindex instead. | Gary Oberbrunner | 2010-11-21 | 2 | -2/+21 |
| | |||||
* | Fix for #2690: handle null __semi_deepcopy. | Gary Oberbrunner | 2010-11-20 | 1 | -1/+1 |
| | |||||
* | Additional UNC path test case for FS.py | Gary Oberbrunner | 2010-11-19 | 1 | -0/+11 |
| | |||||
* | Fix for issue #1420, Windows UNC path handling. Applied patch from Benoit ↵ | Gary Oberbrunner | 2010-11-18 | 2 | -127/+494 |
| | | | | Belley after updating it to fit into trunk, and added a couple of extra tests from issues 1420, 1857 and 1948. | ||||
* | Fix Install() when src and target are dirs and target dir already exists, by ↵ | Gary Oberbrunner | 2010-11-18 | 1 | -1/+55 |
| | | | | using our own copytree implementation. | ||||
* | Fix problem with re-raising old exception when CPPDEFINES contains a None or ↵ | Gary Oberbrunner | 2010-11-04 | 1 | -2/+4 |
| | | | | invalid element | ||||
* | Integrate patch for issue 2691: MSVS 10.0 project file generation. | Gary Oberbrunner | 2010-10-16 | 1 | -5/+325 |
| | |||||
* | Change the -l, --load-average, --max-load option to take a float value | Robert Managan | 2010-09-22 | 1 | -1/+1 |
| | | | | instead of an integer. | ||||
* | Linux part of issue #2669: support for Intel C compiler v11 | Gary Oberbrunner | 2010-09-16 | 1 | -21/+57 |
| | |||||
* | Add support for the bibunits package. This should help thesis writers. | Robert Managan | 2010-09-12 | 1 | -22/+40 |
| | |||||
* | Python 2.7 fixes in four tests. | Steven Knight | 2010-08-27 | 2 | -3/+10 |
| | |||||
* | I had to add the INDEXSTYLES environment variable to the code | Robert Managan | 2010-08-23 | 1 | -0/+3 |
| | | | | | | | | | so the user can define a path to look for makeindex style files. When the latex files are generated by another builder the user may have to define env['TEXINPUTS'] or some of the other environment variables so latex can find files that are not sideeffects. This woul dinclude style files and the like. | ||||
* | bug 2668 - add initial support for vs/vc 2010, and limit vc2010 Express to ↵ | William Deegan | 2010-08-23 | 1 | -0/+27 |
| | | | | only generate x86 binaries | ||||
* | Tigris issue 2562 | William Deegan | 2010-08-22 | 1 | -167/+0 |
| | | | | | http://scons.tigris.org/issues/show_bug.cgi?id=2562 Delete obsolete files | ||||
* | Add tests of using SConsignFile() with Python dbm modules. | Steven Knight | 2010-08-21 | 2 | -2/+11 |
| | | | | | Related fixes: explicitly close the db when we close it, and add a .close() method to dblite.py. | ||||
* | WHen checking the .tex file for which side effects it generates always | Robert Managan | 2010-08-19 | 1 | -1/+2 |
| | | | | | | | add them if the .tex file is generated by another builder and is not yet created. If the file exists then only add the side effects if they will be created. | ||||
* | Fix CPPDEFINES problems with dicts (both Append and MergeFlags). From ↵ | Gary Oberbrunner | 2010-08-15 | 2 | -14/+108 |
| | | | | Jean-Baptiste Lab. Fixes issue #2671. | ||||
* | Fix issue with implicit-cache when files are removed on disk. Fixes issue ↵ | Gary Oberbrunner | 2010-08-12 | 1 | -3/+4 |
| | | | | #1938. | ||||
* | Added generation of solution and projects for MSVS 2008 (Evgeny Podjachev) | Gary Oberbrunner | 2010-08-12 | 1 | -5/+11 |
| | |||||
* | Fix <variablelist> formatting in some new function definitions: make some | Steven Knight | 2010-08-02 | 2 | -96/+188 |
| | | | | | overlooked terms <literal>, and rearrange tags so the regular expression substitution in bin/scons-proc.py match them. | ||||
* | Fix issue 2048: when morphing an Entry into a Dir, retain any existing ↵ | Gary Oberbrunner | 2010-07-31 | 2 | -5/+20 |
| | | | | executor action list. | ||||
* | Continuation of previous commit; new Fortran 03 tool needs to be included in ↵ | Gary Oberbrunner | 2010-07-30 | 1 | -0/+1 |
| | | | | MANIFEST.in. | ||||
* | Support for Fortran 03, from Luca Falavigna. | Gary Oberbrunner | 2010-07-30 | 4 | -1/+333 |
| | |||||
* | Print the path to the SCons package in use in scons --version | Gary Oberbrunner | 2010-07-28 | 1 | -0/+5 |
| |