Commit Graph

10497 Commits

Author SHA1 Message Date
Tommaso Pecorella
06beb889b1 Backed out of changeset 10495:e877c029ed3e 2013-12-11 10:03:06 +01:00
Tommaso Pecorella
ef9dc2aadc Bug 1812 - example/stats wifi program manual is erroneous 2013-12-11 10:00:06 +01:00
Tommaso Pecorella
9499558186 Pretty-print IPv6 addresses and routing tables 2013-12-10 19:54:12 +01:00
Tommaso Pecorella
865faaa288 Fix Changes.html - 6LoWPAN is a new API 2013-12-10 19:56:16 +01:00
John Abraham
89c36100ae NetAnim: Update version 2013-12-10 09:01:08 -08:00
Evgeny Kalishenko
26b060e979 Whitespaces added according to the coding standard after review 2013-12-10 09:12:38 +04:00
Evgeny Kalishenko
c612fe086a "Contribution" tags added 2013-12-10 09:12:38 +04:00
Evgeny Kalishenko
5cb5bc407f Battery source added for apNode in Wireless-animation example 2013-12-10 09:12:38 +04:00
Evgeny Kalishenko
4251cddf3d Debug: correct string end in case of battery charge serialization 2013-12-10 09:12:38 +04:00
Evgeny Kalishenko
31b66adf3d Remaining energy tracing test simplification: object factories removed 2013-12-10 09:12:38 +04:00
Evgeny Kalishenko
ae1c7e1209 Test for NS-3 netanim module added with remaining energy tracing 2013-12-10 09:12:38 +04:00
Evgeny Kalishenko
6ee55d25a2 Added remaining energy tracing (Task #4593) 2013-12-10 09:12:38 +04:00
Peter D. Barnes, Jr.
2a479f198a Add options to filter by module or regular expression. 2013-12-10 08:02:07 -08:00
Daniel Lertpratchya
198b05a384 [doxygen] wifi module 2013-12-10 10:48:51 -05:00
Tom Henderson
d2a821bfa7 add sixlowpan bindings 2013-12-09 09:28:17 -08:00
Tom Henderson
bafc4932e7 make copy constructors implicit, for bindings generation 2013-12-09 09:27:55 -08:00
Tommaso Pecorella
a8305cea49 Fix erroneous use of make_pair in sixlowpan 2013-12-07 14:30:03 +01:00
Tommaso Pecorella
f27ed705b5 6LoWPAN module 2013-12-07 08:08:53 +01:00
Peter D. Barnes, Jr.
229afd99d0 Fix bug reported by Daniel Lertpratchya <nikkipui@gmail.com>:
On Dec 6, 2013, at 8:28 AM, Daniel Lertpratchya <nikkipui@gmail.com>
 wrote:
I recently ran the doxygen.warnings.report.sh script and I got the
following error. I tried on a fresh copy of ns-3-dev and Brian
also has the same problem.

'build' finished successfully (1.649s)

Rebuilding doxygen docs with full errors...Done.
mv: missing destination file operand after ‘doc/doxygen.log’
Try 'mv --help' for more information.
No filters.

cat: doc/doxygen.warnings.log: No such file or directory
grep: doc/doxygen.warnings.log: No such file or directory
cat: doc/doxygen.warnings.log: No such file or directory

On Dec 6, 2013, at 10:36 AM, Daniel Lertpratchya <nikkipui@gmail.com>
 wrote:
I think doxygen.warnings.report.sh line 150 should be changed from
$log to $LOG. That seems to fix the problem for me.
2013-12-06 13:37:03 -08:00
Tom Henderson
c1c272ccef add applications dependency to src/wave (for the test suite) 2013-12-06 12:53:42 -08:00
Steven Smith
f780559565 Null message scheduler 2013-12-06 14:57:33 -05:00
Vedran Miletić
df005f262e Introduce additional Time units (Year, Day, Hour, Minute) 2013-12-06 19:42:02 +01:00
Tom Henderson
c9d57eae6d fix signed/unsigned integer comparison 2013-12-06 07:43:09 -08:00
Peter D. Barnes, Jr.
0e2e602eb6 Remove .sh and .txt from .hgignore 2013-12-05 14:32:59 -08:00
Tom Henderson
ed1bf7577e rescan uan bindings 2013-12-05 07:49:33 -08:00
Peter D. Barnes, Jr.
ca69a3255e Tweak sorting of files. 2013-12-04 15:52:48 -08:00
Peter D. Barnes, Jr.
43fb06b64c doxygen.warnings.report.sh new functionality.
You can now point to the standard log file, or specific log file.

You can also filter out test and examples.


Usage: doxygen.warnings.report.sh.mod [-eth] [-f <log-file> | -l | -s]

Run doxygen to generate all errors; report error counts
by module and file.

The default behavior is to modify doxygen.conf temporarily to
report all undocumented elements, and to reduce the run time.
The output of this special run is kept in doc/doxygen.warnings.log.
The -f or -l options use alternate log files.

-e  Filter out warnings from */examples/*
-t  Filter out warnings from */test/*

-f  Skip doxygen run; use existing <log-file>.
-s  Skip doxygen run; use existing warnings log doc/doxygen.warnings.log
-l  Skip doxygen run; use the normal doxygen log doc/doxygen.log
Only the first of -f <log-file>, -s, or -l will have effect.

-h  Print this usage message
2013-12-04 15:37:57 -08:00
Peter D. Barnes, Jr.
b6b1371fd1 [doxygen] Uan module 2013-12-04 13:29:04 -08:00
Tommaso Pecorella
1cc097b05a Set correct packet size in IPv4 header after reassembly. 2013-12-04 20:56:33 +01:00
Tommaso Pecorella
1cb6b1dc86 Bug 1802 - FlowMon header deserialization problem with IPv4 fragments 2013-12-02 23:05:14 +01:00
Tom Henderson
d0a414b7d5 add virtual destructor 2013-12-03 17:06:35 -08:00
Tom Henderson
bb98e9ad55 rescan wifi bindings to remove premature TimeUnits bindings 2013-12-03 17:06:13 -08:00
Tommaso Pecorella
668d3df3e5 Fix ErrorChannel Add 2013-12-03 23:04:39 +01:00
Tommaso Pecorella
9106524e8c Fix ErrorChannel Send 2013-12-03 22:49:51 +01:00
Tom Henderson
6c601767c8 add wave bindings 2013-12-03 13:46:53 -08:00
Tom Henderson
82fb571d05 rescan wifi bindings 2013-12-03 13:07:43 -08:00
Tom Henderson
0de0dbca1d improve numerical sorting, and support for analyzing existing file 2013-12-03 11:11:43 -08:00
Junling Bu
044cba4bbd base implementation of the IEEE 802.11p standard 2013-12-03 11:25:59 -08:00
Vedran Miletić
f1f6d27091 Fix doxygen errors in src/network, excluding 'is not documented' missing documentation 2013-12-02 23:02:39 +01:00
Tommaso Pecorella
bd6c92c79f Bug 1807 - Multiple bugs in Ipv4L3Protocol::LocalDeliver 2013-12-02 19:36:49 +01:00
Tommaso Pecorella
de5acedb80 Removed useless class from Internet tests 2013-11-30 12:38:22 +01:00
Tommaso Pecorella
649862bd07 Fix OnOffApplication (clang errors) 2013-11-29 19:33:49 +01:00
Tom Henderson
24c15324a0 rescan lte bindings 2013-11-29 07:43:48 -08:00
Tommaso Pecorella
c60bb0e13c Bug 938 - missing Doxygen in ns-3 (applications model + helper) 2013-11-28 22:26:41 +01:00
Tom Henderson
ba992c272d fix outdated reference 2013-11-27 21:24:31 -08:00
Marco Miozzo
905ba123eb merge 2013-11-27 13:14:03 +01:00
Brian Swenson
d26723ce24 python bindings fix 2013-11-26 10:21:36 -05:00
Marco Miozzo
6c331e9627 merge 2013-11-26 12:18:53 +01:00
Marco Miozzo
70422516a9 fixed Bug 1803 - Lookup /NodeList/4/DeviceList/0/LteEnbRrc/UeMap/0 got no matches 2013-11-26 12:18:33 +01:00
Nicola Baldo
9dd092a374 updated LTE docs for abstract EpcHelper 2013-11-25 12:44:34 +01:00