Commit Graph

50 Commits

Author SHA1 Message Date
Eduardo Almeida
ff954319a0 doc: Simplify check-style-clang-format.py usage commands
Remove optional flags to avoid errors from users copy-pasting the commands verbatim.
2023-09-06 23:07:35 +01:00
Eduardo Almeida
9b334146d9 doc: Update coding-style.rst with clang-tidy check modernize-type-traits 2023-08-24 01:41:29 +01:00
Eduardo Almeida
6003314fa3 doc: Update coding-style.rst with modernize-use-transparent-functors check 2023-08-24 01:35:02 +01:00
Eduardo Almeida
39c625c9ef python: Multiple fixes to Python scripts
- Remove unused imports.
- Fix indentation.
- Remove redundant return.
- Remove ; at the end of the lines.
2023-08-18 11:21:47 +00:00
Eduardo Almeida
4023d05b99 python: Open files using "with" 2023-08-18 11:21:47 +00:00
Eduardo Almeida
20ae6fb2d0 python: Explicitly specify the encoding when opening files 2023-08-18 11:21:47 +00:00
Eduardo Almeida
b20c657523 doc: Sort supported clang-format versions in descending order 2023-08-17 21:01:43 +01:00
Tom Henderson
d5f9654227 doc: Number the sections in HTML output 2023-07-09 04:12:35 +00:00
Tom Henderson
0f7e2ee431 Update VERSION and documentation tags for ns-3.39 release 2023-07-05 09:29:46 -07:00
Eduardo Almeida
6643f11708 doc: Update coding-style.rst with guidelines for constants 2023-06-08 19:28:41 +00:00
Eduardo Almeida
c752ce2630 docs,wifi: Remove emacs lines 2023-06-08 17:49:57 +00:00
Eduardo Almeida
b21189f015 doc: Add boolean simplifications guidelines to coding-style.rst 2023-05-07 14:51:37 +00:00
Eduardo Almeida
e502847caf utils, doc: Add --verbose option to check-style-clang-format.py 2023-04-24 13:19:49 +00:00
Tom Henderson
451399082a doc: Update and align all document indices 2023-03-07 21:58:40 +00:00
Gabriel Ferreira
6f076416e7 Fix typos 2023-02-21 22:29:29 -03:00
Eduardo Almeida
f16d0b4200 doc: Improvements to coding-style.rst 2023-02-14 22:05:24 +00: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
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
Peter D. Barnes, Jr
700543b01a doc: remove space before paren in code samples 2023-01-05 23:47:13 +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
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
Eduardo Almeida
ae1fb0c451 doc: Update coding-style.rst with trailing comma in braced-init-lists 2022-11-24 16:13:09 +00:00
Eduardo Almeida
fdef5371aa doc: Improve coding-style.rst 2022-10-26 18:35:03 +00: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
Eduardo Almeida
00e2a63a84 doc: Minor fix in coding-style.rst 2022-10-17 20:05:49 +01:00
Eduardo Almeida
b2c5bcd032 doc: Remove emacs comment from coding-style.rst 2022-10-14 14:13:12 +00:00
Eduardo Almeida
78984d28b9 doc: Minor adjustments to coding-style.rst 2022-10-10 19:25:49 +01:00
Eduardo Almeida
2e2c3d7cba doc: Add clang-tidy to "coding-style.rst" 2022-10-06 21:12:15 +00:00
Tom Henderson
c72bdf2c37 doc: Update enhancements.rst 2022-10-06 19:49:37 +00:00
Eduardo Almeida
7279f9c135 doc: Update coding style documentation to the new ns-3 style 2022-10-06 19:49:37 +00:00
Tommaso Pecorella
227bb6dbbe doc: fix trailing whitespace 2022-09-15 00:27:51 +02:00
Tommaso Pecorella
90fb674920 doc: fix coding style bad indentation 2022-09-15 00:20:23 +02:00
Tom Henderson
2a16a2750b doc: Update coding style for boolean tests of Ptr 2022-08-18 09:11:13 -07:00
Gabriel Ferreira
6ac76bd9a2 doc: update python bindings docs to use cppyy 2022-08-01 21:24:02 +00:00
Gabriel Ferreira
60e1e4032c fixing dead links 2022-06-18 17:57:05 -03:00
Tom Henderson
54f01f11a9 doc: Fix formatting 2022-06-06 13:04:15 -07:00
Tom Henderson
b6a5ee8151 Run utils/trim-trailing-whitespace.py on codebase 2022-06-05 21:01:11 -07:00
Eduardo Almeida
7c47d8af08 doc: Fix indentation on coding-style.rst 2022-06-05 20:59:44 -07:00
Eduardo Almeida
bbb3e9bc75 doc: Add information about trim-trailing-whitespace.py 2022-06-05 20:59:44 -07:00
Tom Henderson
43d7c91d3f documentation: coding style guidance for [[maybe_unused]] 2022-04-15 09:05:48 -07:00
Tommaso Pecorella
ee43ff631c doc: fix indentation warnings and py3 compatibility 2022-01-03 13:22:08 -06:00
Eduardo Almeida
64099b3e50 doc: Fix typo in coding style doc 2021-12-27 20:04:54 +00:00
Eduardo Almeida
1b6a5c0508 Update coding style for deleted constructors and operators 2021-12-18 16:41:52 -08:00
Gabriel Ferreira
3c604d5b2e Update docs with CMake and ns3 wrapper 2021-12-01 12:29:56 -08:00
Tom Henderson
49d6754d42 doc: Update coding style 2021-11-18 11:54:22 -08:00
Tom Henderson
80134a570d Update references to RELEASE_NOTES 2021-11-03 18:01:13 -07:00
Tom Henderson
e3590d611a documentation: Add contributing guide 2021-10-27 07:32:11 -07:00