Commit Graph

1210 Commits

Author SHA1 Message Date
André Apitzsch
55c2fe7253 build, core, doc, vis: Add license information to third-party files 2024-10-27 13:34:42 +00:00
Eduardo Almeida
ad1a8e9f86 doc: Add Markdown lint section to coding-style.rst 2024-10-18 13:58:03 +01:00
Eduardo Almeida
463e1e4371 Replace formatted apostrophe (’) by simple one (') in docs 2024-10-18 11:42:19 +00:00
Eduardo Almeida
0930c00007 check-style: Add check for file encoding 2024-10-18 10:14:24 +00:00
Eduardo Almeida
b0ce10645b doc: Add --no-license flag for check-style-clang-format.py documentation 2024-10-18 10:14:24 +00:00
Tom Henderson
02e852852c doc: Clarify CMake options for macOS 2024-10-15 19:49:22 +00:00
Tom Henderson
e9631008ec doc: Update ns-3 version in tutorial and installation 2024-10-09 15:35:51 -07:00
Eduardo Almeida
0aa5108cd9 check-style: Add check for SPDX license 2024-10-07 16:50:51 +01:00
Eduardo Almeida
e66a68416b check-style: Fix documentation 2024-10-07 16:37:18 +01:00
Tom Henderson
c27f86ec81 doc: Add coding style rules for ns3::Time and initialization 2024-10-04 16:04:05 +00:00
Tommaso Pecorella
44a872d1b4 doc: check for LaTeX errors 2024-10-02 22:14:50 +02:00
Eduardo Almeida
b5bea66b3f doc: Fix code block rendering due to excessive indentation 2024-09-28 16:32:06 +00:00
Eduardo Almeida
546a281106 doc: Merge doc/contributing.txt into CONTRIBUTING.md 2024-09-17 18:14:44 +01:00
Peter D. Barnes, Jr
c89f33e882 docs: Restore doxygen.conf when a warnings build has been interrupted. 2024-09-12 15:07:54 -07:00
Tommaso Pecorella
603ce30446 core: fix math in RNG docs 2024-09-12 17:58:55 +00:00
André Apitzsch
bd4c735b15 doc: Add SPDX license guidelines 2024-09-06 19:32:31 +00:00
Gabriel Ferreira
4217acc7f6 docs: Update CMake documentation with build_lib refactoring 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
d5772ce048 doc: Update Windows installation regarding dia and texlive with Msys2 2024-08-30 23:57:28 +00:00
Gabriel Ferreira
668ff9ad98 doc: Fix dead urls 2024-08-30 23:57:28 +00:00
Eduardo Almeida
e8ed6a539c Fix Doxygen formatting 2024-08-29 01:03:20 +00:00
Tom Henderson
7a9f664cbe doc: Update MacPorts sphinx dependencies 2024-08-22 17:19:04 +00:00
AlessioBugetti
cc4953ed27 doc: (fixes #1120) Change \returns to \return in coding-style.rst 2024-08-21 10:19:57 +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
Tom Henderson
10f5371ff3 doc: Update sample code in tutorial 2024-08-16 07:16:52 -07:00
Gabriel Ferreira
dd95a36bf0 doc: Partially revert 4597de82, which hides the commit hash on 3-dev version 2024-08-14 18:05:17 +02:00
Gabriel Ferreira
4597de8219 doc: Use git describe --long, and accept 0 or 1 distance to tag as the release 2024-08-09 14:39:33 +02:00
Eduardo Almeida
1d03ba7700 doc: Expand clang-format Git integration instructions 2024-07-01 15:21:36 +01:00
André Apitzsch
215449d4e6 bindings,ci,docs: Raise minimal Python version to 3.8
Python 3.6 and 3.7 are EOL.
2024-06-26 12:27:44 +00:00
André Apitzsch
1e2c304973 core: Add deprecated for ns-3.43 2024-06-04 18:21:11 +00:00
Tom Henderson
5493e7115c doc: Update ns-3 version in tutorial and installation references 2024-05-29 17:10:00 +00:00
Tom Henderson
8282f5dc83 wifi: WifiPhyRxTraceHelper documentation 2024-05-27 19:04:46 -07:00
pagmatt
63b7032101 antenna: Add CircularApertureAntennaModel 2024-05-24 17:23:26 -07:00
Peter D. Barnes, Jr
00001c5379 docs: expand deprecation macros as defined 2024-05-23 16:33:20 +00:00
Gabriel Ferreira
e26e3d3fe4 docs: Update python documentation 2024-05-20 14:14:11 +00:00
Gabriel Ferreira
01138ef2d7 (fixes #161) Deprecate EventId::IsRunning() and replace it with EventId::IsPending() 2024-05-14 12:40:54 -03:00
Eduardo Almeida
cde8b2ff87 doc: Update coding-style.rst with clang-tidy bugprone-branch-clone 2024-05-11 01:06:35 +01: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
Eduardo Almeida
65e9fb7427 Fix trailing whitespace, tabs and indentation 2024-04-26 14:46:05 +00:00
Gabriel Ferreira
d8174c1ac8 bindings,docs: Update docs and script to support Cppyy 3 2024-04-22 22:25:34 +02:00
Eduardo Almeida
29d820a82c doc: Disable Doxygen's STRIP_CODE_COMMENTS 2024-03-25 14:23:14 +00: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