Commit Graph

181 Commits

Author SHA1 Message Date
Gabriel Ferreira
9b62087072 build: Change default build from -O2 -g to -Os -g 2024-02-27 15:37:32 +01:00
Eduardo Almeida
0b5803a762 antenna, doc, energy, lte, spectrum: (fixes #1034) Fix and remove non-cited references in documentation 2024-02-23 12:30:43 +00:00
Eduardo Almeida
b77d197c07 doc: Do not set documentation language
Sphinx 5.0.0 no longer accepts "language = None". Default behavior is to fallback to English.
2024-02-23 12:30:43 +00:00
Eduardo Almeida
2d04193b54 doc, wifi: Fix rendering of RST code blocks 2024-02-20 11:17:16 +00:00
Tom Henderson
aa8f2a54e8 doc: Update ns-3 version in tutorial and installation references 2024-02-09 13:04:36 -08:00
Tom Henderson
64853768c8 doc: Fix code example (reported by Doug Blough) 2024-02-06 15:06:43 -08:00
Gabriel Ferreira
4dc8f09b14 docs: add note to VSCode regarding the need of the ns-3 library directory in the PATH 2023-12-23 12:51:17 +00:00
Gabriel Ferreira
8f6a3413a4 style: apply black and isort 2023-11-20 21:30:01 -03:00
Martin Quinson
98baaeb9a4 doc: (fixes #978) add project name to copyright string
Fixes an error raised by Sphinx 7.2.6 when SOURCE_DATE_EPOCH is set.
2023-11-19 18:06:57 -03:00
Gabriel Ferreira
3711e9f9db docs: fix dead urls 2023-10-27 00:25:06 -03:00
Tom Henderson
5e0ab22db3 Revert version strings to ns-3-dev 2023-09-27 09:11:52 -07:00
Tom Henderson
dfbe8428e6 Update ns-3 version in tutorial and installation references 2023-09-24 17:45:42 +00: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
0f7e2ee431 Update VERSION and documentation tags for ns-3.39 release 2023-07-05 09:29:46 -07:00
Tom Henderson
3087ab286a doc: Update ns-3 version in tutorial and installation references 2023-06-27 20:40:12 -07:00
Tom Henderson
6a3d58e1ea doc: Remove references to Installation wiki from tutorial 2023-06-10 15:55:27 +00:00
Eduardo Almeida
c752ce2630 docs,wifi: Remove emacs lines 2023-06-08 17:49:57 +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
451399082a doc: Update and align all document indices 2023-03-07 21:58:40 +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
Tom Henderson
d6bf803347 docs: document clean commands for the tutorial 2023-01-22 15:14:42 +00: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
Wouter Overmeire
c3cf1f7401 doc: Fix typo in tracing.rst 2022-12-07 17:13:04 +00:00
Tom Henderson
71d6edf987 doc: Update ns-3 version in tutorial references 2022-10-26 20:58:01 -07:00
Gabriel Ferreira
6ac24de27c doc: fix typos in Windows docs 2022-10-12 20:58:14 -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
3d9e2d39b7 doc: Convert tabs to spaces 2022-10-06 19:49:38 +00:00
Gabriel Ferreira
588a0169d2 doc: update ns3 script options and CHANGES.md 2022-07-08 14:40:26 +00:00
Gabriel Ferreira
820dbeab66 doc: fix wrong uses of ns3 run 2022-07-06 10:06:41 -03:00
Gabriel Ferreira
60e1e4032c fixing dead links 2022-06-18 17:57:05 -03:00
Tom Henderson
b0ec20b41d Fix previous commit trailing whitespace 2022-06-14 08:23:59 -07:00
Tom Henderson
93c4bbd9ac doc: Update stale tutorial information 2022-06-14 08:20:50 -07:00
Tom Henderson
b6a5ee8151 Run utils/trim-trailing-whitespace.py on codebase 2022-06-05 21:01:11 -07:00
Eduardo Almeida
e5e58ebdbc build: Update CMake to use system threads
With the help of Gabriel Ferreira and Tommaso Pecorella.
2022-05-04 19:47:39 +01:00
Tom Henderson
5f3cef954a documentation: Update ns-3 version in tutorial examples 2022-04-29 16:10:45 -07:00
Tom Henderson
81d5efcc39 doc: Update stale tutorial information 2022-04-16 15:18:50 -07:00
Gabriel Ferreira
2298d97452 doc: update build profile docs and add CMake profiling subsection 2022-03-13 21:23:47 +00:00
Gabriel Ferreira
4aedba2f00 build: CMake refactoring and fixes
Includes:
- fix int64x64 parsing order, remove cached entries in macros-and-definitions and in the docs
- update launch.json scratch names
- add a ctest entry per executable
- forward POSIX signal in ns3 (to get segmentation fault)
- prioritize Ninja generator instead of Makefiles
- add tests for unused utils source files
- remove dummy file and add tests to check for unused source files
- add missing examples and clean up unnecessary definitions
- missing feature entry for LTE used by pybindgen
- refactor CMake related filenames
- fix python libraries and include directories bindings
- fix brite example name
- Keep C++ compiler and flags when refreshing
- Disable precompiled headers when Ccache is found
- Mark find_external_library headers as advanced
- consolidate auxiliary files: build-status.py, _cache.py and .lock-waf_sys.platform_build files are merged into .lock-ns3_sys.platform_build
- scan .cc sources used in bindings and update docs
2022-02-21 22:18:42 -03:00
Tom Henderson
f50ba3169c wifi: (fixes #470) Update default Wi-Fi standard to 802.11ax 2022-02-14 12:26:32 -08:00
Gabriel Ferreira
42e320d676 doc: CMake docs 2022-02-08 18:40:09 -03:00
Gabriel Ferreira
33f2ee841b doc: update ns3 API 2022-01-19 16:25:03 -03:00
Tom Henderson
4ee323f8fd build: (merges !837) Remove libgcrypt detection 2022-01-13 17:41:39 -08:00
Tom Henderson
12dee93f70 fd-net-device: (merges !811) Remove PlanetLab helper 2022-01-02 11:46:59 -08:00
Tommaso Pecorella
2d3389005b internet: further NSC cleanup 2021-12-17 13:59:48 -08:00
Gabriel Ferreira
91e1ffbd87 doc: Remove ns3 verbose references 2021-12-11 12:04:15 -03:00
Gabriel Ferreira
3c604d5b2e Update docs with CMake and ns3 wrapper 2021-12-01 12:29:56 -08:00