Gabriel Ferreira
73ab46ea5e
test: add option to rerun failed tests only
2023-09-21 11:59:07 -03:00
Gabriel Ferreira
ecc513b969
ci: run cppyy job more frequently
2023-09-20 16:49:09 -03:00
Eduardo Almeida
1f438ce6f4
Fix clang-tidy modernize-use-auto warnings
2023-09-18 00:36:46 +01:00
Eduardo Almeida
1e939ef891
check-style: Add check for #include headers from same module with "ns3/" prefix
2023-09-17 15:59:43 +01:00
Eduardo Almeida
5e5f3746db
check-style: Fix trailing whitespace column indicator in verbose mode
2023-09-07 01:36:02 +01:00
Eduardo Almeida
2f62a518a9
check-style: Sort list of files to be analyzed
2023-09-07 01:36:02 +01:00
Eduardo Almeida
c4aa94ee5f
check-style: Move exit codes to main function
2023-09-07 01:36:02 +01:00
Eduardo Almeida
99877b5cc5
check-style: Refactor check-style-clang-format.py to reduce duplicate code
2023-09-07 01:36:02 +01:00
Tommaso Pecorella
e836db7d96
ci: ( fixes #929 ) Remove tests for clang++-6, g++-8, and Ubuntu 18.04.
2023-09-01 06:08:59 +00:00
Tommaso Pecorella
812ae2ed0d
ci: clarify gitlab CI documentation
2023-08-26 12:10:02 -05:00
Eduardo Almeida
0d593ea044
ci: Rename gitlab-ci-daily.yml to gitlab-ci-scheduled.yml
2023-08-20 15:25:46 +00:00
Eduardo Almeida
f49887080a
ci: Sort clang-format jobs in descending order
2023-08-19 02:31:24 +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
20ae6fb2d0
python: Explicitly specify the encoding when opening files
2023-08-18 11:21:47 +00:00
Gabriel Ferreira
e7246b4e78
build,test: add support for Vcpkg and CPM package managers
2023-08-15 22:32:45 +00:00
Eduardo Almeida
8c50a77521
ci: Add per-commit-disabled-asserts job
2023-08-15 16:50:58 +00:00
Eduardo Almeida
4149eee9f9
ci: Organize per-commit build and test jobs by stage
2023-08-15 16:50:58 +00:00
Eduardo Almeida
d2820a7280
ci: ( fixes #831 ) Enable warnings-as-errors for all jobs
2023-08-15 14:24:48 +00:00
Tom Henderson
54e614d474
doc: Clarify how to list multiple enabled modules
2023-08-07 11:44:36 -07:00
Tom Henderson
cb03d6f059
add newline to end of utils/.ns3rc
2023-08-07 11:42:24 -07:00
Gabriel Ferreira
d4010dce20
ci: fix pip packaging issue
2023-07-07 15:58:27 +00:00
Stefano Avallone
59a2ec189b
ci: Add more texlive packages
...
- texlive-fontutils for epstopdf
- texlive-fontsrecommended for tgtermes.sty
2023-06-19 11:32:53 +02:00
Stefano Avallone
bdb597b55f
ci: Update texlive packages name
2023-06-19 10:18:02 +02:00
Gabriel Ferreira
14f77391fe
spell-check: add 'aas' as an exception
2023-06-15 02:32:34 +00:00
Gabriel Ferreira
2e240ac40d
build: allow test-runner to be built with less modules
2023-06-15 02:32:34 +00:00
Tommaso Pecorella
3f9a99f556
ci: phase out fedora 36 and add 38
2023-06-11 01:18:11 +02:00
Tommaso Pecorella
944a7edc64
ci: remove redundant ubuntu jobs
2023-06-11 01:17:45 +02:00
Tommaso Pecorella
9f1b4e9cdb
ci: remove redundant gcc jobs
2023-06-11 01:17:33 +02:00
Eduardo Almeida
22a4ead363
ci: Improve detection of emacs line in more file types
2023-06-08 17:49:57 +00:00
Eduardo Almeida
a7db1484ae
ci: Fix cppyy jobs
...
- Use modern GitLab rules and quotes
- Fix artifacts::when indentation in manylinux jobs
- Set the stage of the jobs
2023-06-05 11:43:55 +01:00
Gabriel Ferreira
40754d3d9e
ci: Add a per-commit job with disabled precompiled headers
2023-06-01 15:57:59 +00:00
Gabriel Ferreira
c8a90d1e01
ci: Add the EXTRA_OPTIONS variable for uncommon configuration settings
2023-06-01 15:57:59 +00:00
Tommaso Pecorella
2a44e56969
ci: re-enable valgrind tests
2023-06-01 03:16:57 +02:00
Gabriel Ferreira
6241d3aa5f
test: update test-ns3.py to handle changes in python examples enablement
...
They are only enabled when both --enable-examples and --enable-python-bindings are passed.
2023-05-30 12:03:44 -03:00
Gabriel Ferreira
458e3b15b4
test: update test-ns3.py to handle the mold linker
2023-05-30 12:03:43 -03:00
Gabriel Ferreira
32e7a62a97
bindings: explicitly instantiate AddValue<double> for Cppyy 3 compatibility
2023-05-29 22:36:32 -03:00
Gabriel Ferreira
ec9d26acd9
bindings: package ns-3 as a pip wheel
...
Includes:
- Python examples to test Brite, Click and Openflow
- CI jobs for manylinux packaging of pip wheel
- Support for Linux distributions with lib and lib64 directories
- Configuration of RPATH not to require setting LD_LIBRARY_PATH
Signed-off-by: Gabriel Ferreira <gabrielcarvfer@gmail.com >
2023-05-29 22:36:32 -03:00
Tommaso Pecorella
122b04c732
ci: temporary revert to Doxygen 1.9.6
2023-05-27 15:34:52 +02:00
Eduardo Almeida
c060271618
ci: Fix clang-tidy job
2023-05-23 20:54:33 +01:00
Eduardo Almeida
42d6eea6de
Remove emacs lines from Python and C++ files
2023-05-23 16:20:52 +00:00
Eduardo Almeida
613badc111
ci: Improve detection of emacs lines
2023-05-23 16:20:52 +00:00
Tommaso Pecorella
8595bbf60d
ci: remove unused conditions in jobs
2023-05-16 22:58:51 +00:00
Eduardo Almeida
cff5a13d31
ci: Upgrade clang-tidy to version 16
2023-05-12 22:27:44 +01:00
Eduardo Almeida
b53fd73ceb
ci: Add jobs for all supported versions of clang-format (14, 15, 16)
2023-05-12 22:27:39 +01:00
Tommaso Pecorella
455cfda2d5
ci: use artifacts to speedup test jobs
2023-05-12 18:07:11 +00:00
Tommaso Pecorella
679529ccb4
ci: fix missing tests in some daily jobs
2023-05-12 18:07:11 +00:00
Eduardo Almeida
7595d3f490
ci: Use $CI_DEFAULT_BRANCH instead of master in spell-check
2023-05-08 03:08:20 +01:00
Eduardo Almeida
30faacea6b
ci: Optimize fetching upstream/master branch
2023-05-08 03:08:20 +01:00
Eduardo Almeida
89b44debb9
ci: Use double square brackets in if-else conditions
2023-05-08 09:03:24 +00:00
Eduardo Almeida
a7214a780d
ci: Do not run clang-tidy-diff when also running full clang-tidy
2023-05-03 05:44:51 +01:00