src/core/wscript
2009-11-12 replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
2009-11-06 Optimization: use a shared reference counter instead of a per-object counter in Object::Ref/Unref
2009-09-30 Refalgamize test framework to allow multiple test failures
2009-09-29 Remove and replace traced-callback unit tests (bug 675)
2009-09-25 Remove and replace Callback unit test, add examples to test.py
2009-09-24 Remove and replace type traits unit test (bug 675)
2009-09-23 branch merge
2009-09-23 Remove and replace attribute unit tests (bug 675)
2009-09-23 bug 687: Build failed with GSL in non-default location
2009-09-12 test framework should probably work on all supported machines
2009-09-12 add test and validation framework
2009-08-14 introduce Vector2D and Vector3D
2009-06-12 Run unit tests as indenpendent WAF tasks
2009-04-20 Upgrade to WAF 1.5.5
2009-03-27 don't use pthread option under cygwin
2009-01-27 branch merge
2009-01-22 rename object-names.{cc,h} to names.{cc,h} per convention
2009-01-20 add an object name service
2009-01-25 Don't use the flag -pthread on darwin to avoid warning message
2009-01-25 Fix 'no newline at the end of file' compilation error in the pthread test
2009-01-24 Detect pthread support by compiling a test program with the -pthread switch, not just check for the header file.
2009-01-24 librt is need not for threading primitives but for the real time scheduler
2008-12-29 Upgrade to new WAF, work in progress
2008-10-24 bug 339: unconditional assert API.
2008-10-17 give attribute power to Callback.
2008-09-08 Detect the pthread.h header file and automatically disable components that cannot build without it.
2008-08-26 remove dead code.
2008-07-15 add system threads and synchronization primitives
2008-07-09 define NS_DEPRECATED
2008-04-17 get rid of Attribute class. Use AttributeValue subclasses directly.
2008-04-09 Pointer class for primitive type pointer.
2008-03-27 export header.
2008-03-27 bug: 147. Add RefCountBase
2008-03-16 split code from object.h/object.cc
2007-12-26 Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to.
2008-03-10 kill DefaultValue
2008-03-03 kill TraceResolver et al.
2008-02-27 introduce the ns3::String class, get rid of the string -> Attribute implicit conversion, and get rid of MakeDataRate, port PointToPointNetDevice to Attributes
2008-02-26 EventTraceSource -> TracedCallback, ValueTraceSource -> TracedValue.
2008-02-26 export public header
2008-02-26 A Config class which hooks into the Object Attribute/Tracing system.
2008-02-24 replace IntegerTraceSource with ValueTraceSource
2008-02-23 InitialValue -> GlobalValue
2008-02-22 actually allow connection and disconnection to trace sources registered in TypeIds
2008-02-21 add an IntegerTraceSource which behaves just like an Integer.
2008-02-21 enum-value -> enum
2008-02-21 fp-value -> double
2008-02-21 uint-value -> uinteger
2008-02-21 int-value -> integer
2008-02-21 boolean-value -> boolean
2008-02-21 value-helper.h -> attribute-helper.h
2008-02-21 value-test.cc -> attribute-test.cc
2008-02-21 param-spec-helper.h -> attribute-accessor-helper.h
2008-02-21 remove old helpers
2008-02-20 value.h -> attribute.h
2008-02-18 InitialValue support
2008-02-15 macro-ify
2008-02-13 convert RandomVariable, Rectangle, Vector, and Time to the new Class Helper
2008-02-11 add ObjectVector value support.
2008-02-08 a pretty simple wrapper around TypeId+Parameters: ObjectFactory