aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-15Bump versions to 0.54.3 for release0.54.30.54Nirbheek Chauhan2-2/+2
2020-06-15tests: reset CMakeDependency.class_cmakeinfoDaniel Mensinger1-0/+3
2020-06-15Clear internal caches before running each test.Jussi Pakkanen1-0/+10
2020-06-14windows: Canonicalize `:` in filenamesNirbheek Chauhan3-2/+10
2020-06-14fortran generated test: add code to reveal issueMichael Hirsch5-10/+22
2020-06-14Use cmake args also when calling get_cmake_infoVili VÀinölÀ1-4/+4
2020-06-14Disable failing cmake jobs on VS2017Nirbheek Chauhan3-0/+16
2020-06-14cmake: fix definitions with interface libraries (fixes #7299)Daniel Mensinger7-7/+28
2020-06-14cmake: Fix handling of path seperators (fixes #7294)Daniel Mensinger6-5/+30
2020-06-14mdist: Filter out buildtype to avoid warningNirbheek Chauhan1-1/+1
2020-06-14modules/cmake: Fix setting install_dirDylan Baker4-2/+21
2020-06-14cmake: Subprojects support CMAKE_PREFIX_PATH (fixes #7249)Daniel Mensinger4-15/+37
2020-06-11unit tests: Pass args to pytestNirbheek Chauhan1-0/+3
2020-06-11apple: -headerpad args are ignored when bitcode is enabledNirbheek Chauhan2-7/+13
2020-06-11Fix typo in bitcode messageNirbheek Chauhan1-1/+1
2020-06-11Updated to resolve issue identifying SGI CPUs on IRIX systemsEric Dodd3-2/+11
2020-06-11compilers: disable b_sanitize on hurdPino Toscano1-1/+3
2020-06-11symbolextractor: add support for hurdPino Toscano1-1/+1
2020-06-11symbolextractor: rename linux_syms to gnu_symsPino Toscano1-2/+2
2020-06-11Recognize Hurd as platform/OSPino Toscano2-0/+10
2020-06-11Fix python3 installed from the Windows StoreD Scott Phillips2-4/+26
2020-06-11cmake_traceparser: ignore parse errorMichael Hirsch1-1/+1
2020-06-11Ignore file access errors when scanning .so files in system libdirsMike Gilbert1-9/+18
2020-06-11cmake: always split property lists (fixes #7228)Daniel Mensinger3-4/+5
2020-06-11dependencies/cuda: Add support for ARM linuxjonathanmist1-6/+10
2020-06-11fix cmake target configuration selection.Alexander Neumann2-5/+19
2020-06-11boost: Try extracting BOOST_ROOT from boost.pcDaniel Mensinger1-1/+12
2020-06-11boost: Always sort shared before static (fixes #7171)Daniel Mensinger1-2/+2
2020-06-11Add cmake files to msi package.georgev931-0/+2
2020-05-15Bump versions to 0.54.2 for release0.54.2Nirbheek Chauhan2-2/+2
2020-05-15travis/osx: Fix pkg-config installationNirbheek Chauhan1-2/+2
2020-05-15boost: always use compiler include pathsDaniel Mensinger1-2/+6
2020-05-14Add AVR to cpu families. Closes #7085.Jussi Pakkanen2-0/+2
2020-05-14Allow indexed custom target to be used in executable's depends.Szabi Tolnai4-1/+43
2020-05-14Do not pass rpath flags to wasm-ldAndrei Alexeyev1-0/+5
2020-05-14cmake: Fetch c/cpp_std values correctlyNirbheek Chauhan1-5/+7
2020-05-14gnome.generate_gir: Fix missing include directoriesXavier Claessens7-6/+177
2020-05-14coredata: Fixup the default libdir value, not the set valueNirbheek Chauhan1-3/+3
2020-05-14unit tests: Fix broken test_cross_libdir testNirbheek Chauhan1-6/+13
2020-05-14cmake: Fix string substitution index errorNirbheek Chauhan1-2/+2
2020-05-14ui/qt: Warn if Android cpu_family is unknownNirbheek Chauhan1-0/+3
2020-05-14ui/qt: use new directory layout for qt on androidMatthew Waters1-0/+14
2020-05-14gfortran: Fix has_header implementation with GCC 10Nirbheek Chauhan1-0/+12
2020-05-14boost: Try finding libraries with the matching arch (fixes #7110)Daniel Mensinger2-5/+52
2020-05-14interpretor: Do not add dependencies if we already have themMarcel Hollerbach1-0/+4
2020-05-14macos: Remove framwork linkerlike argsEric Lemanissier2-2/+2
2020-05-14Fix outdated cross-compilation checksOle André Vadla RavnÄs4-14/+17
2020-05-14Fix has_function() for clang on 64bit WindowsChristoph Reiter1-1/+1
2020-05-14cmake: Ignore unknown c(pp)? stds (fixes #7104)Daniel Mensinger1-1/+16
2020-05-14interpreterbase: Fix version checking for deprecationDylan Baker1-2/+17