Nakayama Kenjiro
|
3c4019304a
|
build: Enable BSD support
|
2024-06-02 07:46:55 +00:00 |
|
Gabriel Ferreira
|
f1251f81e0
|
build: Unset GCC_WORKING_PEDANTIC_SEMICOLON before actual compiler check
|
2024-05-21 20:45:07 -03:00 |
|
Gabriel Ferreira
|
02e5494695
|
build: (fixes #1086) Initialize GCC_WORKING_PEDANTIC_SEMICOLON
|
2024-05-20 14:14:11 +00:00 |
|
Gabriel Ferreira
|
53e653b262
|
build: Fix trailing semicolon check for GCC pedantic warnings
|
2024-04-27 11:57:04 +02:00 |
|
Gabriel Ferreira
|
4ce1982082
|
build: Disable pedantic checks in GCC9 due to extra semicolon check
|
2024-04-21 17:02:07 +00:00 |
|
Gabriel Ferreira
|
4441280a16
|
build: (fixes #1048) Link non-module libraries in static and monolib builds
|
2024-04-18 19:13:47 +00:00 |
|
André Apitzsch
|
7c18be6fb7
|
brite: update version to fix unknown-pragmas warnings
|
2024-03-22 15:42:13 +00:00 |
|
Gabriel Ferreira
|
2209a5abd1
|
build: bump minimum GCC version to 9.1 and remove libfs compiler workaround
|
2024-02-13 21:47:54 +01:00 |
|
Eduardo Almeida
|
82153c2964
|
build, core: (fixes #790) Remove experimental filesystem
|
2024-02-13 21:47:22 +01:00 |
|
Gabriel Ferreira
|
7d46a38513
|
build: silence MacOS warning in case of nonexistent library directory
|
2024-01-04 23:19:04 +01:00 |
|
Gabriel Ferreira
|
cdc82656c7
|
openflow: update fetching of openflow after porting to CMake
|
2023-12-27 20:23:30 +00:00 |
|
Gabriel Ferreira
|
e6ebbb58b3
|
brite: update fetching of brite after porting to CMake
|
2023-12-27 20:23:30 +00:00 |
|
Gabriel Ferreira
|
1f1c351156
|
build: refactor handling of lib/lib64 install directories
|
2023-12-27 20:23:30 +00:00 |
|
Gabriel Ferreira
|
ed66e04b0b
|
build: reset LIB_AS_NEEDED_PRE in Windows when using lld
|
2023-11-22 18:17:27 -03:00 |
|
Gabriel Ferreira
|
277631f95e
|
build: initialize LIB_AS_NEEDED_PRE/_POST on MacOS
|
2023-11-22 18:02:37 -03:00 |
|
Gabriel Ferreira
|
3602894c8e
|
build: add include/library directories from VcPkg to the default search paths
Enables zero-effort usage of third-party libraries (goal B of #856)
|
2023-11-19 15:43:44 -03:00 |
|
Gabriel Ferreira
|
a7ca50cd44
|
build: use DEFINED to test the existence of the MSVC variable
|
2023-11-19 15:39:12 -03:00 |
|
Gabriel Ferreira
|
7140134900
|
build: add optional OUTPUT_VARIABLE field to find_external_library
|
2023-11-19 12:35:38 -03:00 |
|
Gabriel Ferreira
|
dc94f93adc
|
build: remove single value parsed argument in check_deps
|
2023-11-19 12:30:11 -03:00 |
|
Gabriel Ferreira
|
0f45fcd005
|
build: initialize previously uninitialized variables
|
2023-11-19 12:30:11 -03:00 |
|
Gabriel Ferreira
|
7acd800e9a
|
build: removed unused code and variables
|
2023-11-18 19:22:35 -03:00 |
|
Gabriel Ferreira
|
acd344483a
|
build: fix IGNORE_PCH forwarding in example macros
|
2023-11-18 19:22:06 -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
|
d320f557c0
|
build: disable warnings on platform specific environment variables
|
2023-11-18 19:19:03 -03:00 |
|
Gabriel Ferreira
|
6b928cdad5
|
build: Remove include directories propagation workaround required by CMake <= 3.12
|
2023-11-05 00:01:20 +00:00 |
|
Gabriel Ferreira
|
c9016a50c1
|
build: split macros-and-definitions.cmake
|
2023-10-27 13:19:16 -03:00 |
|
Gabriel Ferreira
|
33756a9298
|
build: bump minimum GCC version to 9
|
2023-10-27 00:12:07 -03:00 |
|
André Apitzsch
|
ecd3874a24
|
build: remove clang 6-9 references from CMake scripts
As stated in the release notes, the minimum supported version of clang is 10.0.
|
2023-10-23 10:28:06 +02:00 |
|
Gabriel Ferreira
|
b7cf3fb52d
|
build: Add support for custom failure reason for features
|
2023-09-11 18:53:20 -03:00 |
|
Gabriel Ferreira
|
e7246b4e78
|
build,test: add support for Vcpkg and CPM package managers
|
2023-08-15 22:32:45 +00:00 |
|
Gabriel Ferreira
|
1c30d11779
|
build: propagate module definitions to linked targets
|
2023-08-02 20:10:30 +00:00 |
|
Gabriel Ferreira
|
2d69a05371
|
build: (fixes #928) Fix pkgconfig generation
|
2023-07-14 16:15:34 -03:00 |
|
Gabriel Ferreira
|
4b5769439e
|
build: explicitly link stdc++fs on GCC 8
|
2023-04-15 12:04:12 -03:00 |
|
Gabriel Ferreira
|
043199ce9d
|
build: prevent collision between homonymous ns-3 modules and dependencies
|
2023-04-01 10:05:00 -03:00 |
|
Gabriel Ferreira
|
d9499afc72
|
build: properly propagate included directories from dependencies
|
2023-03-31 14:32:44 -03:00 |
|
Gabriel Ferreira
|
e1d8f19320
|
build: fix installation of private headers
Signed-off-by: Gabriel Ferreira <gabrielcarvfer@gmail.com>
|
2023-02-15 14:44:45 +00:00 |
|
Gabriel Ferreira
|
7193cce35b
|
build: fetch dependencies for Brite, Click and Openflow
Signed-off-by: Gabriel Ferreira <gabrielcarvfer@gmail.com>
|
2023-02-15 14:44:45 +00:00 |
|
Matteo Pagin
|
1c0fecc69c
|
antenna, spectrum: GSoC-22 Add support for Eigen library
|
2023-02-08 14:25:30 +00:00 |
|
Gabriel Ferreira
|
edafe76036
|
build: add new .ns3rc message and table asserts/logs setting status
|
2023-01-26 23:22:46 +00:00 |
|
Gabriel Ferreira
|
1be44d8ecf
|
build: prevent the configuration from succeeding if headers do not exist
|
2022-11-30 23:25:33 -03:00 |
|
Gabriel Ferreira
|
f4fe064832
|
build: reorder version arguments to align with version.cache
|
2022-10-31 18:19:11 -03:00 |
|
Gabriel Ferreira
|
b857ca3732
|
build: (fixes #798) ignore the version.cache build profile
|
2022-10-31 10:24:12 -03:00 |
|
Gabriel Ferreira
|
4185406a42
|
build: (fixes #799) export ns-3 build profile names in version.cache
|
2022-10-31 10:18:58 -03:00 |
|
Eduardo Almeida
|
f50b180a1f
|
core, build: Fix filesystem library support detection
|
2022-10-25 20:36:05 +01:00 |
|
Gabriel Ferreira
|
53f2c381dc
|
build: (fixes #789) add examples as dependencies of example-as-test suites
|
2022-10-25 12:59:40 -03:00 |
|
Gabriel Ferreira
|
881f64017f
|
build: support "private" headers (unlisted in module headers)
|
2022-10-10 20:09:59 -03:00 |
|
Gabriel Ferreira
|
c34abb4ccc
|
build: initial Windows support patches
|
2022-09-24 15:16:52 -03:00 |
|
Gabriel Ferreira
|
f8846d22ed
|
build: add STANDALONE option to build_exec and fix static builds
|
2022-09-24 15:04:53 -03:00 |
|
Gabriel Ferreira
|
d4cf96cfd0
|
build: handle Windows paths during the creation of the lock
|
2022-09-21 21:45:35 -03:00 |
|
Gabriel Ferreira
|
81155c18c7
|
build, docs: Add option to limit build and testing to specified modules
|
2022-09-19 21:55:26 +00:00 |
|