src/core/wscript
Tue, 19 Apr 2011 08:25:57 +0200 Mathieu Lacage install core-config.h
Sun, 17 Apr 2011 13:58:26 +0200 Mathieu Lacage merge
Wed, 13 Apr 2011 09:08:05 +0200 Mathieu Lacage early work to make python bindings work again with ns-3-time
Wed, 13 Apr 2011 08:35:49 +0200 Mathieu Lacage fix small bugs
Wed, 13 Apr 2011 08:26:47 +0200 Mathieu Lacage merge with HEAD
Wed, 25 Aug 2010 17:16:56 +0200 Mathieu Lacage move int64x64 to src/core/
Fri, 15 Apr 2011 13:03:02 -0700 Mitch Watrous Make examples that were in samples directory run
Wed, 06 Apr 2011 15:32:12 -0700 Mitch Watrous Move tests from core module to its test library and update CHANGES.html
Wed, 06 Apr 2011 12:20:27 -0700 Mitch Watrous Move tests from core module to its test library and update CHANGES.html
Fri, 25 Mar 2011 12:55:27 -0700 Mitch Watrous Move tests from some modules to their test libraries
Fri, 18 Mar 2011 10:58:21 -0700 Mitch Watrous Create separate module and test-module libraries
Fri, 18 Mar 2011 14:43:00 -0400 Josh Pelkey remove unknown wscript entry
Thu, 17 Mar 2011 10:03:56 +0100 Mathieu Lacage typos in email addresses
Sat, 12 Mar 2011 18:34:30 +0000 Gustavo J. A. M. Carneiro Modular Python bindings work (many bug fixes, more modules tested)
Tue, 08 Mar 2011 12:46:53 +0000 Gustavo J. A. M. Carneiro merge
Sun, 07 Nov 2010 23:17:52 +0000 Gustavo J. A. M. Carneiro Start of work on modular Python bindings, unstable
Fri, 18 Feb 2011 16:05:39 -0800 Tom Henderson merge src/simulator into src/core; move src/core to new module layout
Wed, 19 Jan 2011 10:51:11 -0800 Mitch Watrous Make core module not depend on simulator module
Thu, 30 Dec 2010 14:19:48 -0800 Tom Goff bug 903: TapBridge doesn't close cleanly
Mon, 08 Nov 2010 12:02:43 -0800 Tom Henderson fix modularity issue with core module
Tue, 22 Jun 2010 15:44:10 +0200 Quincy Tse bug 933: Flushing ostream and files on abnormal program exit
Tue, 08 Dec 2009 19:56:24 +0100 Mathieu Lacage get rid of last duplicated reference counting implementation
Thu, 12 Nov 2009 13:01:01 +0100 Mathieu Lacage replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
Fri, 06 Nov 2009 17:47:44 +0100 Mathieu Lacage Optimization: use a shared reference counter instead of a per-object counter in Object::Ref/Unref
Wed, 30 Sep 2009 20:26:33 -0700 Craig Dowell Refalgamize test framework to allow multiple test failures
Tue, 29 Sep 2009 20:45:27 -0700 Craig Dowell Remove and replace traced-callback unit tests (bug 675)
Fri, 25 Sep 2009 14:10:28 -0700 Craig Dowell Remove and replace Callback unit test, add examples to test.py
Thu, 24 Sep 2009 23:48:35 -0700 Craig Dowell Remove and replace type traits unit test (bug 675)
Wed, 23 Sep 2009 15:20:41 -0700 Craig Dowell branch merge
Wed, 23 Sep 2009 15:20:23 -0700 Craig Dowell Remove and replace attribute unit tests (bug 675)
Wed, 23 Sep 2009 20:48:43 +0400 Aleksey Kovalenko bug 687: Build failed with GSL in non-default location
Sat, 12 Sep 2009 20:00:36 -0700 Craig Dowell test framework should probably work on all supported machines
Sat, 12 Sep 2009 19:44:17 -0700 Craig Dowell add test and validation framework
Fri, 14 Aug 2009 11:53:23 +0200 Mathieu Lacage introduce Vector2D and Vector3D
Fri, 12 Jun 2009 12:33:37 +0100 Gustavo J. A. M. Carneiro Run unit tests as indenpendent WAF tasks
Mon, 20 Apr 2009 17:39:54 +0100 Gustavo J. A. M. Carneiro Upgrade to WAF 1.5.5
Fri, 27 Mar 2009 09:58:04 -0700 Craig Dowell don't use pthread option under cygwin
Tue, 27 Jan 2009 12:39:43 -0800 Craig Dowell branch merge
Thu, 22 Jan 2009 23:07:34 -0800 Craig Dowell rename object-names.{cc,h} to names.{cc,h} per convention
Tue, 20 Jan 2009 15:47:14 -0800 Craig Dowell add an object name service
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
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
Mon, 29 Dec 2008 13:28:54 +0000 Gustavo J. A. M. Carneiro Upgrade to new WAF, work in progress
Fri, 24 Oct 2008 10:29:06 +0200 Mathieu Lacage bug 339: unconditional assert API.
Fri, 17 Oct 2008 14:15:52 +0200 Mathieu Lacage give attribute power to Callback.
Mon, 08 Sep 2008 12:19:46 +0100 Gustavo J. A. M. Carneiro Detect the pthread.h header file and automatically disable components that cannot build without it.
Tue, 26 Aug 2008 08:41:21 -0700 Mathieu Lacage remove dead code.
Tue, 15 Jul 2008 15:59:57 -0700 Craig Dowell add system threads and synchronization primitives
Wed, 09 Jul 2008 20:11:16 -0700 Mathieu Lacage define NS_DEPRECATED
Thu, 17 Apr 2008 13:42:25 -0700 Mathieu Lacage get rid of Attribute class. Use AttributeValue subclasses directly.
Wed, 09 Apr 2008 11:46:04 -0700 Mathieu Lacage Pointer class for primitive type pointer.
Thu, 27 Mar 2008 15:32:15 -0700 Mathieu Lacage export header.
Thu, 27 Mar 2008 15:28:54 -0700 George F. Riley bug: 147. Add RefCountBase
Sun, 16 Mar 2008 20:55:18 +0100 Mathieu Lacage split code from object.h/object.cc
Wed, 26 Dec 2007 13:40:39 +0000 Gustavo J. A. M. Carneiro Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to.
Mon, 10 Mar 2008 00:27:53 +0100 Mathieu Lacage kill DefaultValue
Mon, 03 Mar 2008 01:58:57 +0100 Mathieu Lacage kill TraceResolver et al.
Wed, 27 Feb 2008 21:41:34 +0100 Mathieu Lacage introduce the ns3::String class, get rid of the string -> Attribute implicit conversion, and get rid of MakeDataRate, port PointToPointNetDevice to Attributes
less more (0) -100 -60 tip