Craig Dowell
|
a3556ebe05
|
branch merge
|
2008-10-24 07:13:35 -07:00 |
|
Mathieu Lacage
|
9002d0d27c
|
bug 284: cannot use config paths to get a handle on an object.
|
2008-10-24 12:35:28 +02:00 |
|
Mathieu Lacage
|
3af636f969
|
bug 339: unconditional assert API.
|
2008-10-24 10:29:06 +02:00 |
|
Craig Dowell
|
49e12dc17d
|
structured thread exit methods
|
2008-10-23 15:50:24 -07:00 |
|
Craig Dowell
|
c810ef64a1
|
Apply thread interrupt patch
|
2008-10-23 15:22:38 -07:00 |
|
Mathieu Lacage
|
0f8139fc10
|
bug 382: templated DynamicCast
|
2008-10-20 08:40:32 +02:00 |
|
Mathieu Lacage
|
36c0976a53
|
give attribute power to Callback.
|
2008-10-17 14:15:52 +02:00 |
|
Mathieu Lacage
|
98b197de5a
|
bug 202: header file conflict
|
2008-10-16 12:53:05 +02:00 |
|
Mathieu Lacage
|
eb566b82d3
|
bug 350: operator > missing.
|
2008-10-16 12:17:00 +02:00 |
|
Mathieu Lacage
|
75cba72257
|
Do not assert. Use NS_FATAL_ERROR.
|
2008-09-11 09:54:19 -07:00 |
|
Gustavo J. A. M. Carneiro
|
7c2c80af1b
|
Check the return value of read(); Fixes #336.
|
2008-09-11 15:21:19 +01:00 |
|
Gustavo J. A. M. Carneiro
|
e1f187d38a
|
Detect the pthread.h header file and automatically disable components that cannot build without it.
|
2008-09-08 12:19:46 +01:00 |
|
Mathieu Lacage
|
bf3ad68c92
|
remove dead code.
|
2008-08-26 08:41:21 -07:00 |
|
Raj Bhattacharjea
|
2231b56ebe
|
Make TypeId(const char * name) explicit (bug 281)
|
2008-08-14 13:04:18 -04:00 |
|
Mathieu Lacage
|
d0ff359d01
|
fully qualify class name to use macro outside of ns3 namespace.
|
2008-08-13 10:11:41 -07:00 |
|
Mathieu Lacage
|
524435da19
|
allow attribute setters to fail.
|
2008-08-12 12:55:11 -07:00 |
|
Mathieu Lacage
|
660c536a49
|
use fully-qualified c++ typename to allow using macros outside of the ns3 namespace.
|
2008-07-30 12:44:34 -07:00 |
|
Mathieu Lacage
|
1f86e826e5
|
bug 264: NS_BREAKPOINT never stops the debugger at the right location.
|
2008-07-29 11:19:16 -07:00 |
|
Sebastien Vincent
|
8d844b7502
|
bug 262: fix g++ 4.3 build
|
2008-07-28 08:30:32 -07:00 |
|
Gustavo J. A. M. Carneiro
|
fbf681955e
|
Make the LogComponent* utility functions available for optimized builds as well, albeit as noops. Closes #258.
|
2008-07-25 16:51:40 +01:00 |
|
Unknown
|
d369fc0c61
|
fix darwin build break
|
2008-07-17 18:57:08 -07:00 |
|
Craig Dowell
|
e567e5fec5
|
fix darwin build break
|
2008-07-17 18:45:58 -07:00 |
|
Craig Dowell
|
db748a0000
|
add system threads and synchronization primitives
|
2008-07-15 15:59:57 -07:00 |
|
Mathieu Lacage
|
7b34f76ef7
|
define NS_DEPRECATED
|
2008-07-09 20:11:16 -07:00 |
|
Mathieu Lacage
|
3d6e4532ae
|
avoid direct access to Object::m_tid. Use ObjectBase::GetInstanceTypeId instead.
|
2008-07-08 14:27:45 -07:00 |
|
Mathieu Lacage
|
178567b32b
|
add PythonCompleteConstruct friend for python bindings
|
2008-07-08 10:19:34 -07:00 |
|
Mathieu Lacage
|
11ddb61d96
|
avoid uneeded inline
|
2008-07-08 10:17:18 -07:00 |
|
Mathieu Lacage
|
24693d3bbd
|
add Object::GetReferenceCount
|
2008-07-08 10:16:53 -07:00 |
|
Mathieu Lacage
|
5a35637ab9
|
add RefCountBase::GetReferenceCount.
|
2008-07-08 10:12:38 -07:00 |
|
Mathieu Lacage
|
b07781eead
|
coding style
|
2008-07-08 10:11:55 -07:00 |
|
Mathieu Lacage
|
7f8fcbc547
|
add CalbackImplBase::GetReferenceCount
|
2008-07-08 10:10:26 -07:00 |
|
Mathieu Lacage
|
925136697a
|
avoid pygccxml warning
|
2008-07-02 13:21:56 -07:00 |
|
Mathieu Lacage
|
056c8a7855
|
merge with HEAD
|
2008-07-02 13:21:01 -07:00 |
|
Mathieu Lacage
|
7f91bd111e
|
avoid pygccxml warning.
|
2008-07-02 08:33:47 -07:00 |
|
Mathieu Lacage
|
b93a9aeef4
|
bug 245: build failure with gcc 4.3.x
|
2008-07-02 03:16:36 -07:00 |
|
Craig Dowell
|
89e20b56c9
|
Patch for bug 240
|
2008-06-27 09:32:34 -07:00 |
|
Unknown
|
544f9d1a81
|
Bug 181
|
2008-06-19 14:46:27 -07:00 |
|
Raj Bhattacharjea
|
1aef4543cc
|
bug 181: Normal Variable Infinite Value & Bounds
|
2008-06-13 17:19:53 -07:00 |
|
Mathieu Lacage
|
8559d575f5
|
bug 61: warning must be fatal.
|
2008-06-09 11:39:29 -07:00 |
|
Mathieu Lacage
|
6badc137d9
|
add some doxygen, remove a couple of XXX
|
2008-06-02 10:30:24 -07:00 |
|
Tom Henderson
|
dfb9b7360a
|
Doxygen organization
|
2008-05-29 23:24:10 -07:00 |
|
Mathieu Lacage
|
0c34dea05b
|
kill dead code
|
2008-05-28 10:10:47 -07:00 |
|
Tom Henderson
|
6af434b9f9
|
branch merge
|
2008-05-26 21:41:23 -07:00 |
|
Mathieu Lacage
|
c352b35d3f
|
add NS_LOG_APPEND_CONTEXT
|
2008-05-26 21:00:25 -07:00 |
|
Mathieu Lacage
|
b91e3b0e4c
|
ATTRIBUTE_HELPER_HEADER_2 -> ATTRIBUTE_HELPER_HEADER
|
2008-05-26 20:48:54 -07:00 |
|
Mathieu Lacage
|
0d86d03be0
|
kill ATTRIBUTE_HELPER_HEADER_1
|
2008-05-26 20:44:19 -07:00 |
|
Tom Henderson
|
72dba0d456
|
branch merge
|
2008-05-21 19:00:38 -07:00 |
|
Tom Henderson
|
4c4ef85a93
|
s/ns3::Udp/ns3::UdpSocketFactory
|
2008-05-17 12:08:20 -07:00 |
|
Mathieu Lacage
|
2c57f536e3
|
merge with HEAD
|
2008-05-16 15:52:04 -07:00 |
|
Mathieu Lacage
|
dd4979ef89
|
merge with HEAD
|
2008-05-16 08:52:40 -07:00 |
|