| 2009-09-04 |
Bug #620: Build system --run target seems to forget copying updated headers
|
file | diff | annotate |
| 2009-06-30 |
Print the names of unit tests that fail in the task collector
|
file | diff | annotate |
| 2009-06-25 |
make dist generation work again
|
file | diff | annotate |
| 2009-06-17 |
remove dead code
|
file | diff | annotate |
| 2009-06-17 |
Bug #594: cygwin won't build.
|
file | diff | annotate |
| 2009-06-12 |
Run unit tests as indenpendent WAF tasks
|
file | diff | annotate |
| 2009-05-19 |
bug 567: --enable-static does not work on i686
|
file | diff | annotate |
| 2009-05-18 |
Don't event try to enable -Wl,--soname option if we're not on linux.
|
file | diff | annotate |
| 2009-05-18 |
Add -Wl,--soname=libns3.so to link flags to allow dlopen hacks
|
file | diff | annotate |
| 2009-05-05 |
improve wording
|
file | diff | annotate |
| 2009-05-05 |
enable static builds on cygwin
|
file | diff | annotate |
| 2009-05-05 |
enable darwin static builds
|
file | diff | annotate |
| 2009-05-04 |
attempt to detect broken --enable-static invocations.
|
file | diff | annotate |
| 2009-04-22 |
enable static builds, even when python is enabled
|
file | diff | annotate |
| 2009-04-22 |
Backed out changeset 4d9d3ff807a9
|
file | diff | annotate |
| 2009-04-22 |
enable static libns3 builds for python module
|
file | diff | annotate |
| 2009-04-21 |
bug 537: no support to build static ns-3 binaries
|
file | diff | annotate |
| 2009-04-21 |
Force valgrind to not be used for Python tests
|
file | diff | annotate |
| 2009-04-21 |
Make sure the 'g++ -print-file-name' code does not break if gcc doesn't know anything about the libstdc++.so file.
|
file | diff | annotate |
| 2009-04-21 |
bug 553: Running code built with a special gcc
|
file | diff | annotate |
| 2009-04-20 |
Fix a build script bug
|
file | diff | annotate |
| 2009-04-20 |
Upgrade to WAF 1.5.5
|
file | diff | annotate |
| 2009-04-19 |
Make the --enable-sudo option work correctly again
|
file | diff | annotate |
| 2009-04-17 |
Now _really_ fix #551
|
file | diff | annotate |
| 2009-04-17 |
Enable the link option --enable-auto-import on cygwin; closes #525.
|
file | diff | annotate |
| 2009-04-16 |
script typo fix; bug #551.
|
file | diff | annotate |
| 2009-04-16 |
Detect valgrind memory leak reports; based on patch by Mathieu Lacage; closes bug #532
|
file | diff | annotate |
| 2009-04-16 |
waf fix
|
file | diff | annotate |
| 2009-04-13 |
Upgrade to WAF 1.5.4
|
file | diff | annotate |
| 2009-02-21 |
For regression testing, use python modules filecmp and difflib instead of an external diff command, to improve portability (e.g. mingw). Closes #330.
|
file | diff | annotate |
| 2009-02-14 |
WAF: fix Task.maxjobs=1 (for sudo); icc flags.
|
file | diff | annotate |
| 2009-02-11 |
work around to allow FreeBSD to run tap-bridge
|
file | diff | annotate |
| 2009-02-03 |
tweak wifi example, fix waf problems (thanks to Gustavo)
|
file | diff | annotate |
| 2009-01-31 |
fixed previous wscript mods not entirely successful
|
file | diff | annotate |
| 2009-01-31 |
teach enable-sudo to be a config time thing
|
file | diff | annotate |
| 2009-01-27 |
checkpoint tap bridge
|
file | diff | annotate |
| 2009-01-24 |
Bug #323: waf --valgrind doesn't check for valgrind first
|
file | diff | annotate |
| 2009-01-24 |
(from Tom Henderson) make valgrind return an error exit code when problems are detected. Closes #449.
|
file | diff | annotate |
| 2009-01-24 |
Try to guess the location of the reference traces, when --with-regression-traces is not given (#478)
|
file | diff | annotate |
| 2009-01-24 |
Run regression tests as WAF tasks, plus simplify how unit tests are declared. Closes #480.
|
file | diff | annotate |
| 2009-01-18 |
Don't abuse os.chdir so much (not thread safe)
|
file | diff | annotate |
| 2009-01-18 |
Cleanup: remove regression reference traces downloading code (moved to allinone)
|
file | diff | annotate |
| 2009-01-18 |
waf --run now takes either full path to a program or just the (flat) program name, for all C++ programs
|
file | diff | annotate |
| 2009-01-17 |
Remove no longer needed WAF command execution win32 workaround
|
file | diff | annotate |
| 2009-01-16 |
Remove the last remnants of local pybindgen handling (allinone takes care of pybindgen now)
|
file | diff | annotate |
| 2009-01-12 |
Don't set a value for env['INCLUDEDIR']; pointless as it is not used. Should fix bug #466.
|
file | diff | annotate |
| 2009-01-11 |
Upgrade WAF; fix Darwin (OSX) build problems.
|
file | diff | annotate |
| 2009-01-10 |
Gracefully ignore missing pkg-config
|
file | diff | annotate |
| 2009-01-03 |
Correct way to enable WAF autoconfigure
|
file | diff | annotate |
| 2008-12-31 |
New WAF cflags tool, to add back the compilation flags (debug/optimized)
|
file | diff | annotate |
| 2008-12-29 |
Upgrade to new WAF, work in progress
|
file | diff | annotate |
| 2008-12-17 |
gustavo's retcode patch for regression
|
file | diff | annotate |
| 2008-11-26 |
Fix waf problem running programs with arguments.
|
file | diff | annotate |
| 2008-11-26 |
Make sure obj.name == obj.target for 'scratch' programs; fixes issue reported in ns-3-users with ./waf --run scratch/simple not working.
|
file | diff | annotate |
| 2008-11-24 |
Post-fix the last patch, to make sure invalid program names passed into --run trigger an informative error message as before.
|
file | diff | annotate |
| 2008-11-24 |
When --run'ing a program, tell WAF to only build that program, nothing more.
|
file | diff | annotate |
| 2008-11-19 |
Add a --with-regression-traces configure option, to allow using externally supplied regression traces instead of fetching them from the network.
|
file | diff | annotate |
| 2008-11-18 |
Bug 387: Build fails with junk subdirectories in "scratch" directory
|
file | diff | annotate |
| 2008-11-18 |
Refactor wscript code to move regression testing code to a separate python module (bug 325)
|
file | diff | annotate |
| 2008-11-05 |
apply patch for bug 390 (regression tests can't open input files)
|
file | diff | annotate |