Ashish Reddy
82b9b602f6
Fix typos
2025-09-23 16:58:36 +01:00
Tom Henderson
c4c645fe03
doc: Update test documentation
2025-09-15 18:18:01 +00:00
Gabriel Ferreira
280ea6cada
doc: Update test documentation
...
Adding --only-fullness and examples-as-tests entries
2025-09-15 18:18:01 +00:00
Tom Henderson
278156a981
wimax: Remove module from ns-3-dev
2025-09-13 15:12:41 +00:00
Gabriel Ferreira
c2a726d0c7
doc: Add working with Cilicon section
2025-09-09 14:03:45 +02:00
Stefano Avallone
9eee8a345a
core,internet,lte: Prevent calling ConstructSelf in constructors of Object-derived classes
2025-09-04 13:33:46 +00:00
Tom Henderson
ad9f9b0931
doc: Remove references to build.py
2025-08-23 18:02:37 -07:00
Arnav Kapoor
3df0d403e9
doc: ( fixes #1238 ) Improve Time section documentation with example and SetResolution explanation
2025-06-25 23:31:42 +00:00
Tom Henderson
461547ba4d
doc: Update documentation for new ns-allinone package
2025-05-28 18:08:30 -07:00
Tom Henderson
b506ec1bc2
doc: Clarify specialization of GetInstanceTypeId()
2025-03-21 12:07:04 +00:00
Gabriel Ferreira
7f89cbfb53
docs: Add example of profiling and optimization
2025-03-20 16:51:16 -03:00
Gabriel Ferreira
4e48af7621
docs: Update perf build instructions for WSLv2
2025-03-19 17:39:16 -03:00
Tom Henderson
f6c5608c35
doc: Add section on NS3_LOG_ENABLE
2025-02-19 21:24:35 +00:00
Gabriel Ferreira
e7c52a4f4f
build: Scan for modules in the external contrib directory ../ns-3-external-contrib
2024-12-21 18:45:28 +00:00
André Apitzsch
f67ff99635
build: Limit scope of MPI definition and include directory
2024-12-07 18:38:56 +01:00
Gabriel Ferreira
d1cac8ba3e
doc: Add virtual environment section to Python manual
2024-11-10 20:11:29 +01:00
Eduardo Almeida
e0e7f6f0e7
doc: Update coding-style to prefer Doxygen @ tags
2024-11-08 18:05:22 +00:00
Eduardo Almeida
5afa1fd7ef
Use Time() constructor with integer values
2024-11-08 18:01:13 +00:00
Gabriel Ferreira
4217acc7f6
docs: Update CMake documentation with build_lib refactoring
2024-08-30 23:57:28 +00:00
Eduardo Almeida
e8ed6a539c
Fix Doxygen formatting
2024-08-29 01:03:20 +00:00
Sébastien Deronne
73474d22dc
core: Add largest extreme value random distribution
2024-08-20 18:04:33 +00:00
Sébastien Deronne
a9ffe7821e
core: Add laplacian random distribution
2024-08-20 18:04:33 +00:00
Gabriel Ferreira
e26e3d3fe4
docs: Update python documentation
2024-05-20 14:14:11 +00:00
Tom Henderson
a3c19e5d14
doc: Remove references to waf
2024-05-09 23:03:52 +00:00
Gabriel Ferreira
5b6902b5b0
doc: Add a subsection on how to build perf for WSLv2
2024-05-03 18:21:11 +00:00
Gabriel Ferreira
4676dcdb8a
tests: Add test fullness option for test.py when running examples
2024-04-27 21:30:05 +00:00
Gabriel Ferreira
d8174c1ac8
bindings,docs: Update docs and script to support Cppyy 3
2024-04-22 22:25:34 +02:00
André Apitzsch
a5c42bc879
core: Use enum class for TestSuite::Type
2024-03-15 09:27:53 +01:00
André Apitzsch
e46d2a8024
core: Use enum class for TestCase::TestDuration and rename it to TestCase:Duration
2024-03-15 09:27:52 +01:00
Gabriel Ferreira
9b62087072
build: Change default build from -O2 -g to -Os -g
2024-02-27 15:37:32 +01:00
Gabriel Ferreira
098fcb35ec
doc: add a Docker section to the manual
2024-02-25 13:55:35 +00:00
Eduardo Almeida
8e28f1559c
doc, energy, spectrum: Fix typos
2024-02-23 12:30:43 +00: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
Tommaso Pecorella
61750bbd89
doc: improve the manual event description
2024-01-27 20:48:38 +00:00
AlessioBugetti
567566c259
core: (fixes #540) Add Bernoulli and Binomial Distributions
...
- Add BernoulliRandomVariable and BinomialRandomVariable to the random-variable-stream model
- Add BernoulliRandomVariable and BinomialRandomVariable to random-variables.rst
- Add a stanza to main-random-variable-stream.cc for BernoulliRandomVariable and BinomialRandomVariable
- Add tests for BernoulliRandomVariable and BinomialRandomVariable in random-variable-stream-test-suite.cc
- Update RELEASE_NOTES.md and CHANGES.md
2024-01-26 13:39:57 +01:00
Eduardo Almeida
5104b82cff
doc: Fix indentation and rendering of RST code blocks
2024-01-09 18:54:45 +00:00
Gabriel Ferreira
1f1c351156
build: refactor handling of lib/lib64 install directories
2023-12-27 20:23:30 +00:00
Gabriel Ferreira
c5224d8abc
docs: add note regarding CI_DEFAULT_BRANCH settings of gitlab-ci-local
2023-12-23 12:51:17 +00:00
Eduardo Almeida
fc294e9ed2
doc: Fix docs according to clang-tidy modernize-use-equals-delete check
2023-12-09 17:39:27 +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
b99875e866
build: remove leftovers from 5e551a21
2023-11-19 12:30:12 -03:00
Gabriel Ferreira
8a2f4b642c
build: rename optional_visualizer_lib to ns3-optional-visualizer-lib
2023-11-18 19:21:01 -03:00
Gabriel Ferreira
9b7088d363
doc: add note regarding template classes and duplicate TypeId allocation
2023-11-02 23:40:06 +00:00
Alexander Krotov
5704e882a9
doc: replace GDB URL with wiki tutorial
2023-10-27 15:50:16 -03:00
Gabriel Ferreira
c9016a50c1
build: split macros-and-definitions.cmake
2023-10-27 13:19:16 -03:00
Gabriel Ferreira
3711e9f9db
docs: fix dead urls
2023-10-27 00:25:06 -03:00
Eduardo Almeida
59246fb83d
Fix spelling typos
2023-10-03 00:32:07 +01:00
Tom Henderson
56dd03f376
doc: Make small update and fix a typo
2023-09-27 14:55:37 -07:00