| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Fix issue 2856. | Joshua Hughes | 2012-07-16 | 1 | -4/+4 | |
| | |/ / | | | | | | | | | | | | | This change fixes issue 2856 by making scons consider the .def file only if it's explicitly given or insertion is explicitly requested. | |||||
| * | | | Merged in kivhift/scons (pull request #31), fixes #2857. | Gary Oberbrunner | 2012-07-27 | 1 | -7/+6 | |
| |\ \ \ | ||||||
| | * | | | Fix issue 2857. | Joshua Hughes | 2012-07-16 | 1 | -7/+6 | |
| | |/ / | | | | | | | | | | | | | This change fixes issue 2857 by changing Platform.win32._scons_file from a function to a class. | |||||
| * | | | Fix issue 2833 (LINKCOMSTR etc. on Windows). | Gary Oberbrunner | 2012-07-22 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Add support for using biber instead of bibtex. | Robert Managan | 2012-06-14 | 1 | -2/+38 | |
| |/ / | ||||||
| * | | Add support for the biblatex package; search for new keywards to get side ↵ | Robert Managan | 2012-06-14 | 2 | -8/+13 | |
| |/ | | | | effects and dependencies right | |||||
| * | Merge mortoray fix for #2188, typo in example. | Gary Oberbrunner | 2012-05-20 | 1 | -1/+1 | |
| |\ | ||||||
| | * | fix for issue2188, fix typo in example | edA-qa mort-ora-y | 2012-05-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge mortoray/SCons fix for #2821, copy Builders when env is cloned. | Gary Oberbrunner | 2012-05-19 | 2 | -15/+18 | |
| |\ \ | |/ |/| | ||||||
| | * | better fix for issue 2821 -- avoid direct copies of the BuilderDict as it is ↵ | edA-qa mort-ora-y | 2012-05-06 | 2 | -15/+18 | |
| | | | | | | | | | ambiguous/corrupts the original environment | |||||
| * | | fix for issue 2976 | edA-qa mort-ora-y | 2012-05-05 | 1 | -1/+2 | |
| |/ | ||||||
| * | MSVC: show valid $TARGET_ARCH values when invalid arch passed in. | Gary Oberbrunner | 2012-05-07 | 1 | -1/+2 | |
| | | ||||||
| * | MSVC11 needs PCH objects added to the link line. | Gary Oberbrunner | 2012-05-07 | 1 | -1/+10 | |
| | | | | | Update msvc linker emitter to add the PCH object if not already present. | |||||
| * | Merged msvc11 branch from stopiccot. | Gary Oberbrunner | 2012-05-07 | 3 | -6/+42 | |
| |\ | ||||||
| | * | fix + solution generation fixes | stopiccot | 2012-03-04 | 2 | -5/+10 | |
| | | | ||||||
| | * | start of msvc11 support | stopiccot | 2012-03-02 | 2 | -3/+34 | |
| | | | ||||||
| * | | Merged fix for #2720 (-jN build failures), pull request #13. | Gary Oberbrunner | 2012-05-06 | 4 | -15/+112 | |
| |\ \ | | | | | | | | | | From Alexey Klimkin with test work and cleanup by Dirk Baechle. | |||||
| | * | | - added simple test for #2720 (execute with cached targets) | Dirk Baechle | 2012-04-22 | 3 | -3/+89 | |
| | | | | | | | | | | | | | | | | - fixed two typos - updated list of changes | |||||
| | * | | - fixed issue #2720, applied final patch (v3) by Alexey Klimkin | Dirk Baechle | 2012-01-10 | 3 | -12/+23 | |
| | | | | ||||||
| * | | | Add support for Latex's multibib package and in the process generalize how ↵ | Rob Managan | 2012-02-19 | 1 | -7/+31 | |
| | |/ |/| | | | | | we check aux files for processing | |||||
| * | | Fix in Visual Studio project generation. When project contains only one ↵ | stopiccot | 2012-02-12 | 1 | -39/+27 | |
| | | | | | | | | | *.cpp or only one *.h file, incorrect paths are generated. | |||||
| * | | Fix missing type_name declaration in error path | Richard Quirk | 2011-12-24 | 2 | -1/+3 | |
| | | | | | | | | | | | | | The symbol type_name is not declared in this scope. It looks like the line that this change fixes was copied from elsewhere and not updated with the correct 'symbol' variable previously. | |||||
| * | | Fix incorrect UserError usage | Richard Quirk | 2011-12-24 | 1 | -1/+1 | |
| |/ | | | | | SCons.Errors.UserError has not been imported, so prior to this patch the code would have caused a NameError. | |||||
| * | - fixed SWIG module names for generated *.i files (#2707) | Dirk Baechle | 2011-09-07 | 1 | -2/+2 | |
| | | ||||||
| * | Update path information for OSX. | Robert Managan | 2011-09-06 | 7 | -1/+63 | |
| | | | | | | | If one of the tools that use TeX applications is generated add the paths in /etc/paths and /etc/paths.d version 10.5 (Leopard) | |||||
| * | Changes for issue #2730: | Dirk Baechle | 2011-07-07 | 2 | -2/+14 | |
| | | | | | | | - temporarily disabling the detect routine for the Tools 'jar' and 'rmic' - added a simple testcase for each - changes to Announce.txt (typos) and CHANGES.txt | |||||
| * | document FS.Base instance variables | Anatoly Techtonik | 2011-06-24 | 1 | -2/+6 | |
| | | ||||||
| * | Fix bug 2772 | William Deegan | 2011-06-17 | 1 | -1/+1 | |
| | | ||||||
| * | Handle DOS line endings in RC scanner. Fixes #2747. | Gary Oberbrunner | 2011-05-30 | 2 | -1/+12 | |
| | | ||||||
| * | Since latex will add valid etension when it looks for files we | Robert Managan | 2011-05-18 | 1 | -18/+19 | |
| | | | | | | | need to change os.path.exists() to os.path.isfile() to handle the case where we have a directory named foo and a file foo.tex. Then an \input{foo} will not find the directory instead of the file | |||||
| * | 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. | |||||
