Commit Graph

1124 Commits

Author SHA1 Message Date
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
Gabriel Ferreira
6f076416e7 Fix typos 2023-02-21 22:29:29 -03:00
Peter Barnes
7c7d445952 build: document build profiles, assert and log enablement, compiler options 2023-02-16 20:09:49 +00:00
Gabriel Ferreira
0388b7c263 doc: fix dead urls
Signed-off-by: Gabriel Ferreira <gabrielcarvfer@gmail.com>
2023-02-15 14:44:45 +00:00
Eduardo Almeida
f16d0b4200 doc: Improvements to coding-style.rst 2023-02-14 22:05:24 +00:00
Matteo Pagin
3f6f19e701 spectrum: GSoC-22 A simplified channel and beamforming model for ns-3 2023-02-08 14:25:30 +00:00
Tommaso Pecorella
5f0c3c33c5 doc: (fixes #849) disable doxygen dark mode 2023-02-06 20:08:37 +00:00
Tom Henderson
4845e2cbcd doc: Remove outdated tutorial reference to MyApp 2023-02-05 10:09:51 -08:00
Tom Henderson
b4684c3d7c doc: Fix spelling and capitalization errors 2023-02-05 09:00:09 -08:00
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