Wed, 28 Jan 2009 11:06:50 +0000 Gustavo J. A. M. Carneiro Skip the NSC test when valgrind is enabled.
Wed, 28 Jan 2009 11:01:02 +0000 Gustavo J. A. M. Carneiro Interpret regression program non-zero exit as a test failure, instead of showing a traceback.
Tue, 27 Jan 2009 14:18:55 +0000 Gustavo J. A. M. Carneiro Make sure to call ns3.Simulator.Destroy() before python exit to avoid segmentation faults on program exit.
Mon, 26 Jan 2009 13:41:54 -0800 Tom Henderson add wifi-architecture figure to manual
Sun, 25 Jan 2009 21:57:24 +0000 Gustavo J. A. M. Carneiro Workaround WAF issue 325 for generating module header files
Sun, 25 Jan 2009 15:44:55 +0000 Gustavo J. A. M. Carneiro samples/main-test-sync also depends on the realtime optional feature
Sun, 25 Jan 2009 15:39:36 +0000 Gustavo J. A. M. Carneiro Don't use the flag -pthread on darwin to avoid warning message
Sun, 25 Jan 2009 14:52:09 +0000 Gustavo J. A. M. Carneiro Fix 'no newline at the end of file' compilation error in the pthread test
Sun, 25 Jan 2009 14:48:47 +0000 Gustavo J. A. M. Carneiro EmuNetDevice also depends on the availibility of threading support
Sat, 24 Jan 2009 19:25:33 +0000 Gustavo J. A. M. Carneiro Detect pthread support by compiling a test program with the -pthread switch, not just check for the header file.
Sat, 24 Jan 2009 18:47:47 +0000 Gustavo J. A. M. Carneiro librt is need not for threading primitives but for the real time scheduler
Sat, 24 Jan 2009 18:09:29 +0000 Gustavo J. A. M. Carneiro Bug #323: waf --valgrind doesn't check for valgrind first
Sat, 24 Jan 2009 15:51:09 +0000 Gustavo J. A. M. Carneiro (from Tom Henderson) make valgrind return an error exit code when problems are detected. Closes #449.
Sat, 24 Jan 2009 15:38:20 +0000 Gustavo J. A. M. Carneiro Try to guess NSC location (finally closes #478)
Sat, 24 Jan 2009 15:28:54 +0000 Gustavo J. A. M. Carneiro Try to guess pybindgen location (more #478)
Sat, 24 Jan 2009 12:52:58 +0000 Gustavo J. A. M. Carneiro Try to guess the location of the reference traces, when --with-regression-traces is not given (#478)
Sat, 24 Jan 2009 12:25:52 +0000 Gustavo J. A. M. Carneiro Run regression tests as WAF tasks, plus simplify how unit tests are declared. Closes #480.
Fri, 23 Jan 2009 15:18:03 +0000 Gustavo J. A. M. Carneiro Add a dashed box around DcaTxop and MacRxMiddle in the wifi architecture figure; closes #447.
Fri, 23 Jan 2009 15:07:18 +0000 Gustavo J. A. M. Carneiro merge
Tue, 16 Dec 2008 16:11:48 +0000 Gustavo J. A. M. Carneiro Wifi internal architecture diagram
Sun, 18 Jan 2009 22:47:25 +0000 Gustavo J. A. M. Carneiro Don't abuse os.chdir so much (not thread safe)
Sun, 18 Jan 2009 22:18:49 +0000 Gustavo J. A. M. Carneiro Cleanup: remove regression reference traces downloading code (moved to allinone)
Sun, 18 Jan 2009 19:59:46 +0000 Gustavo J. A. M. Carneiro waf --run now takes either full path to a program or just the (flat) program name, for all C++ programs
Sun, 18 Jan 2009 12:14:32 +0100 Mathieu Lacage bug 472: fix build with gcc 3.4.6
Sat, 17 Jan 2009 18:19:24 +0000 Gustavo J. A. M. Carneiro Update waf; closes #466.
Sat, 17 Jan 2009 16:59:45 +0000 Gustavo J. A. M. Carneiro Make it easy to turn on profiling of pybindgen
Sat, 17 Jan 2009 16:58:42 +0000 Gustavo J. A. M. Carneiro On native win32, we cannot use -D_DEBUG when compiling Python extensions
Sat, 17 Jan 2009 16:57:42 +0000 Gustavo J. A. M. Carneiro Remove no longer needed WAF command execution win32 workaround
Fri, 16 Jan 2009 18:52:00 +0000 Gustavo J. A. M. Carneiro Fix WifiMacQueue typeid registration
Fri, 16 Jan 2009 17:18:49 +0000 Gustavo J. A. M. Carneiro Remove the last remnants of local pybindgen handling (allinone takes care of pybindgen now)
Fri, 16 Jan 2009 12:33:22 +0000 Gustavo J. A. M. Carneiro examples/wifi-ap.cc ported to Python (minus tracing)
Fri, 16 Jan 2009 09:08:20 +0100 Guillaume Vu-Brugier bug 329: pcap files generated in native win32 (mingw) are always corrupt
Fri, 16 Jan 2009 09:06:59 +0100 Mathieu Lacage add missing include
Fri, 16 Jan 2009 08:58:17 +0100 Mathieu Lacage add missing copyright/license statement
Thu, 15 Jan 2009 20:56:06 +0100 Mathieu Lacage ns-2 calendar code
Thu, 15 Jan 2009 20:55:34 +0100 Mathieu Lacage test calendar+ns2calendar schedulers
Thu, 15 Jan 2009 20:54:11 +0100 Mathieu Lacage add new comparison operators.
Thu, 15 Jan 2009 20:53:50 +0100 Mathieu Lacage memleak
Thu, 15 Jan 2009 11:23:59 +0100 Mathieu Lacage empty skeleton for ns2 calendar scheduler
Wed, 14 Jan 2009 15:36:19 +0000 Gustavo J. A. M. Carneiro Fix build for systems without posix threads library
Wed, 14 Jan 2009 15:35:42 +0000 Gustavo J. A. M. Carneiro RealtimeEventLock is gone
Wed, 14 Jan 2009 12:46:06 +0000 Gustavo J. A. M. Carneiro Correct documentation
Wed, 14 Jan 2009 11:17:41 +0000 Gustavo J. A. M. Carneiro Add dependency annotations for the task that generates Python bindings
Tue, 13 Jan 2009 19:29:59 +0000 Gustavo J. A. M. Carneiro merge
Tue, 13 Jan 2009 19:28:26 +0000 Gustavo J. A. M. Carneiro Bug 375: Ctrl-C does not always work when running Python simulations
Tue, 13 Jan 2009 19:27:44 +0000 Gustavo J. A. M. Carneiro Make Simulator::IsFinished () take into account the stop time. Needed to run custom simulation loops (see bug 375)
Tue, 30 Dec 2008 11:35:31 -0800 Tom Henderson fix for bug451-- arp cache
Mon, 12 Jan 2009 18:46:28 +0000 Gustavo J. A. M. Carneiro Don't set a value for env['INCLUDEDIR']; pointless as it is not used. Should fix bug #466.
Mon, 12 Jan 2009 18:45:03 +0000 Gustavo J. A. M. Carneiro Bug 467: waf configure enables python after detecting pybindgen is missing
Mon, 12 Jan 2009 13:40:38 +0100 Mathieu Lacage add wifi features to release notes
Mon, 12 Jan 2009 13:36:19 +0100 Mathieu Lacage merge
Mon, 12 Jan 2009 13:35:41 +0100 Mathieu Lacage add wifi multicast support. Based on patch by Mauchle Fabian.
Mon, 12 Jan 2009 11:25:51 +0000 Gustavo J. A. M. Carneiro Put back the variable NSC_RELEASE_NAME in the wscript; it is read by the download script in allinone.
Sun, 11 Jan 2009 23:26:34 +0000 Gustavo J. A. M. Carneiro Don't build or fetch NSC/pybindgen, those tasks are now moved to ns-3-allinone
Sun, 11 Jan 2009 17:51:20 +0000 Gustavo J. A. M. Carneiro Upgrade WAF; fix Darwin (OSX) build problems.
Sat, 10 Jan 2009 19:05:32 +0000 Gustavo J. A. M. Carneiro Gracefully ignore missing pkg-config
Sat, 10 Jan 2009 00:46:24 +0000 Gustavo J. A. M. Carneiro Append the NSC kernel dirs to LD_LIBRARY_PATH
Fri, 09 Jan 2009 13:18:29 +0100 Mathieu Lacage rescan python
Fri, 09 Jan 2009 13:18:24 +0100 Providence.Salumu bug 412: support more arguments in callbacks.
Fri, 09 Jan 2009 11:44:13 +0000 Gustavo J. A. M. Carneiro merge
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 tip