index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
SWIG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak a few tests
Mats Wichmann
2019-05-30
1
-2/+2
*
fix a couple tests broken by binary write in wrapper.py. previously compared ...
William Deegan
2018-11-02
1
-1/+1
*
use absolute python path in sheabangs
Paweł Tomulik
2018-10-22
1
-2/+3
*
remove unnecessary sheabangs from scripts generated by end-to-end tests
Paweł Tomulik
2018-10-22
1
-19/+20
*
Correct sheabangs in code snippets under test/
Paweł Tomulik
2018-10-22
1
-3/+3
*
Additional fixes for SWIG tests
Mats Wichmann
2018-10-16
2
-2/+2
*
get_platform_python_info fail on missing Python.h
Mats Wichmann
2018-08-17
12
-24/+24
*
Move checking for python header to common location
Mats Wichmann
2018-08-15
12
-62/+16
*
SWIG recursive test checkes for Python.h
Mats Wichmann
2018-08-13
1
-1/+7
*
Fix for py2.7 + 3.5+
William Deegan
2018-07-08
1
-0/+1
*
stop using obsolete distutils.sysconfig to find python include, link paths,an...
William Deegan
2018-07-08
1
-2/+3
*
pr-3052: moved some 64 bit logic to TestCmd and used TestCmd system checks
Daniel Moody
2018-05-25
1
-2/+3
*
pr-3052: Needed to define target arch in the non-windows case
Daniel Moody
2018-05-25
1
-1/+3
*
pr-3052: made target arch transparent to non windows platforms
Daniel Moody
2018-05-25
1
-3/+3
*
pr-3052: removed debug print statements
Daniel Moody
2018-05-25
1
-2/+2
*
pr-3052: added a missing comma to the environment args
Daniel Moody
2018-05-25
1
-1/+1
*
pr-3052: Updated swig tool with some default paths and fixed test to build on...
Daniel Moody
2018-05-25
1
-11/+33
*
pr-3052: updated swig test to work for windows.
Daniel Moody
2018-05-25
1
-5/+1
*
fixed swig tests to work on windows
Daniel Moody
2018-05-25
4
-8/+19
*
fix test for osx (with macports only at this point)
William Deegan
2017-04-18
1
-0/+4
*
py2/3 fix unnecessary binary reads. pep8 format the file while we're out at
William Deegan
2017-03-19
1
-9/+10
*
Use print() function. Fixes py2/3
Craig Rodrigues
2017-03-11
1
-3/+5
*
Use print() function to fix py2/3
Craig Rodrigues
2017-03-10
1
-2/+4
*
Moved common my<xxx>.py functions to global fixture and resolve byte/str.
William Blevins
2016-10-03
2
-28/+4
*
Updating tests to use fixture wrapper.py.
William Blevins
2016-09-24
1
-6/+1
*
More test fixes.
William Blevins
2016-09-21
2
-2/+2
*
Fixed print()'s
William Deegan
2016-05-09
1
-9/+9
*
Merged in williamblevins/scons_20150323 (pull request #244)
William Deegan
2015-11-13
1
-0/+123
|
\
|
*
Issue 2264: Added SWIG recursive dependency tests.
William Blevins
2015-05-13
1
-0/+123
*
|
edit test/SWIG/SWIG.py to covert PR #270
Pawel Tomulik
2015-10-19
1
-2/+13
|
/
*
SWIG: improve tool detection, and update SWIG tests to run on Windows.
Gary Oberbrunner
2014-08-21
13
-25/+118
*
Removed some garbage from tests (found by accident)
ptomulik
2012-06-18
1
-2/+0
*
- fixed SWIG module names for generated *.i files (#2707)
Dirk Baechle
2011-09-07
1
-0/+79
*
Apply patch from bug 2706 and create testcase to check for whitespace after m...
William Deegan
2011-01-24
1
-0/+91
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
7
-36/+0
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-03-29
1
-1/+1
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
3
-6/+4
*
Don't hard-code the swig location in the expected output.
Steven Knight
2009-11-28
1
-11/+7
*
Fix bug 1944 - handle non-existant .i files when swig emitter is called. Make...
William Deegan
2009-11-14
1
-0/+102
*
Solaris test portability fixes.
Steven Knight
2009-08-03
1
-0/+2
*
Modify the SWIG tests so that OS X is treated like a UNIX platform (which it
Greg Noel
2009-04-18
11
-114/+81
*
Be sure to honor the setting of SWIGOUTDIR when the SWIG tool generates
Ben Webb
2009-03-31
1
-0/+95
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
14
-0/+84
*
Remove (lots) more unnecessary imports.
Steven Knight
2009-02-06
3
-6/+0
*
Issue 2278: Emit header name when using SWIG directors (Ben Webb)
Greg Noel
2009-01-17
1
-9/+5
*
Issue 2279: Support $SWIGOUTDIR values with spaces in the
Steven Knight
2009-01-08
1
-6/+11
*
First part of issue 2278: handle quoted module names in SWIG source
Greg Noel
2009-01-04
1
-0/+92
*
Fix test to work with all versions of Python
Greg Noel
2008-09-29
1
-20/+21
*
Fix broken swig tests when python being used to run tests is incompatible wit...
William Deegan
2008-09-20
5
-0/+5
*
Issue 2168: Mac OS X fixes for SWIG tests. (Greg Noel)
Steven Knight
2008-08-26
6
-14/+38
[next]