Eduardo Almeida
730ea53f16
Remove ending comments in closing braces
2025-03-11 02:35:32 +00:00
André Apitzsch
f67ff99635
build: Limit scope of MPI definition and include directory
2024-12-07 18:38:56 +01: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
André Apitzsch
8bc94a1cc3
Use SPDX license identifiers
2024-09-06 19:32:31 +00:00
Eduardo Almeida
ba859a0d66
Fix clang-tidy modernize-use-bool-literals warnings
2023-09-15 16:36:26 +00:00
Eduardo Almeida
60b159b817
mpi, spectrum: Add missing header guards to example files
2023-05-15 22:37:25 +01:00
Eduardo Almeida
a93c357141
Fix clang-tidy readability-simplify-boolean-expr warnings
2023-05-07 19:06:35 +01:00
Eduardo Almeida
9a2bf052b8
mpi: Include MPI headers with <> braces
2022-12-03 15:48:33 +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
Tom Henderson
b6a5ee8151
Run utils/trim-trailing-whitespace.py on codebase
2022-06-05 21:01:11 -07:00
Gabriel Ferreira
6473b7ec98
build: rollback linking to globally searched libraries
2022-05-13 18:50:55 -03:00
Gabriel Ferreira
ea7ca9b690
build: include and link to globally searched libraries
2022-05-12 19:15:48 -03:00
Peter D. Barnes, Jr
e6fbf39cf5
mpi: ( fixes #607 ) call CommandLine correctly to generate docs
2022-04-03 14:10:10 -07:00
Gabriel Ferreira
e32c177e45
build: remove waf files, tests and references
2022-02-21 22:08:45 -03:00
Tom Henderson
4cbc131aa4
wifi: ( #470 postfix) Align third-distributed.cc Wi-Fi config with third.cc
2022-02-15 15:32:23 -08:00
Tommaso Pecorella
2182bb0ece
mpi: doxygen fixes
2022-01-30 12:06:53 -06: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
Ameya Deshpande
58aa7cd91c
nix-vector-routing: ( fixes #448 ) Fix NMS examples
...
Signed-off-by: Ameya Deshpande <ameyanrd@outlook.com >
2021-08-30 19:17:57 +02:00
Ameya Deshpande
a80d4c95e0
nix-vector-routing: template-based Nix-Vector Routing - IPv4 and IPv6 compliant.
2021-08-13 23:31:35 +00:00
Steven Smith
5b2f902d04
mpi: (merges !389 ) Enable user to provide an MPI communication context
2020-12-02 20:35:14 -08:00
Sébastien Deronne
4b5a038552
mpi: Fix compilation issue caused by a removed function in wifi module
2020-10-27 18:54:23 +01:00
Tommaso Pecorella
2370746ad2
(mpi): fix dependencies and avoid partial compilation if MPI is disabled
2020-05-12 01:11:51 +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
Parth Pratim Chatterjee
f6a1b295ce
bug:3001 mpi: fix comment
2018-11-05 11:48:13 -08:00
Sébastien Deronne
27f9259e34
mpi: Cleanup wifi header inclusions
2018-05-10 22:55:24 +02:00
Mohit P. Tahiliani
38a0fd1a13
In third.cc restore limit on nWifi due to grid layout.
...
This partially reverts r11418 4d6051f4166f
2016-10-21 18:06:49 -07:00
Tom Henderson
bc4efbf205
nix-vector-routing: post-commit examples fix of 8c4b901ce891
2016-02-06 12:01:47 -08:00
Sébastien Deronne
4f54ca4f1e
wifi: ( fixes #2116 and #2213 ) Refactor helpers and APIs
2016-02-05 21:48:25 +01:00
Tommaso Pecorella
65056f8897
nix-vector-routing: ( fixes #2252 ) Nix needs StaticRouting to work.
...
NixVectorRouting doesn't need anymore to be used along with StaticRouting.
2016-02-03 21:35:37 +01:00
Peter D. Barnes, Jr.
dfd965e6f8
Revert unintentional change of third.cc trace file names, and remove execute bits.
...
These were introduced in 11418:4d6051f4166f.
Reported by Tom Henderson
2015-06-26 11:43:48 -07:00
Peter D. Barnes, Jr.
e9c14c2b54
Bring tutorial third.cc and mpi third-distributed.cc into alignment.
2015-05-18 21:14:10 -07:00
Peter D. Barnes, Jr.
4a5acb6109
One waf to rule them all.
2014-02-07 17:00:28 -08:00
Brian Swenson
f7fc0542e6
Bug 1560 Fixed with vectors
2013-12-13 16:48:08 -05:00
Steven Smith
f780559565
Null message scheduler
2013-12-06 14:57:33 -05:00
Peter D. Barnes, Jr.
8695d856a1
Link to bug num in bug database with \bugid{num}
2013-08-15 12:01:57 -07:00
Brian Swenson
c1ed310393
(bug 1560) temporary workaround for variable-length arrays
2012-12-19 22:15:26 -08:00
Vedran Miletić
ed72cae14b
Fix MPI build (bug 1237 regression).
2012-09-06 16:35:31 +02:00
Vedran Miletić
71e380b55e
Bug 1237 - code cleanups related to includes
2012-09-01 20:57:21 +02:00
Mitch Watrous
261dc3b45a
Replace more instances of RandomVariable with RandomVariableStream
2012-08-20 19:08:45 -07:00
Mitch Watrous
da1cf74f90
Replace various instances of RandomVariable with RandomVariableStream
2012-08-20 14:25:35 -07:00
Tom Henderson
2a2690a003
rerun check-style.py at default level to enforce space after function name
2011-05-22 23:18:47 -07:00
Tom Henderson
34688f76ec
rerun check-style.py with uncrustify-0.58
2011-05-22 22:28:15 -07:00
John Abraham
c2aab68b3f
Bug 1087 Call MPI_Finalize to exit MPI environment
2011-05-13 16:31:25 -07:00
Josh Pelkey
884c3d5324
mpi coding style changes
2011-05-13 14:56:54 -04:00