Mathieu Lacage
|
979b638d6a
|
export sgi-hashmap.h
|
2009-08-25 08:41:04 +02:00 |
|
Guillaume Seguin
|
c11373476e
|
add an ascii writer class
|
2009-08-13 12:54:21 +02:00 |
|
Mathieu Lacage
|
a8e074d6e3
|
new tags
|
2009-06-03 08:49:40 +02:00 |
|
Gustavo J. A. M. Carneiro
|
f19d54fddd
|
Upgrade to new WAF, work in progress
|
2008-12-29 13:28:54 +00:00 |
|
Mathieu Lacage
|
0996a38b84
|
mtag -> tag
|
2008-04-24 16:06:33 -07:00 |
|
Mathieu Lacage
|
96c43a7e26
|
remove now-unused Tags class
|
2008-04-24 16:01:53 -07:00 |
|
Mathieu Lacage
|
2d581766fd
|
a new tag implementation: Mtag
|
2008-04-24 14:52:59 -07:00 |
|
Mathieu Lacage
|
8dc5510518
|
implement Packet::Print
|
2008-03-17 17:37:25 -07:00 |
|
Mathieu Lacage
|
6b9fc231e1
|
remove dead code.
|
2008-03-17 14:49:52 -07:00 |
|
Mathieu Lacage
|
de502593ef
|
make the base Header and Trailer classes virtual.
|
2008-03-17 12:12:17 -07:00 |
|
Mathieu Lacage
|
c7be59d0c1
|
replace PacketPrinter with an iterator
|
2008-03-17 11:45:36 -07:00 |
|
Gustavo J. A. M. Carneiro
|
9cf6137916
|
Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to.
|
2007-12-26 13:40:39 +00:00 |
|
Mathieu Lacage
|
c91b667c13
|
use contrib gnuplot code
|
2007-12-07 08:41:52 +01:00 |
|
Mathieu Lacage
|
6d97118181
|
merge with HEAD
|
2007-11-15 10:18:17 +01:00 |
|
Mathieu Lacage
|
cb0eeaeb32
|
generate gnuplot-compatible data script files
|
2007-11-06 13:30:40 +01:00 |
|
Tom Henderson
|
c3cbbcacd7
|
Add src/common/error-model implementation and example script, and add to NetDevices
|
2007-11-14 20:40:05 -08:00 |
|
Mathieu Lacage
|
072734f7e8
|
move trace code to core module
|
2007-08-10 15:53:43 +02:00 |
|
Mathieu Lacage
|
b392b2a867
|
merge with trunk
|
2007-08-09 09:36:59 +02:00 |
|
Gustavo J. A. M. Carneiro
|
0eca73234a
|
WAF: add new bld.create_ns3_module() and bld.create_ns3_program() methods to make declaration of modules and programs simpler, and allowing us to change how ns-3 is built in a centralized way, without needing to change every module wscript file.
|
2007-08-08 15:10:36 +01:00 |
|
Mathieu Lacage
|
55b4291df0
|
introduce Tag base class similar to Header and Trailer
|
2007-08-08 09:49:56 +02:00 |
|
Mathieu Lacage
|
5c419ea37f
|
remove Chunk base class
|
2007-08-08 09:12:55 +02:00 |
|
Mathieu Lacage
|
77712a63ad
|
work in progress towards a working trace context
|
2007-08-06 17:19:13 +02:00 |
|
Mathieu Lacage
|
93cea27ad8
|
force users to register their header/trailer uid strings by hand rather than do lazy uid allocation.
|
2007-08-04 16:37:16 +02:00 |
|
Mathieu Lacage
|
a454a51939
|
rework the PacketPrinter API and implementation
|
2007-08-04 13:22:08 +02:00 |
|
Mathieu Lacage
|
a5b8f5af68
|
split test code out of the main PacketMetadata code
|
2007-08-03 17:52:21 +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 |
|
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 |
|
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
|
fd479088ec
|
WAF scripts update
|
2007-07-02 18:23:52 +01: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 |
|
Gustavo J. A. M. Carneiro
|
81b081c67d
|
WAF: sync with the last SConstruct change (smartvector.h and smartset.h removed)
|
2007-05-20 18:06:31 +01:00 |
|
Gustavo J. A. M. Carneiro
|
ca2416f431
|
WAF: simplify wscripts using the new chained uselib_local dependencies feature of WAF SVN; now build all samples and examples; add --disable-rpath configure option; add WAF build instructions.
|
2007-05-13 12:46:18 +01:00 |
|
Gustavo J. A. M. Carneiro
|
b2a87732c9
|
Add support for building with WAF
|
2007-05-07 12:01:51 +01:00 |
|