Fri, 30 Jan 2009 10:34:05 -0800 Craig Dowell beef up a couple of comments in example names.cc
Fri, 30 Jan 2009 10:30:07 -0800 Craig Dowell Testmeister Tom found a bug in Names::Add for his shortcut semantics
Tue, 27 Jan 2009 12:39:43 -0800 Craig Dowell branch merge
Fri, 23 Jan 2009 15:18:40 -0800 Craig Dowell Alloc clients to omit /Names/ in Names::Find
Thu, 22 Jan 2009 23:54:11 -0800 Craig Dowell move a function definition in names.cc for a little more clarity
Thu, 22 Jan 2009 23:07:34 -0800 Craig Dowell rename object-names.{cc,h} to names.{cc,h} per convention
Wed, 21 Jan 2009 00:28:47 -0800 Craig Dowell a little more doxygen for object-names.h
Tue, 20 Jan 2009 22:42:11 -0800 Craig Dowell add NamesPriv cleanup for code that doesn't use simulator -- for valgrind-clean runs
Tue, 20 Jan 2009 21:55:04 -0800 Craig Dowell add examples of Config::Set to example names.cc
Tue, 20 Jan 2009 21:16:52 -0800 Craig Dowell fix crasher in config unit tests
Tue, 20 Jan 2009 18:56:33 -0800 Craig Dowell fix crasher in config
Tue, 20 Jan 2009 18:29:06 -0800 Craig Dowell make simple version of Names:Add even simpler. Use that in examples/names.cc
Tue, 20 Jan 2009 17:39:18 -0800 Craig Dowell Brute force all of the helpers to use object name service
Tue, 20 Jan 2009 15:47:14 -0800 Craig Dowell add an object name service
Tue, 10 Feb 2009 17:15:06 +0000 Gustavo J. A. M. Carneiro examples/first.cc ported to Python
Tue, 10 Feb 2009 17:14:41 +0000 Gustavo J. A. M. Carneiro Fix waf --pyrun bug
Mon, 09 Feb 2009 19:09:07 +0000 Gustavo J. A. M. Carneiro Fix TagBuffer::ReadU64 bug.
Tue, 03 Feb 2009 06:56:47 -0800 Tom Henderson branch merge
Tue, 03 Feb 2009 06:56:14 -0800 Tom Henderson start a manual section on new models
Sun, 01 Feb 2009 13:44:29 +0000 Gustavo J. A. M. Carneiro Skip the real-time udp echo test if real-time support not compiled in.
Sat, 31 Jan 2009 21:22:04 +0000 Gustavo J. A. M. Carneiro Upgrade waf to 1.5.3; closes #474.
Fri, 30 Jan 2009 19:28:00 +0000 Gustavo J. A. M. Carneiro Skip the NSC-based regression test on non-linux platforms
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
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip