Steven Smith
dded72e02e
build: ( fixes #217 ) Guard compilation of example used as a test
...
* Added documentation to ExampleAsTestSuite on the need for this guarding
* Updated with Peter's patch for examples-as-test placeholders in wscripts
2020-06-08 09:35:50 -07:00
Tom Henderson
5eea3c0270
bindings: Rescan all APIs
2020-06-07 11:38:26 -07:00
Peter D. Barnes, Jr
70764840d1
mob: mob: Clarify RandomDiscPositionAllocator behavior.
2020-05-15 13:25:20 -07:00
Peter D. Barnes, Jr
c73b321b42
mob: fix RandomDisc docs for SetRho and SetTheta
2020-05-15 09:49:28 -07:00
hax0kartik (GCI 2019)
1f3735f6f0
Replace calls to Scheduler::Remove(EventId) with EventId::Cancel
2020-05-13 00:08:08 +00:00
Tom Henderson
e99ae43138
bindings: rescan all APIs
2020-05-11 22:07:00 -07:00
Peter D. Barnes, Jr
b23be18b3b
Use CommandLine cmd (__FILE__) instead of COMMANDLINE macro.
...
This in effect replaces commit 5e624d550
2020-05-01 14:42:53 -07:00
Peter D. Barnes, Jr
5e624d5504
doc: Use the new COMMANDLINE macro in every example
2020-04-27 16:20:09 -07:00
ZorazeAli
2fec7d7c0d
mobility,buildings: Rescan APIs
2020-04-12 00:56:30 +02:00
ZorazeAli
0a0e7847a6
mobility,buildings: Move the code to check box and line intersection to box class
...
mobility: Also add a UNIT test to check box and line intersectioni
see merge request !244
2020-04-12 00:52:57 +02:00
Tom Henderson
81db931bdc
bindings: rescan all APIs
2020-02-17 13:11:04 -08:00
Tom Henderson
54593cee1b
rescan all APIs
2020-02-11 18:14:45 -08:00
Tom Henderson
468f217d26
bindings: Rescan all APIs
2020-01-12 11:17:22 -08:00
Tom Henderson
80839b33e4
bindings: Rescan all APIs
2019-08-12 17:00:41 -07:00
Tom Henderson
0258405cc6
build: Upgrade scripts to Python 3 (many changes due to Ankit Deepak)
2019-08-12 16:55:34 -07:00
mychele
a7b7de4d46
mobility: ( fixes #11 ) Rectangle::GetClosestSide works for exterior points
2019-04-07 09:45:02 -04:00
Tom Henderson
3a7f6a1c06
bindings: Rescan all APIs
2018-11-14 11:53:21 -08:00
Michele Polese
4ebc14d7dc
mobility: ( fixes #2860 ) set z coordinate for many position-allocation classes
2018-10-12 13:22:49 +02:00
Tom Henderson
1e986d449c
mobility: Allow AssignStreams after construction for SteadyStateRwpMobility
...
The SteadyStateRandomWaypointMobilityModel should support AssignStreams()
after object construction, but prior to this patch, it would cause a
segmentation fault until after initialization. The initial benefit is
the prevention of test suite failures due to random stream assignment.
2018-10-01 19:36:14 -07:00
Tom Henderson
9deaad5ae7
rescan bindings
2018-08-09 10:14:27 -07:00
Tom Henderson
0b9893a908
Rescan all Python bindings
2018-07-21 16:14:09 -07:00
Tom Henderson
6366804af7
Rescan all Python bindings
2018-07-15 12:36:05 -07:00
Alexander Krotov
00bb6fe7f6
Spellcheck
2018-06-27 10:50:27 +03:00
Tom Henderson
7d9b54aac9
rescan bindings
2018-05-28 22:00:09 -07:00
Tom Henderson
c2a9b2e56b
bindings: Rescan all bindings
2018-03-14 20:38:59 -07:00
Sébastien Deronne
b062d4a43b
Remove double header inclusions
2018-03-08 21:30:31 +01:00
Tom Henderson
ab8735f403
bindings: Update all 32-bit bindings
2017-09-27 21:42:46 -07:00
Tom Henderson
7f00a95f65
bindings: Rescan all 64-bit bindings
2017-09-27 18:51:23 -07:00
Federico Guerra
0650860241
mobility: Allow WaypointMobilityModel to be subclassed
2017-08-16 16:47:41 -07:00
Tommaso Pecorella
8cfc0f1b40
documentation: various test grouping fixes
2017-04-28 02:29:26 +02:00
Robert Ammon
7778696d67
mobility: Doxygen updates
2017-04-15 18:47:36 -07:00
Alexander Krotov
dd3a4d2a43
Use Vector{2,3}D.GetLength ()
2017-04-05 10:56:05 +03:00
Tom Henderson
aed9cae83a
mobility: Add GetSize() method to ListPositionAllocator
2017-03-31 16:12:49 -07:00
Stefano Avallone
9eff4d8251
Rescan python bindings
2017-03-08 18:02:19 +01:00
Tom Henderson
b9e5595665
bindings: Rescan all bindings
2016-09-26 05:33:13 -07:00
Tommaso Pecorella
781e693b98
mobility: add testcase for bug 2390 and fix existing testcase for WaypointMobility
2016-09-12 23:01:55 +02:00
Hossam Khader
621eae31ca
mobility: ( fixes #2390 ) AddWaypoint uses absolute time instead of relative time
2016-09-12 23:02:50 +02:00
Peter D. Barnes, Jr.
38632b0e18
Add CommandLine to all examples
2016-05-27 01:24:32 -04:00
Alexander Krotov
cedee9ea0e
documentation: ( fixes #2481 ) Missing or incorrect group names
2016-08-28 08:00:43 -07:00
Tom Henderson
3989c359ce
bindings: rescan all module bindings
2016-08-20 22:00:50 -07:00
Tom Henderson
f23dc6a347
bindings: rescan all module bindings
2016-07-22 17:45:51 -07:00
Tom Henderson
7f88b04c33
bindings: rescan all module bindings
2016-07-20 16:33:57 -07:00
Tommaso Pecorella
971ace1bfd
Rescan Python bindings
2016-07-16 23:29:23 +02:00
Tommaso Pecorella
afa5de4a78
internet: ( fixes #231 ) Remove SocketAddressTag
...
SocketAddressTag was a long-standing API glitch. It was used to replicate the RecvFrom effect (i.e., to know the source address of packet) without calling RecvFrom.
This option is more harmful than useful, because in case of tunnels the new tag needs to replace the old one. Moreover, there is no real need to create a new API when there is a perfectly working one (i.e., RecvFrom).
2016-06-02 01:16:39 +02:00
Tom Henderson
822ddcb157
bindings: rescan bindings
2016-03-08 22:01:30 -08:00
Tom Henderson
332ea29d8e
rescan all bindings
2016-02-25 11:58:10 -08:00
Tom Henderson
9c5e9b5cf5
rescan bindings
2015-10-11 11:15:57 -07:00
Tom Henderson
55b0e0147e
rescan bindings
2015-09-07 11:04:33 -07:00
Tommaso Pecorella
739eb2dbf3
Bug 2166 - SteadyStateRandomWaypointMobilityModel directs the node to the ground
2015-08-22 17:06:25 +02:00
Peter D. Barnes, Jr.
b1976b6366
Merge
2015-08-18 16:59:27 -07:00