jaredivey
|
86fb3ce8c4
|
Stats remove ns3 nan symbol
|
2024-12-12 20:37:57 +00:00 |
|
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 |
|
André Apitzsch
|
8bc94a1cc3
|
Use SPDX license identifiers
|
2024-09-06 19:32:31 +00:00 |
|
Eduardo Almeida
|
79186a8b8b
|
Fix clang-tidy bugprone-branch-clone warnings
|
2024-05-11 02:56:07 +01: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 |
|
Gabriel Ferreira
|
0f45fcd005
|
build: initialize previously uninitialized variables
|
2023-11-19 12:30:11 -03: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
|
42d6eea6de
|
Remove emacs lines from Python and C++ files
|
2023-05-23 16:20:52 +00:00 |
|
Tommaso Pecorella
|
707860e11c
|
stats: make Histogram::GetBinCount const
|
2023-05-19 23:47:23 +02:00 |
|
Tommaso Pecorella
|
ff12f975b2
|
stats: allow cleaning the content of an histogram
|
2023-05-19 23:43:27 +02: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 |
|
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 |
|
Gabriel Ferreira
|
317fb2cc1e
|
stats: make sqlite-output.h private
Signed-off-by: Gabriel Ferreira <gabrielcarvfer@gmail.com>
|
2023-02-15 14:44:45 +00:00 |
|
Eduardo Almeida
|
971e5c15fa
|
Fix clang-tidy readability-container-size-empty warnings
|
2023-02-02 17:41:31 +00:00 |
|
Peter D. Barnes, Jr
|
f51780101a
|
doc: remove space in nested templates
|
2023-01-05 23:47:13 +00:00 |
|
Peter D. Barnes, Jr
|
700543b01a
|
doc: remove space before paren in code samples
|
2023-01-05 23:47:13 +00:00 |
|
Peter D. Barnes, Jr
|
820c029e8b
|
doc: (void)' -> ()' in documentation
|
2023-01-05 23:47:13 +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
|
f8516626df
|
core, config-store, stats: Fix clang-tidy modernize-use-override warnings
|
2022-10-28 21:47:54 +01: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
|
95e95f8904
|
Fix clang-tidy warnings in brite, click, mpi, openflow, p2p, visualizer
|
2022-10-14 16:58:17 +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
|
afb0f160d4
|
Fix clang-tidy performance-faster-string-find 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 |
|
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 |
|
Eduardo Almeida
|
3e39cb0724
|
Fix formatting of some files before clang-format application
|
2022-10-06 20:41:07 +00:00 |
|
Eduardo Almeida
|
3d9e2d39b7
|
doc: Convert tabs to spaces
|
2022-10-06 19:49:38 +00:00 |
|
Gabriel Ferreira
|
487ad09793
|
stats: Instantiate and export CounterCalculator<uint32_t>
|
2022-09-30 19:14:45 -03:00 |
|
Tommaso Pecorella
|
606eb84448
|
doc: fix doxygen in various examples
|
2022-08-30 20:30:42 +00:00 |
|
Peter D. Barnes, Jr
|
e461e54d5a
|
Update Ptr validity checks to new Ptr<>::operator bool
|
2022-08-18 08:59:30 -07:00 |
|
Gabriel Ferreira
|
c5d0c8efb4
|
bindings: remove pybindgen bindings sources
|
2022-08-01 21:24:02 +00:00 |
|
Tom Henderson
|
ad029f4c79
|
stats: (fixes #698) Relax test tolerance
|
2022-07-08 14:51:15 -07:00 |
|
Tom Henderson
|
b6a5ee8151
|
Run utils/trim-trailing-whitespace.py on codebase
|
2022-06-05 21:01:11 -07:00 |
|
Eduardo Almeida
|
201676fca7
|
Remove "using namespace std;" from codebase
|
2022-05-26 17:14:03 -07:00 |
|
Gabriel Ferreira
|
6473b7ec98
|
build: rollback linking to globally searched libraries
|
2022-05-13 18:50:55 -03:00 |
|