Eduardo Almeida
1f438ce6f4
Fix clang-tidy modernize-use-auto warnings
2023-09-18 00:36:46 +01:00
Gabriel Ferreira
6f076416e7
Fix typos
2023-02-21 22:29:29 -03:00
Eduardo Almeida
c5371d938c
Fix clang-tidy readability-make-member-function-const warnings
2023-02-21 16:09:35 +00:00
Eduardo Almeida
e3b8bc49b5
Fix casing of classes, structs and enums to start with an uppercase letter
2022-12-28 18:15:44 +00:00
Eduardo Almeida
4930479af4
Remove enum / struct specifiers when declaring the variable's type
2022-12-05 19:05:45 +00:00
Eduardo Almeida
18225243f2
examples: Add missing return 0
2022-11-29 21:33:09 +00:00
Eduardo Almeida
b9562ba520
Fix formatting of braced-init-lists by adding trailing comma
2022-11-24 16:13:09 +00:00
Eduardo Almeida
7c182618ed
Fix clang-tidy readability-redundant-string-cstr warnings
2022-10-28 16:05:20 +00:00
Eduardo Almeida
dfc6fb9d2d
Remove emacs comment from C++ files
2022-10-14 14:13:12 +00:00
Eduardo Almeida
e25ff966fe
Apply clang-format to codebase
2022-10-07 20:08:35 +00:00
Eduardo Almeida
ebb596910c
Fix remaining clang-tidy warnings
2022-10-07 11:48:11 +00:00
Eduardo Almeida
1b78ecc117
Fix clang-tidy readability-braces-around-statements warnings
2022-10-07 11:48:11 +00:00
Eduardo Almeida
4af0fe4b85
Fix clang-tidy modernize-use-nullptr warnings
2022-10-07 11:48:10 +00:00
Peter D. Barnes, Jr
e461e54d5a
Update Ptr validity checks to new Ptr<>::operator bool
2022-08-18 08:59:30 -07:00
Tom Henderson
b6a5ee8151
Run utils/trim-trailing-whitespace.py on codebase
2022-06-05 21:01:11 -07:00
Gabriel Ferreira
e32c177e45
build: remove waf files, tests and references
2022-02-21 22:08:45 -03:00
Tom Henderson
f50ba3169c
wifi: ( fixes #470 ) Update default Wi-Fi standard to 802.11ax
2022-02-14 12:26:32 -08:00
Gabriel Ferreira
41aacec626
build: CMake refactoring
...
Includes:
- refactor build_lib and build_lib_example macros
- unify src and contrib macros
- replace macro with function not to leak definitions
- parse list of arguments
- different cmake-format file for modules to list one item per line
2022-01-28 10:20:18 -03:00
Gabriel Ferreira
a893eba7e3
build: Fix CMake and ns3 script bugs, add a test suite and fix formatting
2021-12-05 21:53:49 +00:00
Gabriel Ferreira
9c876c7f5a
CMake buildsystem
2021-12-01 12:29:55 -08:00
Sébastien Deronne
7c89eaf663
wifi: Remove YansWifiPhyHelper::Default and SpectrumWifiPhyHelper::Default methods
2020-10-26 20:39:16 +00:00
Jordan Dorham
54e8615566
implementing time changes in netanim
2020-09-15 19:37:50 +00: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
Alexander Krotov
8d1b7b1391
Spellcheck the rest of ns-3
2018-06-28 12:51:39 +03:00
Manish Kumar B.
0e330058c2
netanim: ( fixes #2856 ) dumbbell-animation limitation
2018-05-29 19:20:01 -07:00
Sébastien Deronne
a4701f4df8
netanim: Cleanup wifi header inclusions
2018-05-10 22:55:26 +02:00
Sébastien Deronne
1114c33b8d
examples: Fix wrong energy model in wireless-animation
2018-01-07 21:38:00 +01:00
Robert Ammon
855987401e
netanim: Correct Doxygen warnings
2017-04-26 11:42:11 -07:00
Tommaso Pecorella
4bcf4abdda
various: ( fixes #2446 ) Fix comma instead of pipe in Attributes
2016-06-23 23:55:32 +02:00
Sébastien Deronne
4f54ca4f1e
wifi: ( fixes #2116 and #2213 ) Refactor helpers and APIs
2016-02-05 21:48:25 +01:00
miilic
79106b45f2
Bug 2170 - AnimationInterface outputs improperly formed XML
2015-10-01 07:59:09 -07:00
John Abraham
b397d2775e
NetAnim: Cleanup and support for more built-in counters
2014-06-28 09:59:03 -07:00
John Abraham
16187bdb69
NetAnim: Remove obsolete functionalities
2014-04-23 08:30:00 -07:00
Peter D. Barnes, Jr.
cd3da7143d
[doxygen] Revert r10410, r10411, r10412
2014-03-05 17:06:59 -08:00
John Abraham
8181d545fd
NetAnim: Allow metadata as default in the examples
2014-02-09 11:25:35 -08:00
Peter D. Barnes, Jr.
4a5acb6109
One waf to rule them all.
2014-02-07 17:00:28 -08:00
John Abraham
6c81abe28a
NetAnim: Update example to track counters for multiple nodes
2014-01-19 05:58:53 -08:00
John Abraham
50dce179c6
NetAnim: Add sample double counters in the example
2014-01-13 09:01:22 -08:00
John Abraham
cc655b5c49
NetAnim: Implement Node Counter
2014-01-13 05:45:54 -08:00
John Abraham
63445557bc
NetAnim: Demo example must use absolute path
2014-01-12 18:43:41 -08:00
John Abraham
2b72b059ae
NetAnim: Provide opacity setting for background
2014-01-12 11:25:42 -08:00
John Abraham
b24053a707
NetAnim: Add SetBackgroundImage
2014-01-12 10:06:27 -08:00
John Abraham
7885a9a847
NetAnim: Enable transition to 3.105
2014-01-11 07:35:34 -08:00
Evgeny Kalishenko
26b060e979
Whitespaces added according to the coding standard after review
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
Peter D. Barnes, Jr.
5a2488e6db
[doxygen] Suppress "warning: Member NS_LOG_COMPONENT_DEFINE is not documented"
2013-11-14 16:58:56 -08:00
John Abraham
583968784f
NetAnim: Update wireless animation boundary
2013-09-11 08:09:05 -07:00
John Abraham
0784acd280
NetAnim: ASSERT minX, minY conditions in SetBoundary
2013-09-11 08:06:25 -07:00
John Abraham
dde6f449c2
NetAnim: Allow the user to set the boundary
2013-09-11 07:53:45 -07:00