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