summaryrefslogtreecommitdiff
path: root/test cases/osx
AgeCommit message (Expand)Author
2025-01-27allow to compare multiple version with version_compareCharles Brunet
2024-07-15tests: short-circuit tests that require cmake, fasterEli Schwartz
2024-07-15tests: skip framework recasting if CMake unavailableAlyssa Ross
2024-07-10dependencies: find extraframeworks on case-sensitive filesystemsRandy Eckenrode
2024-06-23Recast CMake's IMPORTED_LOCATION into framework flags (#13299)Kai Pastor
2024-06-23tests: fix OpenAL test case on case sensitive fs on macOSJade Lovelace
2024-04-28Explicitly set OBJC=cc OBJCXX=c++ for bitcode testJonathan Schleifer
2024-02-26Condense directory names for RC1.Jussi Pakkanen
2024-02-25cmake: Allow recasting a CMake dependency into an Apple frameworkL. E. Segovia
2023-12-04Fix test failure on Darwin on a case-sensitive fsRandy Eckenrode
2023-10-12Use -idirafter when adding Apple framework include pathsTristan Partin
2023-09-06tests: Test extern'd globals on MacOS with the Apple ArchiverAilin Nemui
2023-05-28Fix test failures on Darwin on a case-sensitive fsRandy Eckenrode
2022-10-31Revert "tests: Test extern'd globals on MacOS with the Apple Archiver"Eli Schwartz
2022-07-25tests: Test extern'd globals on MacOS with the Apple ArchiverAilin Nemui
2022-03-08tests: bitcode: add missing b_bitcode optionMarvin Scholz
2021-11-18tests: remove extraframework test for pythonDylan Baker
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-08-12Fix building framework test.Jussi Pakkanen
2021-08-08Update iphone cross building.Jussi Pakkanen
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
2019-12-17Fix macOS library test when using system zlib.Jussi Pakkanen
2019-12-04ci/test: unused args for WindowsMichael Hirsch, Ph.D
2019-11-29tests: add osx test case for PIE builds.Mihai Moldovan
2019-06-23compilers: Fix bitcode and other options for objc codeNirbheek Chauhan
2019-03-10Fix appleframeworks with multiple modules.Jussi Pakkanen
2019-02-01Rewrite appleframework and extraframework dependency classesNirbheek Chauhan
2019-01-31tests: Don't require pkg-config for macOS testsNirbheek Chauhan
2018-09-14test cases: add missing files to installed_files.txtMarco Trevisan (TreviƱo)
2018-08-29Improve support for macOS dylib versioningNirbheek Chauhan
2018-08-28Deduplicate build-tree RPATHs on macOSDavid Seifert
2017-12-03Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen
2017-12-03Fix OSX CI. This is a bit of a hack but needs to be done. :(Jussi Pakkanen
2017-11-30Merge pull request #2668 from dcbaker/wip/macos-10.13-fixesJussi Pakkanen
2017-11-26Specify build_rpath manually to targets linked by hand.Jussi Pakkanen
2017-11-26Update CMake reference file.Jussi Pakkanen
2017-11-26spelling: targetingJosh Soref
2017-11-21tests: Don't run xcode 8 tests on xcode 9Dylan Baker
2017-06-09dependencies: Add a new class ExternalDependencyNirbheek Chauhan
2017-05-23unit-test for testing xcode frameworksblackbox
2017-04-04Don't generate import library for shared modulesNirbheek Chauhan
2017-03-05tests: Minor fixes to the library-usage testsNirbheek Chauhan
2017-03-04Add a cmake file for manual comparisonNirbheek Chauhan
2017-03-04darwin: Also add the major version in the dylibNirbheek Chauhan
2016-10-26Add osx test for the XCode 8 fixes to has_functionNirbheek Chauhan
2016-08-16Add a test to find libfoo.X.dylib via -lfooNirbheek Chauhan
2016-07-01Fix tests for the new library/executable naming schemeNirbheek Chauhan
2013-06-02Renamed add_test to test.Jussi Pakkanen
2013-03-03Simple test for OSX.Jussi Pakkanen