summaryrefslogtreecommitdiff
path: root/clr.props
AgeCommit message (Collapse)AuthorFilesLines
2017-04-10Delete FEATURE_READYTORUN define for CoreLib build (#10840)Jan Kotas1-315/+0
This define does not have much value for the CoreLib build, and it was missing on arm64. Also deleted dead props and targets files left over from the legacy build
2017-02-15Other props stragglers for never defined symbolsdanmosemsft1-3/+0
2017-02-15More FEATURE_ISOSTOREdanmosemsft1-1/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-1/+0
2017-02-14Remove never defined FEATURE_REFLECTION_ONLY_LOADdanmosemsft1-1/+0
2017-02-04Remove stripped code (#9269)Dan Moseley1-2/+0
Delete essentially all the code that the BCL rewriter is removing. Added back some code it shouldn't have been removing, eg., serialization code, debugger visualizers, and some changing of 'protected' to 'protected internal'
2017-01-23Remove desktop propsdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_APPX_BINDERdanmosemsft1-1/+0
2017-01-23Remove disabled FEATURE_SERIALIZATIONdanmosemsft1-1/+0
2017-01-23Remove disabled FEATURE_PLSdanmosemsft1-1/+0
2017-01-23Remove disabled FEATURE_CRYPTOdanmosemsft1-1/+0
2017-01-22Remove FEATURE_MULTICOREJITdanmosemsft1-1/+0
2017-01-22Remove FEATURE_LOADER_OPTIMIZATIONdanmosemsft1-1/+0
2017-01-22remove FEATURE_CORECLR (not used in cs)danmosemsft1-8/+1
2016-02-06Delete mdil support from coreclrJan Kotas1-2/+0
[tfs-changeset: 1573006]
2015-12-21Enable checked builds of CoreCLR.Eugene Rozenfeld1-1/+0
In checked builds coreclr, mscorlib, and the test are built optimized but assertion checking is on. This adds additional coverage (the jit is optimizing and assertion checking is on), speeds up testing compared to debug, and allows testing JIT stress modes. This doesn't affect CoreFX. Several tests are currently failing in checked configuration due to newly discovered bugs (JIT asserts). We didn't see these asserts in debug mode because by default JIT is in minopt mode; we didn't see these bugs in release mode because assertion checking is off. I will file the bugs once checked build changes are in.
2015-12-05Fix build break in internal buildJan Kotas1-4/+6
[tfs-changeset: 1554810]
2015-12-04Fix build breaks after GC updateJan Kotas1-2/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+339
[tfs-changeset: 1407945]