Commit Graph

14 Commits

Author SHA1 Message Date
Tom Henderson
0258405cc6 build: Upgrade scripts to Python 3 (many changes due to Ankit Deepak) 2019-08-12 16:55:34 -07:00
Ankit Deepak
2e82e0a948 Port Python programs to Python 3 2016-02-01 15:27:31 -08:00
Peter D. Barnes, Jr.
3c2f2a51ca Manual chapter on documentation. 2013-12-11 15:18:55 -08:00
Tom Henderson
bd657c5267 improve help string 2013-10-22 06:38:41 -07:00
Vedran Miletić
b656a0cab7 Introduce compound name for static TestSuite declaration and be stricter about allowed module name 2013-04-06 14:58:48 +02:00
Vedran Miletić
f90477b203 Fix INCLUDE_GUARD for helper in create-module.py 2013-04-05 13:54:36 +02:00
Vedran Miletić
ec787b2d61 Fix capitalize in create-module.py for module name containing dash 2013-04-05 13:47:01 +02:00
Vedran Miletić
bbdb4231b3 Upgrade waf to 1.7.10 and fix included wscripts
This is a massive upgrade removing almost all pre-waf 1.6 script code. In addition, this does away with custom pkgconfig.py script for making .pc files and replaces it with waf's builtin mechanism.

Massive thanks to Alex Afanasyev for ideas and bugfixing, to Alina Quereilhac for bugfixing and testing, and to Tom Henderson for thorough testing.
2013-04-01 22:33:46 +02:00
Vedran Miletić
c9152825c2 Fix INCLUDE_GUARD in create-module.py
This patch fixes two separate issues: first, it replaces "-" by "_" in addition to capitalizing module name when creating include guards, second, it names it consistently with the rest of ns-3.
2013-03-28 10:31:56 +01:00
Tom Henderson
f6ddb71154 refer to replace.txt in the documentation template 2013-03-09 00:53:01 -08:00
Tom Henderson
b07cc9783f extend the sample documentation outline 2012-06-04 07:21:37 -07:00
Mitch Watrous
268050d1ce Bug 1423 - extend create-module.py to generate documentation outline 2012-05-08 09:20:58 -07:00
Mitch Watrous
9f61bc316b make create-module.py generate a test skeleton 2011-12-16 18:11:42 -08:00
Gustavo J. A. M. Carneiro
bf815a2591 Add a script to help create new ns-3 modules 2011-09-13 18:51:45 +01:00