Eduardo Almeida
7b1e94f7a8
doc: Update coding-style.rst with clang-tidy readability-container-size-empty check
2023-02-02 16:41:12 +00:00
Gabriel Ferreira
69294ddbd8
doc: additional information regarding Waf-to-CMake migration
2023-02-01 16:46:15 +00:00
Eduardo Almeida
4a95f0824a
doc: Update coding-style.rst with clang-tidy readability-static-accessed-through-instance check
2023-01-29 18:11:10 +00:00
Tommaso Pecorella
edbcba3cca
doc: clarify doxygen grouping
2023-01-26 15:32:58 +00:00
Tommaso Pecorella
13dd4f19f5
doc: ( fixes #829 ) add dark mode support to doxygen pages
2023-01-26 15:32:58 +00:00
Tommaso Pecorella
06d0ff20d0
doc: ( fixes #817 ) various fixes highlighted by doxygen 1.9.6
2023-01-26 15:32:58 +00:00
Tom Henderson
d6bf803347
docs: document clean commands for the tutorial
2023-01-22 15:14:42 +00:00
Wouter Overmeire
f523ee2c9d
doc: Add missing colon to test-framework.rst
2023-01-14 07:26:23 -08:00
Peter D. Barnes, Jr
e64d589073
doc: environment variables
2023-01-05 15:49:30 -08: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
Tommaso Pecorella
51721531ef
doc: highlight how to keep your fork in sync with nsnam/master
2022-12-23 05:30:24 +00:00
Eduardo Almeida
5bc9f60f7f
doc: Update coding-style.rst with unneeded typedef in struct and enum
2022-12-22 17:36:30 +00:00
Tommaso Pecorella
f61ab9ac8c
doc: always report the warnings at end of doxygen check
2022-12-20 10:41:41 +00:00
Tom Henderson
9049dc8d63
internet-apps: Add Ping documentation
2022-12-12 12:51:19 +00:00
Wouter Overmeire
c3cf1f7401
doc: Fix typo in tracing.rst
2022-12-07 17:13:04 +00:00
Eduardo Almeida
cd2ec07e37
doc: Update coding-style.rst to not add enum / struct specifiers
2022-12-05 18:50:02 +00:00
Peter D. Barnes, Jr
f7ccc25db4
doc: Fix Sphinx errors
2022-12-04 12:16:04 -08:00
Gabriel Ferreira
4abe5fa5d5
doc: add a NinjaTracing section to the manual
2022-11-27 16:09:31 +00:00
Tommaso Pecorella
a9223622da
network: make addresses ConvertTo public and simplify python scripts
2022-11-25 01:36:26 +00:00
Eduardo Almeida
ae1fb0c451
doc: Update coding-style.rst with trailing comma in braced-init-lists
2022-11-24 16:13:09 +00:00
Tom Henderson
65fa318a0c
doc: Update documentation about making releases
2022-11-02 07:01:09 -07:00
Tom Henderson
ad43a52197
doc: Update release steps for version.cache
2022-11-02 07:00:14 -07:00
Tom Henderson
71d6edf987
doc: Update ns-3 version in tutorial references
2022-10-26 20:58:01 -07:00
Tom Henderson
4022b97d2f
doc: Update Python documentation
2022-10-26 20:57:27 -07:00
Eduardo Almeida
fdef5371aa
doc: Improve coding-style.rst
2022-10-26 18:35:03 +00:00
Gabriel Ferreira
12373157a4
bindings, docs: pass strings via char* to CommandLine.AddValue
...
And supplement memory-management issues section
2022-10-25 23:17:55 -03:00
Eduardo Almeida
d825794fe8
utils, doc: Update check-style-clang-format.py to respect clang-format guards in tabs checking
2022-10-24 21:21:39 +01:00
Eduardo Almeida
aa36e470b9
doc: Improve [[maybe_unused]] coding style guidance
2022-10-24 11:58:49 +00:00
Gabriel Ferreira
642ffe8361
build, doc: add options to run with Heaptrack, Memray or Perf profilers
2022-10-17 23:04:49 -03:00
Eduardo Almeida
00e2a63a84
doc: Minor fix in coding-style.rst
2022-10-17 20:05:49 +01:00
Eduardo Almeida
33ff238ccb
doc, visualizer: Remove obsolete defines
2022-10-15 20:16:21 +00:00
Eduardo Almeida
b2c5bcd032
doc: Remove emacs comment from coding-style.rst
2022-10-14 14:13:12 +00:00
Gabriel Ferreira
6ac24de27c
doc: fix typos in Windows docs
2022-10-12 20:58:14 -03:00
Gabriel Ferreira
8f250053b5
doc: add missing line to default Vagrantfile contents for Windows
2022-10-12 11:31:30 -03:00
Gabriel Ferreira
1c417da685
docs: enable doxygen CREATE_SUBDIRS and DOT_MULTI_TARGETS
...
The first option is nicer to slow filesystems and the second speeds up the build by reusing the same Dot (graphviz) process for multiple steps of a single target
2022-10-10 20:09:59 -03:00
Gabriel Ferreira
72240683a6
doc: Windows section
...
Includes:
- Native Windows shells usage (CMD/PowerShell)
- Unix-like shells (Msys2/Bash)
- Installation instructions
- Packaging instructions for Docker container and Vagrant VM
2022-10-10 20:09:59 -03:00
Eduardo Almeida
78984d28b9
doc: Minor adjustments to coding-style.rst
2022-10-10 19:25:49 +01:00
Eduardo Almeida
e25ff966fe
Apply clang-format to codebase
2022-10-07 20:08:35 +00:00
Eduardo Almeida
2e2c3d7cba
doc: Add clang-tidy to "coding-style.rst"
2022-10-06 21:12:15 +00:00
Eduardo Almeida
3d9e2d39b7
doc: Convert tabs to spaces
2022-10-06 19:49:38 +00:00
Tom Henderson
c72bdf2c37
doc: Update enhancements.rst
2022-10-06 19:49:37 +00:00
Eduardo Almeida
7279f9c135
doc: Update coding style documentation to the new ns-3 style
2022-10-06 19:49:37 +00:00
Peter Barnes
41fed49054
utils: update bench-scheduler to report average and stdev, use 64-bit counters
2022-10-04 23:09:25 +00:00
Eduardo Almeida
a4c576bf38
lr-wpan: Convert spaces to tabs in Makefile
2022-09-28 19:59:32 +01:00
Tommaso Pecorella
68db943fce
lr-wpan: fix model documentation
2022-09-28 20:23:32 +02:00
Gabriel Ferreira
f8846d22ed
build: add STANDALONE option to build_exec and fix static builds
2022-09-24 15:04:53 -03:00
Gabriel Ferreira
81155c18c7
build, docs: Add option to limit build and testing to specified modules
2022-09-19 21:55:26 +00:00
Gabriel Ferreira
604302a417
docs: Fix typos in PCH documentation
2022-09-19 21:55:26 +00:00