Eduardo Almeida
|
85ade4e18d
|
Fix Doxygen comment formatting and typos
|
2022-10-16 14:49:21 +01:00 |
|
Eduardo Almeida
|
f0709d9799
|
core: Fix breakpoint.cc
|
2022-10-15 20:50:57 +01: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
|
453dd70612
|
core, internet, sixlowpan: Declare unused variables as [[maybe_unused]]
|
2022-10-14 13:51:50 +00:00 |
|
Gabriel Ferreira
|
087e71393e
|
core: Fix clang-tidy modernize-use-nullptr warnings
|
2022-10-10 23:31:12 -03:00 |
|
Gabriel Ferreira
|
19433392de
|
core: rework RUNNING_ON_VALGRIND to support Windows in int64x64 tests
|
2022-10-10 20:09:59 -03:00 |
|
Gabriel Ferreira
|
cf96b77c12
|
core: trim short program name for Windows compatibility
|
2022-10-10 20:09:59 -03:00 |
|
Gabriel Ferreira
|
d88afc4379
|
core: replace 32-bit lround (Windows) with llround in Time constructor
|
2022-10-10 20:09:59 -03:00 |
|
Gabriel Ferreira
|
529d30b0da
|
core: handle sigaction on Windows
|
2022-10-10 20:09:59 -03:00 |
|
Gabriel Ferreira
|
10673c56e9
|
core: capture example-as-tests return code directly from ns3
|
2022-10-10 20:09:59 -03:00 |
|
Gabriel Ferreira
|
83099b7bda
|
core: add win32-fd-reader
|
2022-10-10 20:09:59 -03:00 |
|
Gabriel Ferreira
|
14c4221f15
|
core: rename unix-fd-reader.h to fd-reader.h
|
2022-10-10 20:09:59 -03:00 |
|
Eduardo Almeida
|
e25ff966fe
|
Apply clang-format to codebase
|
2022-10-07 20:08:35 +00:00 |
|
Tommaso Pecorella
|
b0c841f63f
|
core, lte: Fix Doxygen warnings
|
2022-10-07 20:02:16 +00:00 |
|
Eduardo Almeida
|
ebb596910c
|
Fix remaining clang-tidy warnings
|
2022-10-07 11:48:11 +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
|
f65238a0db
|
Fix clang-tidy readability-string-compare 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
|
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 |
|
Eduardo Almeida
|
27c86ec146
|
Fix clang-format guards in valgrind.h
|
2022-10-07 11:48:10 +00:00 |
|
Eduardo Almeida
|
b34e5426a5
|
Add clang-tidy guards
|
2022-10-06 21:12:15 +00:00 |
|
Eduardo Almeida
|
6854e62de8
|
Convert tabs to spaces in files largely copied from elsewhere
|
2022-10-06 20:41:07 +00:00 |
|
Eduardo Almeida
|
3e39cb0724
|
Fix formatting of some files before clang-format application
|
2022-10-06 20:41:07 +00:00 |
|
Eduardo Almeida
|
fcb90b1ef6
|
Add clang-format guards to protect code formatting
|
2022-10-06 20:38:36 +00:00 |
|
Gabriel Ferreira
|
a087a9e564
|
core: do not reset the resolution during PeekResolution
|
2022-10-06 16:20:45 +00:00 |
|
Eduardo Almeida
|
bdf80a8f85
|
Fix clang-tidy bugprone-too-small-loop-variable warnings (fixes #758)
|
2022-10-06 10:56:47 +00:00 |
|
Peter Barnes
|
ef2af4c536
|
core: remove unneeded overload for char *
|
2022-10-04 23:08:41 +00:00 |
|
Peter D. Barnes, Jr
|
fd5a6a44a3
|
core: refactor ParameterLogger specializations
|
2022-10-03 20:42:06 +00:00 |
|
Eduardo Almeida
|
0b2e26f3b7
|
core: Fix clang-tidy misc-redundant-expression warning in length-example.cc
|
2022-10-01 12:44:59 +00:00 |
|
Eduardo Almeida
|
820ad760b8
|
Fix clang-tidy readability-redundant-control-flow warnings
|
2022-09-29 20:06:57 +01:00 |
|
Eduardo Almeida
|
657ef5346b
|
core (fix #756): Fix CsvReader::GetValueAs() for char
|
2022-09-29 18:31:16 +00:00 |
|
Stefano Avallone
|
9d5f5563ad
|
core: Pass parameters by reference to ParameterLogger
|
2022-09-27 06:19:01 +00:00 |
|
Eduardo Almeida
|
3544088555
|
core: Declare SYSTEM_PATH_SEP as constexpr
|
2022-09-26 10:19:25 +00:00 |
|
Tommaso Pecorella
|
241867e64f
|
core: fix original bug that slipped back in bf4c4fa9
|
2022-09-17 02:10:01 +02:00 |
|
Tommaso Pecorella
|
bf4c4fa9ef
|
core: partially revert c35d3f5d - some chars must not be escaped
|
2022-09-17 02:07:07 +02:00 |
|
Tommaso Pecorella
|
c35d3f5d0e
|
core: (fixes #744) Fix escape characters in introspected command line
|
2022-09-16 22:51:39 +02:00 |
|
Gabriel Ferreira
|
3bb39bd746
|
build, core: check for experimental std::filesystem and link the additional library if needed
|
2022-09-11 17:17:02 -03:00 |
|
Gabriel Ferreira
|
c9c01e7e2b
|
core: Replace OS specific implementations with std::filesystem
|
2022-09-10 14:41:43 +00:00 |
|
Tommaso Pecorella
|
a181599749
|
core: remove empty.h
|
2022-09-07 21:54:04 +00:00 |
|
Stefano Avallone
|
3e20515664
|
core: Use std::function to implement callbacks
|
2022-09-02 19:04:38 +00:00 |
|
Tommaso Pecorella
|
749eaf3763
|
core: fix doxygen in ptr.h
|
2022-08-30 20:30:42 +00:00 |
|
Stefano Avallone
|
4e7f549db8
|
core: Add namespace std to nullptr_t
Fix build with clang++ 14.0.6 on Linux
|
2022-08-20 15:31:34 +02:00 |
|
Tommaso Pecorella
|
c04254fc75
|
core: (fixes #705) prevents GCC 12 warnings
|
2022-08-18 17:53:33 +00:00 |
|
Peter D. Barnes, Jr
|
b17083d854
|
Refine Ptr general doxy
|
2022-08-18 08:59:30 -07:00 |
|
Peter D. Barnes, Jr
|
36a638287b
|
Deprecate Ptr::Tester
|
2022-08-18 08:59:30 -07:00 |
|