Tom Henderson
6366804af7
Rescan all Python bindings
2018-07-15 12:36:05 -07: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
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
Alexander Krotov
6691af358c
config-store: spelling fixes
2017-08-16 19:01:10 +03:00
Tom Henderson
d9b8695742
config-store: Doxygen updates (based on Robert Ammon's original patch)
2017-05-14 21:26:26 -07:00
Robert R. Schmidt
9f8e72afef
bug 2507: ConfigStore RawTextConfigLoad doesn't reset stream error state
...
Bug report and patch provided by Robert Schmidt on the users' list.
2016-09-27 16:41:02 -07:00
Peter D. Barnes, Jr.
5179503673
Add logging to ConfigStore and RawTextConfig
2016-09-21 14:13:18 -07:00
Tom Henderson
b9e5595665
bindings: Rescan all bindings
2016-09-26 05:33:13 -07:00
Peter D. Barnes, Jr.
38632b0e18
Add CommandLine to all examples
2016-05-27 01:24:32 -04:00
Tom Henderson
9c2389c41a
bindings: Rescan all bindings
2016-08-26 08:04:44 -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
Stefano Avallone
68ae41b061
config-store: ( fixes #2442 ) Do not crash if an object container has a null item
2016-06-29 17:58:03 +02:00
Tom Henderson
178c70829f
bindings: rescan all module bindings
2016-06-02 09:24:07 -07: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
3550057f1a
rescan all Python bindings
2016-03-21 22:02:32 -07:00
Tom Henderson
822ddcb157
bindings: rescan bindings
2016-03-08 22:01:30 -08:00
Tom Henderson
55b0e0147e
rescan bindings
2015-09-07 11:04:33 -07:00
Tom Henderson
8df0d04bbb
add missing copyrights
2015-06-10 07:52:23 -07:00
Peter D. Barnes, Jr.
a2e0ed145a
Missing mode lines.
2015-06-08 16:37:40 -07:00
Tom Henderson
7e773082ae
SetGroupName for config-store module
2015-04-16 21:02:03 -07:00
Tom Henderson
e1108928f1
rescan bindings
2014-12-19 16:22:49 -08:00
Tom Henderson
c41ba4e79a
rescan bindings
2014-10-13 21:25:21 -07:00
Tom Henderson
d471d382ac
rescan bindings
2014-10-07 12:19:52 -07:00
Peter D. Barnes, Jr.
bfdb6ef10a
[Bug 1551] Redux: NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace?
2014-09-26 15:51:00 -07:00
Peter D. Barnes, Jr.
3611bd11a5
[Bug 1551] NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace?
2014-09-26 12:44:13 -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
Hajime Tazaki
5894f2b28b
Bug 1826 - make ns3::Ipv6Interface independent from ns3::IPv6L3protocol
...
for DCE usage of ipv6 linux stack helper
2014-01-13 19:04:56 +09:00
Peter D. Barnes, Jr.
0f42e4c34c
[doxygen] Rename examples classes "A"
2013-11-18 12:39:40 -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.
578f3a1f04
Fix doxygen module references
2013-11-14 16:52:11 -08:00
Tom Henderson
aa99130b08
update bindings
2013-08-27 19:08:05 -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
Vedran Miletić
71e380b55e
Bug 1237 - code cleanups related to includes
2012-09-01 20:57:21 +02:00
Mitch Watrous
f9a2ba716e
Bug 1485 - Setting global properties in config file (raw text) does not have any effect
2012-08-29 08:47:39 -07:00
Mitch Watrous
73b5363a43
Bug 1464 - ConfigStore Save + Load => Could not set default value for ns3::UdpSocketImpl::IcmpCallback
2012-07-11 10:26:41 -07:00
Jaume Nin
a479c64051
Fixed bug 1352 (Object attribute map / vector issue)
2012-05-09 12:03:54 +02:00
Gustavo J. A. M. Carneiro
ccba6ba4f7
Add a --disable-gtk option, to make it easier to run valgrind
2012-03-23 16:05:52 +00:00
Gustavo J. A. M. Carneiro
93fbaf6d0f
Rescan bindings
2012-02-20 09:38:45 -08:00
Gustavo Carneiro / Vedran Miletić
ff86ca198d
Bug 1327 - Version installed ns-3 files
2012-01-11 14:34:14 +00:00
Gustavo J. A. M. Carneiro
05b726cc71
Fix modules wscript usage of 'use' parameter
2011-09-22 13:03:25 +01:00
Gustavo J. A. M. Carneiro
654372b4dd
More pc file fixes
2011-09-20 14:09:37 +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
Mitch Watrous
72df156f34
Make config-store more robust for missing XML libraries
2011-08-18 14:14:52 -07:00
Tom Henderson
416be98fe9
rescan all bindings
2011-08-17 23:01:53 -07:00
Tom Henderson
2c748ecc31
suppress valgrind run of config-store example, until debugged
2011-08-16 21:44:36 -07:00