Gustavo J. A. M. Carneiro
|
988d512b77
|
Correct misspelled BreakpointFallback function implementation; fixes OS X build.
|
2007-08-06 11:55:17 +01:00 |
|
Mathieu Lacage
|
fc7802ea0f
|
avoid fatal error if NS_DEBUG is used before the 'main' function is reached
|
2007-08-04 16:03:08 +02:00 |
|
Gustavo J. A. M. Carneiro
|
bd1932f12c
|
In some places, print debug messages / errors to stderr, not stdout.
|
2007-08-02 14:48:36 +01:00 |
|
Gustavo J. A. M. Carneiro
|
d272bd4e05
|
Replace the stdout "warning" with a NS_FATAL_ERROR
|
2007-08-02 14:47:51 +01:00 |
|
Gustavo J. A. M. Carneiro
|
67e42e8600
|
Bug #7: Better breakpoints.
|
2007-08-02 13:59:08 +01:00 |
|
Mathieu Lacage
|
2476dd4474
|
merge with trunk
|
2007-08-01 19:52:59 +02:00 |
|
Mathieu Lacage
|
2319629592
|
fix bug 59: debug output now goes to stderr.
|
2007-08-01 09:38:09 +02:00 |
|
Gustavo J. A. M. Carneiro
|
8682d0293a
|
WAF: remove the obj.includes = '.' part from modules, since it causes build failure in OS X, and waf was just fixed to enable header files dependency tracking by default without needing to change obj.includes
|
2007-07-28 14:14:16 +01:00 |
|
Mathieu Lacage
|
64a8418674
|
optmize slightly Ptr<T>::Acquire
|
2007-07-27 17:49:04 +02:00 |
|
Mathieu Lacage
|
9d5184bae4
|
add an extra constructor to use when the Create template cannot be used
|
2007-07-27 15:37:05 +02:00 |
|
Mathieu Lacage
|
9033830375
|
fix optimized build
|
2007-07-26 08:18:11 +02:00 |
|
Mathieu Lacage
|
a89dbfad01
|
a small typo
|
2007-07-23 15:24:17 +02:00 |
|
Mathieu Lacage
|
b53716bd7f
|
add operator << (std::ostream)for Ptr<T>
|
2007-07-23 15:23:14 +02:00 |
|
Mathieu Lacage
|
6e9b3d811b
|
add dirtyness tracking to DefaultValueBase
|
2007-07-23 15:22:36 +02:00 |
|
Mathieu Lacage
|
6b827886a0
|
RandomVariableDefaultValue
|
2007-07-23 14:41:34 +02:00 |
|
Mathieu Lacage
|
f6712c7cbd
|
IntegerDefaultValue -> NumericDefaultValue
|
2007-07-23 14:13:03 +02:00 |
|
Gustavo J. A. M. Carneiro
|
57688559b1
|
WAF: add obj.includes = '.' to command waf to do dependency tracking on private header files.
|
2007-07-20 11:12:43 +01:00 |
|
Mathieu Lacage
|
767621d2cb
|
forgot to update waf build scripts
|
2007-08-09 21:16:39 +02:00 |
|
Mathieu Lacage
|
7acaffa841
|
fix testcase
|
2007-07-19 15:10:59 +02:00 |
|
Mathieu Lacage
|
ea7652677d
|
rename traits to handle Ptr<> object pointers
|
2007-07-19 13:53:14 +02:00 |
|
Raj Bhattacharjea
|
600aa2ec16
|
Added Triangularly distributed random variables
|
2007-07-18 17:43:45 -04:00 |
|
Gustavo J. A. M. Carneiro
|
ae8f10ae47
|
WAF: derive the variable NS3_MODULES from the 'all_modules' list in src/wscript, instead of requiring every module to define a configure function to register themselves. This way module registration is done in one place only: src/wscript. Requires module naming conventions, though.
|
2007-07-15 13:04:47 +01:00 |
|
Gustavo J. A. M. Carneiro
|
441a8868a0
|
Fix unit test assertion failure error message (was printing the value instead of the expression itself)
|
2007-07-09 14:31:52 +01:00 |
|
Mathieu Lacage
|
d879c3c54a
|
merge from head
|
2007-06-21 09:40:57 +02:00 |
|
Gustavo J. A. M. Carneiro
|
3b96881ba2
|
Bug 37: NS_TEST_ASSERT_EQUAL
|
2007-06-18 15:55:47 +01:00 |
|
Mathieu Lacage
|
d27fe9ac8e
|
merge
|
2007-06-12 22:54:10 +02:00 |
|
Gustavo J. A. M. Carneiro
|
72622c0755
|
Re-sync WAF build with the latest SConstruct changes.
|
2007-06-12 14:05:01 +01:00 |
|
Mathieu Lacage
|
c6f42b1cff
|
constify Callback::IsNull
|
2007-06-07 12:30:52 +02:00 |
|
Mathieu Lacage
|
01f37ccb65
|
rename MakeNewObject to Create
|
2007-06-04 16:32:37 +02:00 |
|
Gustavo J. A. M. Carneiro
|
65aca43f3f
|
WAF: make all ns3 modules register themselves in the environment; link the run-tests program with all ns3 modules, not with a hardcoded list.
|
2007-06-15 15:19:38 +01:00 |
|
Mathieu Lacage
|
8eef599aa6
|
add public Callback::GetImpl
|
2007-05-31 13:44:40 +02:00 |
|
Mathieu Lacage
|
65f215eee2
|
add a new overloaded Assign method
|
2007-05-31 11:03:26 +02:00 |
|
Mathieu Lacage
|
18c3f768a3
|
small typo
|
2007-05-25 21:28:38 +02:00 |
|
Mathieu Lacage
|
0e277a28d8
|
improve dox
|
2007-05-25 21:27:58 +02:00 |
|
Mathieu Lacage
|
44007809fd
|
size of element is pointer, not value
|
2007-05-25 18:51:04 +02:00 |
|
Mathieu Lacage
|
827e1c879e
|
avoid checking for the Object::iid value from within ComponentManager::Register
|
2007-05-25 18:39:02 +02:00 |
|
Mathieu Lacage
|
1a7e6629fb
|
more tests
|
2007-05-25 18:22:22 +02:00 |
|
Mathieu Lacage
|
4164903d0e
|
eliminate memory leak
|
2007-05-25 18:13:01 +02:00 |
|
Mathieu Lacage
|
5bedcf0a1c
|
add dox
|
2007-05-25 18:00:50 +02:00 |
|
Mathieu Lacage
|
f1db331e5d
|
fix buggy assert
|
2007-05-25 17:42:53 +02:00 |
|
Mathieu Lacage
|
3df39a1f78
|
add DefaultValue support for ClassId
|
2007-05-25 15:28:24 +02:00 |
|
Mathieu Lacage
|
59459fc6ca
|
a new ComponentManager API
|
2007-05-25 14:15:03 +02:00 |
|
Mathieu Lacage
|
83dcd91223
|
make Callback use a separate empty type
|
2007-05-25 14:13:23 +02:00 |
|
Mathieu Lacage
|
ca530216ec
|
add a m_disposed field and check it
|
2007-05-25 12:27:40 +02:00 |
|
Mathieu Lacage
|
c2ac40ca00
|
use a 16 bit interface id
|
2007-05-25 12:23:51 +02:00 |
|
Mathieu Lacage
|
14e59ca91a
|
remove buggy assert
|
2007-05-25 12:19:58 +02:00 |
|
Mathieu Lacage
|
cb3ec490a5
|
make QueryInterface const
|
2007-05-25 10:52:58 +02:00 |
|
Mathieu Lacage
|
4358b2fd71
|
port ComponentManager to Object from Interface
|
2007-05-25 10:32:34 +02:00 |
|
Mathieu Lacage
|
6c6a0073bf
|
remove Interface
|
2007-05-25 10:04:38 +02:00 |
|
Mathieu Lacage
|
f86cf8b9c3
|
rename InterfaceObject to Object
|
2007-05-25 10:02:50 +02:00 |
|