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
/
LINK
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.9 support
Mats Wichmann
2020-05-12
1
-2/+2
*
add test for soname for applelink on linux
Daniel Moody
2020-05-02
2
-3/+3
*
resolve github Issue #3246
Daniel Moody
2020-05-01
1
-1/+17
*
Fix tests expecting -Bsymbolic
William Deegan
2020-04-21
2
-2/+2
*
Remove verbose_set calls from tests
Mats Wichmann
2020-03-18
1
-2/+0
*
rm-py2: Remove "from __future__" from more places
Mats Wichmann
2020-02-20
1
-3/+0
*
Stop calling os.system in tests.
Mats Wichmann
2020-02-07
2
-6/+6
*
syntax fixups suggested by PyCharm
Mats Wichmann
2019-12-23
3
-3/+3
*
Fix looking for specific version of libSystem.B.dylib when running on macOS. ...
William Deegan
2019-12-11
1
-6/+12
*
Fix incorrect testing assumptions for Solaris
Jakub Kulik
2019-11-01
1
-6/+6
*
[PY 3.8] test fixes for file closings, rawstrings
Mats Wichmann
2019-04-25
2
-2/+4
*
Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to al...
William Deegan
2018-12-10
2
-3/+72
*
flake8 fixes
William Deegan
2018-12-09
1
-5/+7
*
Allow test to function minus otool verification on non mac platforms
William Deegan
2018-12-07
1
-37/+41
*
Skip APPLELINK* testing if not on mac
William Deegan
2018-12-07
1
-39/+39
*
Fix GH issue #3241 - Support -compatability_version and -current_version flag...
William Deegan
2018-12-06
2
-2/+69
*
move applelink test to use directory fixture
William Deegan
2018-12-05
4
-24/+19
*
Fix flag usage for APPLELINK_CURRENT_VERSION and APPLELINK_COMPATIBILITY_VERS...
William Deegan
2018-12-05
1
-1/+0
*
Initial checkin of functional versioned shared libraries for applelink. Not l...
William Deegan
2018-12-04
6
-22/+3
*
Fix applelink test to work on win32
William Deegan
2018-09-27
1
-2/+1
*
fix test so it should run on any platform
William Deegan
2018-09-24
1
-1/+1
*
Fix Github issue #2580 - hash mark not properly handled in FRAMEWORKPATH
William Deegan
2018-09-23
1
-0/+70
*
Replace all instances of `int main()` with `int main(void)`
Jonathon Reinhart
2018-02-11
3
-3/+3
*
OSX: for now don't run versioned lib tests on mac. The logic to generate the ...
William Deegan
2017-04-09
4
-1/+25
*
py2/3 add mode='r' to must_match. Should fix some win32 failures
William Deegan
2017-03-14
2
-2/+2
*
Moved common my<xxx>.py functions to global fixture and resolve byte/str.
William Blevins
2016-10-03
4
-75/+12
*
Updating tests to use fixture wrapper.py.
William Blevins
2016-09-24
2
-12/+2
*
Yet another batch of test fixes.
William Blevins
2016-09-22
8
-20/+17
*
merge python3 branch to default
William Deegan
2016-05-23
1
-286/+288
|
\
|
*
Run futurize --stage1.
Russel Winder
2016-01-01
1
-286/+288
*
|
correct typos in test/LINK/{SHLIB,LDMODULE}VERSIONFLAGS.py
ptomulik
2016-05-16
2
-2/+2
*
|
regression tests for #319
Pawel Tomulik
2016-05-14
2
-9/+90
|
/
*
Added test to verify InstallVersionLib available from DefaultEnvironment.
William Blevins
2015-09-23
1
-0/+8
*
correct logic in VersionedLib*.py tests
Pawel Tomulik
2015-09-21
4
-24/+34
*
add simple test for $__SHLIBVERSIONFLAGS
Pawel Tomulik
2015-09-20
1
-0/+59
*
cyglink: fix for shlib symlink not being cleaned correctly
Paweł Tomulik
2015-09-20
1
-6/+0
*
fix test/LINK/VersionedLib.py to convince sun studio compiler
Pawel Tomulik
2015-09-20
1
-9/+8
*
add tests to test/LINK/VersionedLib.py
Pawel Tomulik
2015-09-20
1
-117/+215
*
support for versioned libraries for sunlink
Pawel Tomulik
2015-09-20
4
-0/+38
*
reivised code, fixed cygwin/variant-dir issue, cleaned-up some areas
Pawel Tomulik
2015-09-04
2
-2/+159
*
new versioned libraries - gnulink and cyglink for now
Pawel Tomulik
2015-09-02
3
-7/+299
*
Merged in managan/scons_versionedlib (pull request #82)
Gary Oberbrunner
2013-08-25
1
-0/+13
|
\
|
*
remove print from test and attempt to get FindInstalledFiles working
Robert Managan
2013-06-18
1
-1/+1
|
*
Add a test to show that we can build when the link already exist
Robert Managan
2013-06-17
1
-0/+13
*
|
Fix VersionedLib test
David Rothenberger
2013-08-18
1
-0/+12
|
/
*
Make VersionedSharedLib and its test not fail on Windows
Gary Oberbrunner
2012-12-22
1
-0/+15
*
Fix SHLINKCOMSTR test rot
Gary Oberbrunner
2012-12-22
1
-7/+7
*
Merging pull request #62 from Dirk Baechle: fixes for MinGW tests
Gary Oberbrunner
2012-12-22
1
-18/+19
|
\
|
*
- fixes for MinGW under Windows, mainly skipping MSVS-specific tests
Dirk Baechle
2012-12-18
1
-18/+19
*
|
removed versioned library support from Install and put it in InstallVersionedLib
Robert Managan
2012-12-18
1
-1/+1
[next]