Eduardo Almeida
6ef966c4cf
Replace Doxygen tags using \ with @
2024-11-08 18:05:46 +00:00
Eduardo Almeida
5afa1fd7ef
Use Time() constructor with integer values
2024-11-08 18:01:13 +00:00
Eduardo Almeida
f77250cc92
Use default Time() constructor when initializing 0 time
2024-11-08 18:01:06 +00:00
Eduardo Almeida
3c706947a0
Use Time comparison functions rather than Time(0)
2024-11-08 18:01:00 +00:00
Tommaso Pecorella
7d9afae1af
dsr: clarify limitations
2024-10-29 12:22:10 +01:00
André Apitzsch
8bc94a1cc3
Use SPDX license identifiers
2024-09-06 19:32:31 +00:00
Gabriel Ferreira
e0714d3119
examples: Rename examples that match module libraries names
2024-08-30 23:57:28 +00:00
Eduardo Almeida
0e48e6ce28
Fix formatting of Doxygen verbatim blocks and add missing tags
...
Co-authored-by: Peter D. Barnes, Jr <barnes26@llnl.gov >
2024-06-07 17:31:32 +00:00
Eduardo Almeida
3044f437ad
dsr: Enable Doxygen blocks and remove invalid \unsupported tag
2024-06-07 17:31:32 +00:00
Eduardo Almeida
65a7eccdec
dsr, internet, wifi: Fix spelling typos
2024-05-10 10:38:08 +00:00
Eduardo Almeida
a0dddf3253
Replace variable length arrays by std::vector
...
Variable length array is a C feature, available in C++ when compiler extensions are enabled. Newer versions of the clang compiler flag these issues as errors
2024-03-27 14:51:19 +00:00
André Apitzsch
a5c42bc879
core: Use enum class for TestSuite::Type
2024-03-15 09:27:53 +01:00
André Apitzsch
e46d2a8024
core: Use enum class for TestCase::TestDuration and rename it to TestCase:Duration
2024-03-15 09:27:52 +01:00
Eduardo Almeida
b13f46d78e
dsr: Fix DsrRouteCacheEntry operator==
2024-01-23 03:43:47 +00:00
Gabriel Ferreira
7806ff2e85
build: update LIBRARIES_TO_LINK lists with minimal sets
2023-12-15 13:24:29 -03:00
Eduardo Almeida
be0d02ab51
examples,dsr,lte,olsr,tc: Remove unused config-store includes
2023-12-05 16:22:06 +00:00
Eduardo Almeida
0cb17f8281
Simplify formatting by removing redundant parenthesis and semicolons
2023-10-31 17:59:16 +00:00
Eduardo Almeida
59246fb83d
Fix spelling typos
2023-10-03 00:32:07 +01:00
Eduardo Almeida
1f438ce6f4
Fix clang-tidy modernize-use-auto warnings
2023-09-18 00:36:46 +01:00
Eduardo Almeida
aedd34ca8f
Fix local #include headers by removing the "ns3/" prefix
2023-09-17 17:19:59 +01:00
Eduardo Almeida
2ccfd49c70
dsr: Simplify code with STL alternatives and avoid pointer arithmetic
2023-06-08 20:45:55 +01:00
Eduardo Almeida
f0996725dd
dsr: Remove redundant flow controls, and rework if-else to avoid duplicate code and reduce indentation
2023-06-08 20:45:55 +01:00
Eduardo Almeida
b7a4eaaac8
dsr: Fix variable redeclaration warning
2023-06-08 20:44:39 +01:00
Eduardo Almeida
3e95f4fbd5
core,dsr,netanim: Remove redundant casts when comparing strings
2023-06-06 21:34:20 +00:00
Eduardo Almeida
e103d6d810
core, dsr: Fix clang-tidy warnings
2023-06-01 20:16:40 +00:00
Eduardo Almeida
99c802113b
Remove unnecessary struct specifier
2023-05-13 20:27:17 +00:00
Eduardo Almeida
6ea0a8975e
Remove unnecessary enum specifier
2023-05-13 19:51:45 +00:00
Eduardo Almeida
a93c357141
Fix clang-tidy readability-simplify-boolean-expr warnings
2023-05-07 19:06:35 +01:00
Eduardo Almeida
68ef2890d0
Remove unnecessary enum specifiers
2023-05-01 13:09:06 +00:00
Tommaso Pecorella
bbd24ccdaa
dsr: ( fixes #884 ) Remove broken TxErrorCallback
2023-04-11 22:16:19 +00:00
Gabriel Ferreira
b085bae2bc
dsr: mark operator<<(std::ostream& os, const DsrOptionSRHeader& sr)
...
as [[maybe_unused]]
2023-03-20 02:14:44 +00:00
Gabriel Ferreira
540f48c55a
Fix additional typos
2023-03-20 02:14:44 +00: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
971e5c15fa
Fix clang-tidy readability-container-size-empty warnings
2023-02-02 17:41:31 +00:00
Eduardo Almeida
9a0d17186b
Fix clang-tidy readability-static-accessed-through-instance warnings
2023-01-29 18:11:10 +00:00
Peter D. Barnes, Jr
700543b01a
doc: remove space before paren in code samples
2023-01-05 23:47:13 +00:00
Eduardo Almeida
18225243f2
examples: Add missing return 0
2022-11-29 21:33:09 +00:00
Eduardo Almeida
7c182618ed
Fix clang-tidy readability-redundant-string-cstr warnings
2022-10-28 16:05:20 +00:00
Eduardo Almeida
bfb737a0d9
Remove unnecessary [[maybe_unused]] specifiers
2022-10-24 11:58:49 +00:00
Eduardo Almeida
b048f70912
Fix the [[maybe_unused]] specifier placement to always come after the variable name
2022-10-24 11:58:49 +00:00
Eduardo Almeida
85ade4e18d
Fix Doxygen comment formatting and typos
2022-10-16 14:49:21 +01: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
afb0f160d4
Fix clang-tidy performance-faster-string-find warnings
2022-10-07 11:48:11 +00:00
Eduardo Almeida
c1e7757315
Fix clang-tidy readability-isolate-declaration warnings
2022-10-07 11:48:11 +00:00
Eduardo Almeida
f87b53bbc5
Fix clang-tidy modernize-use-emplace 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
Eduardo Almeida
be07b6487a
Fix clang-tidy modernize-use-override warnings
2022-10-07 11:48:10 +00:00
Eduardo Almeida
6bb6383562
Fix clang-tidy modernize-redundant-void-arg warnings
2022-10-07 11:48:10 +00:00