Commit Graph

130 Commits

Author SHA1 Message Date
Alexander Afanasyev
30e6359e85 Adding required PTHREAD dependency to RT library check. Adding missing include to ipv6-address.cc 2011-10-06 10:42:21 -07:00
Gustavo J. A. M. Carneiro
05b726cc71 Fix modules wscript usage of 'use' parameter 2011-09-22 13:03:25 +01:00
frederic.
5f040a5727 Export system-path include. 2011-09-19 09:29:55 +02:00
Gustavo J. A. M. Carneiro
0536f2416f More waf 1.6.7 build fixes 2011-09-12 14:54:27 +01:00
Gustavo J. A. M. Carneiro
c3059b6e68 Upgrade to waf-1.6.7, work in progress 2011-09-08 16:13:40 +01:00
Mathieu Lacage
c3618453d2 refactor ObjectVector generic code into a separate file and introduce ObjectMap. 2011-08-10 11:48:19 -04:00
Mathieu Lacage
f2d7c8f05a introduce Config::Reset 2011-08-03 13:58:10 -04:00
Mathieu Lacage
8a38290eb8 add support for --update-data to test.py, move test runner code to library for modular build, add support for hierarchical tests beyond the previous two-level hierarchy. 2011-07-29 03:38:59 -04:00
Mitch Watrous
1717d90e90 Add manual chapter for adding new modules 2011-05-12 14:13:48 -07:00
Mathieu Lacage
1ea256f802 forgot ns3 postfix 2011-04-19 14:11:12 +02:00
Mathieu Lacage
086d30464b install core-config.h 2011-04-19 08:25:57 +02:00
Mathieu Lacage
7b89cdcd95 merge 2011-04-17 13:58:26 +02:00
Mitch Watrous
6c0d5166e8 Make examples that were in samples directory run 2011-04-15 13:03:02 -07:00
Mathieu Lacage
7ff702d6b1 early work to make python bindings work again with ns-3-time 2011-04-13 09:08:05 +02:00
Mathieu Lacage
8c7070077b fix small bugs 2011-04-13 08:35:49 +02:00
Mathieu Lacage
a2fab881af merge with HEAD 2011-04-13 08:26:47 +02:00
Mitch Watrous
a0ab62ad90 Move tests from core module to its test library and update CHANGES.html 2011-04-06 15:32:12 -07:00
Mitch Watrous
b833bd577c Move tests from core module to its test library and update CHANGES.html 2011-04-06 12:20:27 -07:00
Mitch Watrous
3ea59bed63 Move tests from some modules to their test libraries 2011-03-25 12:55:27 -07:00
Mitch Watrous
28384516a2 Create separate module and test-module libraries 2011-03-18 10:58:21 -07:00
Josh Pelkey
403e100f56 remove unknown wscript entry 2011-03-18 14:43:00 -04:00
Mathieu Lacage
8bc2789ea8 typos in email addresses 2011-03-17 10:03:56 +01:00
Gustavo J. A. M. Carneiro
089fbdcb5c Modular Python bindings work (many bug fixes, more modules tested) 2011-03-12 18:34:30 +00:00
Gustavo J. A. M. Carneiro
fe00899bdc merge 2011-03-08 12:46:53 +00:00
Tom Henderson
df07734f32 merge src/simulator into src/core; move src/core to new module layout 2011-02-18 16:05:39 -08:00
Mitch Watrous
c5b17c156d Make core module not depend on simulator module 2011-01-19 10:51:11 -08:00
Tom Goff
df4d0ece70 bug 903: TapBridge doesn't close cleanly 2010-12-30 14:19:48 -08:00
Tom Henderson
f1fee377ec fix modularity issue with core module 2010-11-08 12:02:43 -08:00
Gustavo J. A. M. Carneiro
311a734e87 Start of work on modular Python bindings, unstable 2010-11-07 23:17:52 +00:00
Mathieu Lacage
d06cbf7879 move int64x64 to src/core/ 2010-08-25 17:16:56 +02:00
Quincy Tse
074a1f7c0e bug 933: Flushing ostream and files on abnormal program exit 2010-06-22 15:44:10 +02:00
Mathieu Lacage
3c10a5c742 get rid of last duplicated reference counting implementation 2009-12-08 19:56:24 +01:00
Mathieu Lacage
1668a400c9 replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations. 2009-11-12 13:01:01 +01:00
Mathieu Lacage
a0ff88e591 Optimization: use a shared reference counter instead of a per-object counter in Object::Ref/Unref 2009-11-06 17:47:44 +01:00
Craig Dowell
c1142f7738 Refalgamize test framework to allow multiple test failures 2009-09-30 20:26:33 -07:00
Craig Dowell
5b8d79baf0 Remove and replace traced-callback unit tests (bug 675) 2009-09-29 20:45:27 -07:00
Craig Dowell
8c2d2cb0dd Remove and replace Callback unit test, add examples to test.py 2009-09-25 14:10:28 -07:00
Craig Dowell
02c9beac45 Remove and replace type traits unit test (bug 675) 2009-09-24 23:48:35 -07:00
Craig Dowell
b40ea0f3b5 branch merge 2009-09-23 15:20:41 -07:00
Craig Dowell
8f7f202b7e Remove and replace attribute unit tests (bug 675) 2009-09-23 15:20:23 -07:00
Aleksey Kovalenko
912e6dc45a bug 687: Build failed with GSL in non-default location 2009-09-23 20:48:43 +04:00
Craig Dowell
05610b3c56 test framework should probably work on all supported machines 2009-09-12 20:00:36 -07:00
Craig Dowell
3ad8ddf899 add test and validation framework 2009-09-12 19:44:17 -07:00
Mathieu Lacage
7e5b776cda introduce Vector2D and Vector3D 2009-08-14 11:53:23 +02:00
Gustavo J. A. M. Carneiro
31af526c8b Run unit tests as indenpendent WAF tasks 2009-06-12 12:33:37 +01:00
Gustavo J. A. M. Carneiro
21914357fb Upgrade to WAF 1.5.5 2009-04-20 17:39:54 +01:00
Craig Dowell
4d1839e95f don't use pthread option under cygwin 2009-03-27 09:58:04 -07:00
Craig Dowell
6b7eeeff77 branch merge 2009-01-27 12:39:43 -08:00
Gustavo J. A. M. Carneiro
d7cf4f2462 Don't use the flag -pthread on darwin to avoid warning message 2009-01-25 15:39:36 +00:00
Gustavo J. A. M. Carneiro
51e6ac3617 Fix 'no newline at the end of file' compilation error in the pthread test 2009-01-25 14:52:09 +00:00