Commit Graph

1121 Commits

Author SHA1 Message Date
Eduardo Almeida
df4dd4a99d doc: Update coding-style.rst with modernize-use-auto check 2023-09-18 00:36:39 +01:00
Eduardo Almeida
1e939ef891 check-style: Add check for #include headers from same module with "ns3/" prefix 2023-09-17 15:59:43 +01:00
Eduardo Almeida
923160b307 doc: Update coding-style.rst with clang-tidy modernize-use-bool-literals check 2023-09-15 16:36:26 +00:00
Eduardo Almeida
f7a02d6265 doc: Add caching performance tips to coding-style.rst 2023-09-13 19:48:01 +01:00
Eduardo Almeida
9bd7a8804f doc: Group coding-style performance topics into dedicated section 2023-09-13 19:44:47 +01:00
Gabriel Ferreira
acef927f99 docs: Update Python bindings docs regarding incompatibility with ARM-based Macs 2023-09-11 18:53:20 -03:00
Eduardo Almeida
ff954319a0 doc: Simplify check-style-clang-format.py usage commands
Remove optional flags to avoid errors from users copy-pasting the commands verbatim.
2023-09-06 23:07:35 +01:00
Gabriel Ferreira
4c15bc6cca doc: dark theme fixes
Aligned with DarkReader
2023-08-26 20:00:08 +00:00
Gabriel Ferreira
7ffbde57a1 docs: document example and test filtering per module feature 2023-08-25 19:06:30 -03:00
Eduardo Almeida
9b334146d9 doc: Update coding-style.rst with clang-tidy check modernize-type-traits 2023-08-24 01:41:29 +01:00
Eduardo Almeida
6003314fa3 doc: Update coding-style.rst with modernize-use-transparent-functors check 2023-08-24 01:35:02 +01:00
Stefano Avallone
c2d40537e5 doc: Update doxygen blacklist filter 2023-08-20 13:57:51 +00:00
Eduardo Almeida
39c625c9ef python: Multiple fixes to Python scripts
- Remove unused imports.
- Fix indentation.
- Remove redundant return.
- Remove ; at the end of the lines.
2023-08-18 11:21:47 +00:00
Eduardo Almeida
4023d05b99 python: Open files using "with" 2023-08-18 11:21:47 +00:00
Eduardo Almeida
20ae6fb2d0 python: Explicitly specify the encoding when opening files 2023-08-18 11:21:47 +00:00
Eduardo Almeida
b20c657523 doc: Sort supported clang-format versions in descending order 2023-08-17 21:01:43 +01:00
Gabriel Ferreira
111814bcd3 doc: add VcPkg and CPM docs 2023-08-15 22:32:45 +00:00
Tom Henderson
54e614d474 doc: Clarify how to list multiple enabled modules 2023-08-07 11:44:36 -07:00
Alberto Gallegos Ramonet
086913b0ca energy: Extensions to battery discharge module 2023-07-24 10:33:49 +09:00
Tom Henderson
d5f9654227 doc: Number the sections in HTML output 2023-07-09 04:12:35 +00:00
Tom Henderson
79e3e8453b doc: Fix various documentation formatting warnings 2023-07-09 00:49:13 +00:00
Tom Henderson
fd5c76a0cb doc: (fixes #923) Instructions on installation to privileged directories 2023-07-09 00:49:13 +00:00
Tom Henderson
0f7e2ee431 Update VERSION and documentation tags for ns-3.39 release 2023-07-05 09:29:46 -07:00
Tom Henderson
5d45bff4c0 doc: Clarify that g++-8 no longer supported 2023-07-04 14:19:20 -07:00
Tom Henderson
08e7748ec4 doc: Fix warning about title underline too short 2023-07-04 14:19:20 -07:00
Tom Henderson
edba072126 doc: (fixes #927) Update Python installation instructions 2023-07-04 14:19:17 -07:00
Tom Henderson
3087ab286a doc: Update ns-3 version in tutorial and installation references 2023-06-27 20:40:12 -07:00
Sébastien Deronne
c7d29b99e1 wifi: Add figure to illustrate impact of TrackSignalsFromInactiveInterfaces attribute 2023-06-22 17:59:28 +02:00
Sébastien Deronne
648a9bcabd wifi: Add figure to illustrate multiple RF interfaces concept 2023-06-22 17:59:28 +02:00
Tommaso Pecorella
1b87e6b72a doc: add missing latex package to doxygen conf 2023-06-14 01:59:14 +02:00
Tom Henderson
b23e65c2bb core: (fixes #905) Move log severity class 'debug' below 'logic' 2023-06-12 03:46:38 +00:00
Tom Henderson
a959eea3d5 wave: Remove wave module from codebase 2023-06-11 08:20:34 -07:00
Tom Henderson
6a3d58e1ea doc: Remove references to Installation wiki from tutorial 2023-06-10 15:55:27 +00:00
Eduardo Almeida
6643f11708 doc: Update coding-style.rst with guidelines for constants 2023-06-08 19:28:41 +00:00
Eduardo Almeida
c752ce2630 docs,wifi: Remove emacs lines 2023-06-08 17:49:57 +00:00
Gabriel Ferreira
ec9d26acd9 bindings: package ns-3 as a pip wheel
Includes:
- Python examples to test Brite, Click and Openflow
- CI jobs for manylinux packaging of pip wheel
- Support for Linux distributions with lib and lib64 directories
- Configuration of RPATH not to require setting LD_LIBRARY_PATH

Signed-off-by: Gabriel Ferreira <gabrielcarvfer@gmail.com>
2023-05-29 22:36:32 -03:00
Eduardo Almeida
b21189f015 doc: Add boolean simplifications guidelines to coding-style.rst 2023-05-07 14:51:37 +00:00
Eduardo Almeida
e502847caf utils, doc: Add --verbose option to check-style-clang-format.py 2023-04-24 13:19:49 +00:00
Yikun Wang
747b1bf94e doc (fixes #876): Improve dark-mode heading, navigation, and search bars 2023-04-17 08:49:10 -07:00
Tom Henderson
174dbb7e1c doc: Fix broken link on menu bar 2023-03-31 16:21:28 -07:00
Raghuram
8a480ca500 Fixes Dark mode support(issue#829) 2023-03-26 23:27:09 +05:30
Tom Henderson
8a31ae62a2 doc: Update menu headers to include Installation guide 2023-03-20 21:21:39 -07:00
Gabriel Ferreira
540f48c55a Fix additional typos 2023-03-20 02:14:44 +00:00
Tom Henderson
9e4ee888e1 doc: Update ns-3 version in tutorial and installation references 2023-03-14 07:13:27 -07:00
Tom Henderson
3934e2d306 doc: Add Eigen3 installation guidance 2023-03-14 07:13:27 -07:00
Tom Henderson
451399082a doc: Update and align all document indices 2023-03-07 21:58:40 +00:00
Tom Henderson
c7e002558b doc: Add installation guide menu item 2023-03-07 21:58:40 +00:00
Tom Henderson
9e6ee90989 doc: Add installation guide 2023-03-07 21:58:40 +00:00
Peter D. Barnes, Jr
94ba4820e9 doc: asserts, minor edits to logging 2023-02-27 19:52:40 +00:00
Peter D. Barnes, Jr
69f42d5477 doc: fix sphinx warnings 2023-02-27 19:52:40 +00:00