Commit Graph

  • 96b7e01a9e dependencies/detect: make assertions more useful Dylan Baker 2024-12-06 13:56:19 -0800
  • 2de240c75d
    Merge ce5b07f0e0 into 07f595fa98 Dylan Baker 2025-01-27 11:19:24 -0800
  • 1eaab0253b compilers: Check if GCC has support for ObjC and/or ObjC++ Dylan Baker 2024-09-25 10:28:37 -0700
  • d6e54b499c unit tests: Test ObjC and ObjC++ as well as C and C++ Dylan Baker 2024-09-12 09:27:31 -0700
  • 18331db7c1 unit tests: make the test_c_cpp_stds test more robust Dylan Baker 2024-09-12 09:12:44 -0700
  • 19b67fbf29 compilers: split Apple C++ version handling to a mixin Dylan Baker 2024-09-25 09:45:21 -0700
  • fa7716c300 compilers: move Apple C Std version handling to a mixin Dylan Baker 2024-09-25 09:43:16 -0700
  • d650f6eaa5 compilers/objcpp: Use the GnuCPPStdMixin for ObjC++ Dylan Baker 2024-09-06 10:10:52 -0700
  • 4f314baaf6 compilers/gnu: Split Gnu C++ standard handling into a mixin class Dylan Baker 2024-09-06 10:08:49 -0700
  • 30ca64a25b compilers/objc: Use Shared GNU C standard handling Dylan Baker 2024-09-06 10:04:32 -0700
  • c7036e4cae compilers/gnu: Pull C Standard handling out of GnuCCompiler Dylan Baker 2024-09-06 10:02:45 -0700
  • b5ff5931b6 compilers/objcpp: Use shared C++ standards with ClangCPPStandard Dylan Baker 2024-09-06 09:35:11 -0700
  • a935eeef50 compilers/clang: split the Std handling for C++ out of the ClangCPPCompiler Dylan Baker 2024-09-06 09:24:43 -0700
  • d309e8d5f7 compilers/objc: Use shared C standards with clang C compiler Dylan Baker 2024-09-06 09:30:29 -0700
  • 82fbf07a44 compilers/clang: Move the Mixin for C standards out of the c module Dylan Baker 2024-09-06 09:15:33 -0700
  • 1d2627ddbf tests: mock the environment in setUpClass Dylan Baker 2024-11-18 13:36:58 -0800
  • e2d32eb0f7 tests: Add annotations for `assertMesonRaises` Dylan Baker 2024-11-18 11:43:37 -0800
  • 07f595fa98 ninjabackend: Make header deps order-only deps arch1t3cht 2025-01-23 22:58:00 +0100
  • b36af706f1 symbolextractor: generate symbol files for cross-compiled Windows Steve Lhomme 2025-01-27 12:53:46 +0100
  • 7e384a3818 symbolextractor: use -nologo with lib.exe and llvm-lib.exe Steve Lhomme 2025-01-27 12:52:23 +0100
  • e1062c94b7 symbolextractor: detect DLL name with llvm-nm/nm Steve Lhomme 2025-01-27 13:10:17 +0100
  • 3d2ed2bef7 Feature implementing install_rpath via LDFLAGS for AIX. Closes #13981. Aditya Vidyadhar Kamath 2025-01-27 05:45:08 -0600
  • 1e986554ef backends: cache file names for ExtractedObjects Paolo Bonzini 2025-01-10 09:07:20 +0100
  • dbdb2c81d2 backends: remove proj_dir_to_build_root from _determine_ext_objs Paolo Bonzini 2025-01-10 10:54:16 +0100
  • 41fe53a912 backends: remove unused argument from determine_ext_objs Paolo Bonzini 2024-11-06 16:35:28 +0100
  • dcfbd6974c backends: memoize result of canonicalize_filename Paolo Bonzini 2025-01-09 14:26:42 +0100
  • 9afc6980ea Show real error if module exists but import failed Marco Rebhan 2025-01-11 23:41:32 +0100
  • 4a794c7061 Fix to Meson failed to archive shared libraries in AIX. Closes mesonbuild#14185. Aditya Vidyadhar Kamath 2025-01-27 05:36:03 -0600
  • 222a16605f Mention add_dist_script in meson dist docs Otto Moerbeek 2025-01-27 10:47:56 +0100
  • 6ee583e119 allow to compare multiple version with version_compare Charles Brunet 2025-01-09 17:00:09 -0500
  • 936583f11d
    Merge 623605cafc into aecff97e18 Patrick Steinhardt 2025-01-26 23:13:13 +0000
  • aecff97e18
    Merge pull request #14086 from dcbaker/submit/modernize-templates Jussi Pakkanen 2025-01-27 01:08:51 +0200
  • 79a87d5af7 adding c_std=c2y option for gcc-15 ajs 2025-01-23 07:50:27 +0530
  • 1882ae4fc6 adding c_std=c2y option for clang ajs 2025-01-22 22:34:31 +0530
  • ae9ae8adce Add deb package creation script. Jussi Pakkanen 2025-01-26 21:16:13 +0200
  • 0cbc4e1e1a Bump version number for new development. Jussi Pakkanen 2025-01-26 21:13:56 +0200
  • 897b6fcdf9 Bump version number for release. 1.7.0 Jussi Pakkanen 2025-01-26 20:04:15 +0200
  • b1a5ae6635 Created release notes for 1.7.0. Jussi Pakkanen 2025-01-26 20:02:34 +0200
  • a5d48cc0de Ask for testing help for the option refactor branch. Jussi Pakkanen 2025-01-26 17:56:14 +0200
  • c70442eea7 docs: Add missing release snippet for the TASKING compiler support gerioldman 2025-01-21 23:59:31 +0100
  • 77ea8f9c73 Ask for testing help for the option refactor branch. Jussi Pakkanen 2025-01-26 17:56:14 +0200
  • f30406d216
    python: validate python.build_config version and expand relative paths Filipe Laíns 2025-01-22 01:14:47 +0000
  • 64e51ab186
    python: move pkg-config discovery introspection logic to PythonPkgConfigDependency Filipe Laíns 2025-01-21 19:16:25 +0000
  • f73b751625
    Merge b212d4b975 into 0b9baf573b valkyrie_pilot 2025-01-25 16:32:58 +0100
  • 43ca766315 ninjabackend: Make header deps order-only deps arch1t3cht 2025-01-23 22:58:00 +0100
  • 1c6fa4d4fc adding c_std=c2y option for gcc-15 ajs 2025-01-23 07:50:27 +0530
  • 43b41fe56a
    Allow using C23 with objective C Theo Paris 2025-01-22 13:48:56 -0800
  • f96016377c
    blabla idc about commit messages. tell me what you like it to say and ill push that after codes been approved. Greg Williamson 2025-01-22 10:55:39 -0800
  • 67359d0aea Python: Work around missing rpath in Xcode python3-embed L. E. Segovia 2025-01-21 23:14:23 +0000
  • 8434218fff adding c_std=c2y option for clang ajs 2025-01-22 22:34:31 +0530
  • 14edc39217
    Merge 9a9df81666 into 0b9baf573b Charles Brunet 2025-01-22 08:19:57 -0500
  • 624b7b1276
    tests: add test for the Python build config Filipe Laíns 2025-01-20 23:34:11 +0000
  • 9bf5154a4b
    python: add a python.build_config option (PEP 739) Filipe Laíns 2024-11-22 23:13:43 +0000
  • 0b9baf573b docs: clarify use cases for declare_dependency() LaserEyess 2025-01-21 18:11:11 -0500
  • ef75d2dcef docs: clarify use cases for declare_dependency() LaserEyess 2025-01-21 18:11:11 -0500
  • 5eee754c62 docs: Add missing release snippet for the TASKING compiler support gerioldman 2025-01-21 23:59:31 +0100
  • cef9c33bba Revert "interpreterbase: Add disabler exception for `get_variable` method" Jussi Pakkanen 2025-01-19 20:20:01 +0200
  • 900a918287 Fix capitalization of "PyPI" in README.md Brett Cannon 2025-01-20 15:50:44 -0800
  • cf8916830f
    Fix capitalization of "PyPI" in README.md Brett Cannon 2025-01-20 15:50:44 -0800
  • 9a9abaf795
    linkers: fix rpath padding calculation for non-ascii Eli Schwartz 2025-01-20 16:43:44 -0500
  • 147a089eb5 Alphabetize the Docs on Dependencies Kevin Meagher 2025-01-20 10:05:37 -0600
  • 373d1fe668 Remove GCC's -Wunsuffixed-float-constants from warnings David Robillard 2025-01-18 13:35:19 -0500
  • 02f3f6fb9e
    Merge 59e9ef7deb into 73c52ddcd9 vid512 2025-01-20 10:47:42 -0600
  • 13101d36f9 Alphabetize the Docs on Dependencies Kevin Meagher 2025-01-20 10:05:37 -0600
  • 73c52ddcd9
    docs: do not require aiohttp to build Eli Schwartz 2025-01-20 09:58:06 -0500
  • 830d53c5a7
    Detect files with trailing space Charles Brunet 2025-01-16 10:45:22 -0500
  • 4d4839c6ee compilers/clike: Speedup cross_compute_int Florian "sp1rit"​ 2024-11-19 12:49:17 +0100
  • 66284c9a7d Revert "interpreterbase: Add disabler exception for `get_variable` method" Jussi Pakkanen 2025-01-19 20:20:01 +0200
  • 91eb6c2289 Bump version number for rc2. 1.7.0rc2 Jussi Pakkanen 2025-01-19 20:43:41 +0200
  • 82fedf0403 interpreterbase: Add disabler exception for `get_variable` method Andrew McNulty 2024-10-11 17:41:56 +0200
  • 843895b860 Fix broken both_libraries transitive dependencies Charles Brunet 2025-01-08 13:38:23 -0500
  • 887367656f ninjabackend: ensure structured_sources are populated before running clippy Paolo Bonzini 2025-01-10 10:22:49 +0100
  • 3d751645b0 clippy: skip "linker" blocks in target_sources Paolo Bonzini 2025-01-10 10:22:49 +0100
  • 38caf841af docs: Remove dead links in Users.md Daniele Nicolodi 2025-01-11 17:15:42 +0100
  • 74aab8a42c docs: Add a test to validate URLs in markdown/Users.md Daniele Nicolodi 2025-01-11 17:13:14 +0100
  • 74bef61a26 ci: opensuse: drop gtk-sharp3-complete Sam James 2025-01-14 04:25:41 +0000
  • c07d0295d4 ci: gentoo: drop fakeroot Sam James 2025-01-14 03:47:36 +0000
  • c45f80ac25 zsh: Fix 'meson init --language' completion meator 2025-01-17 20:21:04 +0100
  • 386fee2305 zsh: Add missing flags to 'meson install' meator 2025-01-17 19:57:53 +0100
  • c86d82a0c3
    ci: opensuse: drop gtk-sharp3-complete Sam James 2025-01-14 04:25:41 +0000
  • 04e2728e49
    ci: gentoo: drop fakeroot Sam James 2025-01-14 03:47:36 +0000
  • 1d19bc09ef Remove GCC's -Wunsuffixed-float-constants from warnings David Robillard 2025-01-18 13:35:19 -0500
  • 91de4d50c0
    zsh: Fix 'meson init --language' completion meator 2025-01-17 20:21:04 +0100
  • bc3ca8f9b2
    zsh: Add missing flags to 'meson install' meator 2025-01-17 19:57:53 +0100
  • dfd7b274de
    Merge 6a28f47466 into 05643006a7 Ralf Gommers 2025-01-16 12:11:48 +0000
  • 05643006a7 Fix minimum required Apple clang version for C++26 Nikolai Vavilov 2025-01-15 00:38:39 +0200
  • ceb78ee0ec
    allow to compare multiple version with version_compare Charles Brunet 2025-01-09 17:00:09 -0500
  • 1a20563ed0 Fix minimum required Apple clang version for C++26 Nikolai Vavilov 2025-01-15 00:38:39 +0200
  • 6f4b08ede0
    cmake: filter and order clib_compiler languages Andrei Alexeyev 2024-10-09 22:31:38 +0200
  • d017ef8593
    cmake: pass clib_compiler to resolve_cmake_trace_targets() Andrei Alexeyev 2024-10-06 13:30:32 +0200
  • f837589075
    Merge 09d1676dfd into dfb449d099 GertyP 2025-01-14 17:19:25 +0000
  • 7d66a8f703
    Merge c6963bb252 into dfb449d099 Dylan Baker 2025-01-14 17:15:38 +0000
  • 6d6a0e8a82 wip: try to get system dependency working on windows Dylan Baker 2024-07-18 15:48:09 -0700
  • e824a3eb18 wip: Attempt to fix Windows/Cygwin with version suffix Dylan Baker 2024-07-18 08:59:04 -0700
  • 6cac356a65 dependencies/clang: Add a dependency for Clang Dylan Baker 2024-04-19 16:41:04 -0700
  • cc7d7e8fb5 CI/cygwin: install libclang-devel for the clang test Dylan Baker 2024-07-10 14:12:08 -0700
  • cce9f450b5 dependencies/cmake: Use PACKAGE_INCLUDE_DIRS and PACKAGE_DEFINITIONS with modules Dylan Baker 2024-07-17 12:19:43 -0700
  • 6afe23bdfd compilers/clike: consider LibType.SHARED as well as PREFER_SHARED Dylan Baker 2024-07-12 11:26:21 -0700
  • dfb449d099 vulkan system dep: determine version on cross builds Florian "sp1rit"​ 2024-11-16 13:43:48 +0100
  • db75bd12bb compilers: Convert b_sanitize to a free form array option Dylan Baker 2022-01-13 10:11:40 -0800