Commit Graph

132 Commits

Author SHA1 Message Date
Tom Henderson
70f3450c5e update bindings 2014-05-30 10:07:22 -07:00
Peter D. Barnes, Jr.
cd3da7143d [doxygen] Revert r10410, r10411, r10412 2014-03-05 17:06:59 -08:00
Tom Henderson
727fa3f326 bindings rescan (another try) 2014-02-23 13:49:13 -08:00
Tommaso Pecorella
b24df55aa8 [Python Bindings] rescan bindings 2014-02-23 08:45:57 +01:00
Vedran Miletić
6acf41814e Move tests outside ns3 namespace 2014-01-02 18:34:30 +01:00
Tom Henderson
88fd0f04eb rescan all bindings 2013-12-16 00:06:41 -08:00
Nicola Baldo
e06996f8a4 Bug 1789 - missing test condition for sigma in buildings-shadowing-test 2013-12-12 18:50:12 +01:00
Nicola Baldo
3647146e3c remove unneeded include 2013-12-12 17:00:09 +01:00
Nicola Baldo
509541bc27 reverted change 10436 for src/buildings 2013-12-12 16:55:56 +01:00
Vedran Miletić
ad96327325 Fix optimized build with Clang 3.2+ (remove unused variables from tests) 2013-11-21 13:49:39 +01:00
Peter D. Barnes, Jr.
e2971f7a72 [doxygen] More suppress "warning: Member NS_OBJECT_ENSURE_REGISTERED is not documented" 2013-11-14 17:11:41 -08:00
Peter D. Barnes, Jr.
5a2488e6db [doxygen] Suppress "warning: Member NS_LOG_COMPONENT_DEFINE is not documented" 2013-11-14 16:58:56 -08:00
Peter D. Barnes, Jr.
d75ff3559e doxygen] Suppress "warning: Member NS_OBJECT_ENSURE_REGISTERED is not documented" 2013-11-14 16:58:28 -08:00
Peter D. Barnes, Jr.
1c3e6149ab Models source highlighting 2013-11-14 16:57:21 -08:00
Tom Henderson
b119930437 update buildings bindings 2013-11-05 13:52:45 -08:00
Nicola Baldo
85b60bc541 more user docs for the buildings module 2013-10-23 19:11:40 +02:00
Biljana Bojovic
fe8adfc8f3 added FixedRoomPositionAllocator 2013-10-23 17:55:36 +02:00
Vedran Miletić
f781366d2e Fix compilation with Clang 3.2 and newer versions, including Apple Clang 5.0
Clang 3.2 requires all class members to be used in the code; this patch either removes class members that are not used or adds NS_UNUSED/NS_UNUSED_GLOBAL around them. Thanks to Andrey Mazo and Tommaso Pecorella for review.
2013-10-20 12:46:27 +02:00
Tom Henderson
c5971345d1 hg root cannot be used on non-mercurial repositories 2013-09-06 18:46:39 -07:00
Tom Henderson
aa99130b08 update bindings 2013-08-27 19:08:05 -07:00
Peter D. Barnes, Jr.
24f144493f Fix quoting error 2013-08-06 15:34:02 -07:00
Tom Henderson
a8673b52f2 update bindings 2013-08-01 09:35:13 -07:00
Nicola Baldo
82d158cfc0 fixed bug in buildings-pathloss-profiler example 2013-07-31 19:48:46 +02:00
Nicola Baldo
dbc19eb9f0 addressed the comments in https://codereview.appspot.com/11374043/#msg2 2013-07-29 14:07:42 +02:00
Nicola Baldo
587cee5600 merge ns-3-lena-dev with ns-3-dev 2013-07-16 18:49:00 +02:00
Mitch Watrous
bf886d696f Updatemany modules' Python bindings 2013-07-04 14:27:35 -07:00
Marco Miozzo
ebd5e131a2 Bug-fix: OhBuildingsPropagationLossModel::GetLoss() move from DynamicCast to GetObject 2013-06-17 13:35:16 +02:00
Marco Miozzo
0048098e04 Update error message in OhBuildingsPropagationLossModel with new MobilityBuildingInfo 2013-06-17 13:02:58 +02:00
Marco Miozzo
18269c91d6 Minor updates to documentation on building mobility info in lte section 2013-06-04 16:57:16 +02:00
Marco Miozzo
bce8b491aa Update building module documentation with MobilityBuildingInfo 2013-06-04 16:30:14 +02:00
Marco Miozzo
9f88fcc217 Remove Install method with building from the BuildingsHelper 2013-06-04 16:29:06 +02:00
Marco Miozzo
efd46793d4 Renaming of file buildings-mobility-model in mobility-building-info 2013-06-04 12:11:39 +02:00
Marco Miozzo
58b5a3b10b Move from BuildingsMobilityModel to BuildingMobilityInfo source, tests and examples 2013-06-03 17:01:52 +02:00
Peter D. Barnes, Jr.
5cd2be069a Use a common portable pdf rescaling script. 2013-05-31 12:03:40 -07:00
Mitch Watrous
b72c268305 Update Python bindings 2013-04-19 17:17:35 -07:00
Vedran Miletić
53ec6a479e Rename Start and DoStart methods to Initialize and DoInitialize
The goal of this patch is to allows us to differentiate the Start/Stop
functionality present in some classes from Initialize/Dispose functionality.
2013-04-19 22:39:55 +02:00
Tom Henderson
89e67bbb33 update python bindings 2013-04-08 12:48:36 -07: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
Nicola Baldo
b69928a648 bug 1563: get rid of default argument value in AddTestCase 2013-03-22 13:14:38 +01:00
Tom Henderson
61f9323e32 update bindings 2012-12-12 13:14:40 -08:00
Tom Henderson
cc613cb57b rescan bindings 2012-10-29 05:33:13 -07:00
Vedran Miletić
71e380b55e Bug 1237 - code cleanups related to includes 2012-09-01 20:57:21 +02:00
Tom Henderson
8ce4da730d remove static random variable from buildings module 2012-08-25 21:39:25 -07:00
Mitch Watrous
f2d5e4b1ae Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream 2012-08-15 18:08:46 -07:00
Mitch Watrous
0d8bb3de72 Replace src/mobility usage of RandomVariable with RandomVariableStream (Patch Set 2) 2012-08-15 15:33:02 -07:00
Peter D. Barnes, Jr.
e4a26b3b70 Fix Sphinx warnings 2012-08-10 12:00:42 -07:00
Peter D. Barnes, Jr.
5322d41c35 Remove temp files after building pdf docs 2012-08-08 12:40:37 -07:00
Peter D. Barnes, Jr.
a8205362b8 Fix Sphinx warnings 2012-07-31 17:31:49 -07:00
Tom Henderson
2796d4ce3f rescan bindings 2012-07-11 21:07:41 -07:00
Nicola Baldo
fa87f19478 fixed bug 1437 - LTE documentation missing figures and references 2012-05-30 14:33:29 +02:00