projects
/
scons.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
scons.git
2009-11-26
garyo
Use VisualCMissingWarning instead of making a stack...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-26
stevenknight
Python 1.5 fix: no +=
commit
|
commitdiff
|
tree
|
snapshot
2009-11-25
managan
Add a test for the case where a latex file uses \input...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-25
garyo
Another test fix for the MSVS tests.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-25
garyo
A couple more test fixes, to make test/import.py work...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-25
garyo
Fix tests to ignore missing MSVC warnings.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
garyo
Doc tweaks for MSVC_VERSION and TARGET_ARCH.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
stevenknight
Rename the TimeSCons.run_build() method to just TimeSCo...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
garyo
Fix check for too-old Visual Studio with non-x86 arch...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
stevenknight
Fix incorrectly inverted condition in test for non...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-23
cournape
ENH: explicit check for supported arch per version...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-23
cournape
REF: query host/target arch only when using bat file.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-23
stevenknight
Python 1.5 compat: if 'text' in kw.keys()
commit
|
commitdiff
|
tree
|
snapshot
2009-11-22
stevenknight
Python 1.5 fixes in the TimeSCons class.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-20
gregnoel
Faster backward-compatible code
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
stevenknight
Capture initial infrastructure for working performance...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: add a cache for get_installed_vcs, as it used...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
BUG: fix caching bug for msvc_setup_once.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
DOC: add doc for TARGET_ARCH/HOST_ARCH + obsolete MSVS_...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
REF: remove duplicated function msvc_setup_env_once.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
BUG: fix MSVC_USE_SCRIPT=False case.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
BUG: return early with warning if no version of vc...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
BUG: catch any VisualCException when querying available...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: add support for Itanium architecture.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: use Gary error checking, but using exception inste...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: set up MSVS_VERSION and MSVS dict while setting...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
BUG: catch error while canonalizing arch for host/target.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: use msvc_exists for all tools in the Visual Studio...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: handle MSVS_VERSION additionally to MSVC_VERSION...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
REF: move vc2 to vc module.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: use a pre-sorted list for MSVC versions to check.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
DOC: add a TODO for updated vc support.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: raise an exception when we detect an error while...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
BUG: fix get_installed_vcs such as most recent versions...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
BUG: do not set up the SDK for now - it messes up cross...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: start a new, simpler and more robust vc module.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
BUG: fix cross-compilation from x86 -> x86_64 for VS...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
BUG: do not call msvs bat file in merge_default_version...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: use msvc env, not msvs to set up mslib and mslink...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: add a wrapper around msvc_setup_env to guarantee...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
BUG: fix arch argument to pass to batfile.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: move user info gathering at the top of msvc_setup_env.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: factor host/target handling in separate function.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: bypass complicated VisualC logic, and use the...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: script_env now takes an args argument to forward...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
cournape
ENH: refactor function to get msvc version.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
stevenknight
Fix name typo in 1.5.2 patch.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
stevenknight
Issue 2481: Fix the msvc_exists() call in Tool/msvc.py.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
stevenknight
Python 1.5 fix: "mname += ..." => "mname = mname ...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
stevenknight
1.5 fix: use apply() instead of (*args, **kw).
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
stevenknight
1.5.2 fix in compat/__init__.py: "flags |= ..." =...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-15
garyo
Apply patch submitted in issue #947 to fix race conditi...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-14
bdbaddog
Fix issue 2519 - add textfile to list of builders
commit
|
commitdiff
|
tree
|
snapshot
2009-11-14
bdbaddog
Fix bug 1944 - handle non-existant .i files when swig...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-12
bdbaddog
Fix bug 2465 - bootstrap.py should now use the python...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-11
gregnoel
Remove old news items.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-10
bdbaddog
Add check for python 3.0.0 or higher and exit with...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-31
cournape
BUG: fix bootstrap on windows 64.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-14
garyo
MSVC: Add correct x86_64/x66_64 msvc bat file location...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-26
cournape
Update CHANGES.txt for the small bug fixes I commited...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
gregnoel
Use Glob() instead of glob.glob()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
stevenknight
Update project pages for tigris
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
stevenknight
Update CHANGES.txt with David C's last contribution.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
cournape
BUG: do not add -fPIC on non-posix platform for ifort...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
gregnoel
Fix test failure in Repository/Java.py on OS X
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
gregnoel
Minor fixes found while debugging
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
cournape
BUG: fix TryRun with variant dir set.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
cournape
Add test case for configure failure.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
bdbaddog
Fix tex code to handle broken nomenclature package...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
bdbaddog
Steven checked in some changes yesterday which fixed...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
stevenknight
Have TestSCons.py add --warn=no-python-version every...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
stevenknight
Revert r4356, the problem is in TestSCons.py, not the...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
bdbaddog
Remove last checkin.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
bdbaddog
Fix test to pass for deprecated python versions. Not...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
bdbaddog
Add python version deprecated check to get this test...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
bdbaddog
Fix test logic to handle warning messages on deprecated...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
cournape
BUG: fix regression failure after is_win64 fix.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
cournape
BUG: fix issue 2294.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
cournape
Fix win64 detection.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-06
bdbaddog
Bump minimum version of python for 1.3 to 2.4
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
managan
Add a test that the packages used are installed.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-28
gregnoel
Use mailing list information at scons.org instead of...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-27
bdbaddog
Add copyright notice to Announcement.txt to satisfy...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
bdbaddog
Blank Announement template
commit
|
commitdiff
|
tree
|
snapshot
2009-08-21
managan
As I set up the test case for the glossary and nomencl...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-21
managan
Add comment for glossaries/scronyms update
commit
|
commitdiff
|
tree
|
snapshot
2009-08-21
managan
Add test for glossaries package. and patch tex.py
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
bdbaddog
Move credit for one fix from Jason K to Benoit B.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-11
bdbaddog
Added info on my checkins to CHANGES.txt for checkpoint...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
managan
Make a note of the Latex changes made recently
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
gregnoel
Update CHANGES.txt to include Jared Grubb's contribution
commit
|
commitdiff
|
tree
|
snapshot
2009-08-06
managan
Move the definition of env['LATEXSUFFIXES'] from Defaul...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-05
garyo
Check that MSVC install dir returned by registry actual...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-04
garyo
Fix MSVC 7.1 IDE path (for MSVS detection code) in...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-03
stevenknight
Solaris test portability fixes.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-02
stevenknight
Don't die if we can't execute the Solaris packaging...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-02
stevenknight
Add optional time stamping and elapsed time reporting...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-02
stevenknight
Speed up Solaris packaging checks for C++ by caching...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-01
stevenknight
Use regular expression matching to allow our "do nothin...
commit
|
commitdiff
|
tree
|
snapshot
2009-07-25
stevenknight
Document build fixes.
commit
|
commitdiff
|
tree
|
snapshot
next