Commit Graph

84 Commits

Author SHA1 Message Date
Tom Henderson
9e4ee888e1 doc: Update ns-3 version in tutorial and installation references 2023-03-14 07:13:27 -07: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
700543b01a doc: remove space before paren in code samples 2023-01-05 23:47:13 +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
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
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
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
Tom Henderson
fdba90a9bd documentation: Update ns-3 version in tutorial examples 2021-10-01 12:41:22 -07:00
Tom Henderson
ab476ddcde documentation: Add quick start section to ns-3 tutorial 2021-09-22 13:45:39 -07:00
Tom Henderson
9df8ef4b29 doc: Update ns-3 version in tutorial examples 2021-07-14 08:16:40 -07:00
Tom Henderson
380c8548a0 doc: Update ns-3 version in tutorial examples 2021-03-23 21:14:33 -07:00
Tom Henderson
80e0dd0482 doc: Installation path cannot contain spaces 2021-03-23 20:53:08 -07:00
Tom Henderson
ad08b56bb1 documentation: Update tutorial to ns-3.32 2020-10-04 08:00:41 -07:00
Tom Henderson
7f9fe95dd5 documentation: Add recipe to tutorial for git version info 2020-09-27 18:27:55 -07:00
Mathew Bielejeski
cbf04e69e1 build: (fix #259, merge !411) Minimize rebuilds due to git repository update
* Add --enable-build-version option to control build version feature
 * Disable build version when --enable-build-version is not specified
 * Update getting started tutorial to reflect the new build option
2020-09-27 16:20:50 -07:00
Tom Henderson
20634ca980 doc: Update build version information in tutorial 2020-08-18 15:56:10 -07:00
Mathew Bielejeski
32e95f8228 Make build information accessible by programs by extracting data from the local git repository (or a standalone file if a git repository is not present).
Changes

* Adds a new class named Version to the core module
* Adds a template file to the core module named version-defines.h.in
* Adds --PrintVersion and --version arguments to the CommandLine class.
* Creates a new waf tool which queries the local git repository and extracts build information from itCreate a waf task to extract version information from git repository
2020-08-11 20:20:05 +00:00
Tom Henderson
270b2cfe3e documentation: Update tutorial references to 3.31 release 2020-06-18 20:47:13 -07:00
Tom Henderson
06865c731f documentation: Prevent overflow of tutorial table 2019-10-31 12:24:40 -07:00
Rediet
a9c54ea956 wifi: Use wifi- prefix for all test-suites and examples
Will enable easier wildcarding
2019-10-08 12:41:32 -07:00
Tom Henderson
cdedc7aea8 documentation: Update tutorial references to 3.30 release 2019-08-13 11:02:46 -07:00
Tom Henderson
c0997bc821 build: (works around #14) add Waf option to run without building 2019-04-03 15:34:32 -07:00
Tom Henderson
9548c0ce9b documentation: Update tutorial to ns-3.29 and conversion to git 2019-01-07 15:27:20 -08:00
Peter D. Barnes, Jr.
83a27c361e docs: sphinx: fix various errors 2018-12-03 18:04:57 -08:00
Tom Henderson
b2158512ec build: (partial fix #2938) Add --disable-werror flag to Waf 2018-08-05 14:23:39 -07:00
Tom Henderson
77115f1280 Update getting started section in tutorial 2018-03-22 19:30:35 -07:00
Tom Henderson
76d3ab7de6 Update tutorial for ns-3.27 2017-10-03 16:35:09 -07:00
Alexander Krotov
4b66cb5ac5 Documentation spelling fixes 2017-09-01 11:40:28 +03:00
Alexander Krotov
359ec07864 Tutorial spellcheck 2017-07-19 11:37:44 +03:00
Tom Henderson
37a474bdd3 update tutorial version number to 3.26 2016-10-03 15:54:51 -07:00
Piyush Aggarwal
86c24f29bd doc: fix sphinx and doxygen build errors 2016-09-29 00:04:27 -04:00
Peter D. Barnes, Jr.
46932fa7b2 build: (fixes #2459) Add ./waf --check-config option to reprint the summary
Add ./waf --check-config option to reprint the summary of optional features
from the configuration
2016-09-19 23:06:16 -07:00
Tom Henderson
16b2f4fd09 documentation: Update references to latest release 2016-03-15 17:23:44 -07:00
Tom Henderson
610b102fa7 add waf --check-profile option 2016-01-06 09:11:14 -08:00