summaryrefslogtreecommitdiff
path: root/configurecompiler.cmake
AgeCommit message (Expand)AuthorFilesLines
2020-06-18[Tizen] Enable aarch64 gbs buildGleb Balykov1-0/+6
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek1-3/+10
2020-03-25[Tizen] Enable Tizen ASan runtime supportVyacheslav Cherkashin1-0/+11
2020-03-25[Tizen] Add support for GBSjunghyuk.park1-1/+7
2020-02-18Fix build on systems with glibc >= 2.30 (#28012)Omair Majid1-0/+4
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky1-4/+4
2019-06-05Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)Jeremy Koritzinsky1-15/+12
2019-06-04Fix PGO on Windows (#24949)Jeremy Koritzinsky1-2/+2
2019-05-30Frkaya/gcc fix 052919 (#24845)Sinan Kaya1-0/+3
2019-05-29Refactor native build to remove the compiler-override files (#23897)Jeremy Koritzinsky1-3/+29
2019-05-07Use -falign-new flag for gcc 7+Adeel1-0/+3
2019-04-19Move CLR_ADDITIONAL_COMPILER_OPTIONS to be set after default options (#24044)Andrew Wang1-1/+4
2019-03-17Suppress compiler warningsSinan Kaya1-0/+1
2019-03-15Port AMSI scanning for assembly loads (#23231)Elinor Fung1-14/+16
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-3/+8
2019-02-20Abstract deprecated and selectany for GCC and remove LLVM'ism where possible ...Sinan Kaya1-0/+1
2019-02-15Disable arm64 contracts. (#22605)Sergey Andreenko1-0/+6
2019-02-13Fix comment placement. (#22580)Sergey Andreenko1-2/+2
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-0/+3
2019-02-07More PAL layer cleanup for GNU and add build script support for GCC (#22369)Sinan Kaya1-24/+30
2019-01-09Specify the minimum supported version of macOS (#21816)Egor Chesakov1-0/+8
2018-11-12enable build-id on FreeBSD (#20945)Tomas Weinfurt1-0/+5
2018-10-03Support building cross-architecture components on armel (#20190)Egor Chesakov1-1/+4
2018-09-10Build Hostx86/arm32 crossgen when CROSSCOMPILE is "1" and Hostx64/arm32 cross...Egor Chesakov1-1/+5
2018-09-10Allow Hostx64/arm32 combination in configurecompiler.cmakeEgor Chesakov1-1/+1
2018-08-28Enable mixed mode assembly loading (#19542)Morgan Brown1-2/+4
2018-08-16Build-test.sh handles native test assets (#19430)Aaron Robinson1-0/+554