summaryrefslogtreecommitdiff
path: root/clr.defines.targets
AgeCommit message (Collapse)AuthorFilesLines
2017-08-31Cleanup CoreLib defines (#13713)Jan Kotas1-18/+2
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley1-1/+0
* Remove always defined FEATURE_RANDOMIZE_STRING_HASHING * Fully remove randomized hashing * Leftovers * Remove additionalEntropy from HashSortKey as it was always 0 * Remove additionalEntropy from HashString as it was always 0 * Change to private, as not in fact called by reflection in .NET Core * Fix build break due to FCDECLn * Revert removed QCALL * Remove unused strlen parameter
2017-07-24Add the runtime code versioning featurenoahfalk1-0/+2
This makes tiered compilation work properly with profiler ReJIT, and positions the runtime to integrate other versioning related features together in the future. See the newly added code-versioning design-doc in this commit for more information. Breaking changes for profilers: See code-versioning-profiler-breaking-changes.md for more details.
2017-05-17Switch multicast delegate stub on Windows x64 to use stubs-as-il (#11624)Jan Kotas1-0/+1
Fixes #11611. The old hand generated assembly path did not work well for structs passed by reference.
2017-05-10Re-Factor EventSource to Support Writing to EventPipe (#11435)Brian Robbins1-0/+1
Re-Factor EventSource to Support Writing to EventPipe.
2017-05-05Remove ArrayList (#11426)Justin Van Patten1-1/+0
Also cleanup FEATURE_NONGENERIC_COLLECTIONS while on it.
2017-04-10CoreLib Build System portability updates (#10839)Rew1-0/+1
Updates to corelib project file for target specific includes. Intended to ease maintainability of existing targets and clarify necessary work for new targets.
2017-04-10Delete FEATURE_READYTORUN define for CoreLib build (#10840)Jan Kotas1-74/+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-03-29Tiered Compilation step 1noahfalk1-0/+1
Tiered compilation is a new feature we are experimenting with that aims to improve startup times. Initially we jit methods non-optimized, then switch to an optimized version once the method has been called a number of times. More details about the current feature operation are in the comments of TieredCompilation.cpp. This is only the first step in a longer process building the feature. The primary goal for now is to avoid regressing any runtime behavior in the shipping configuration in which the complus variable is OFF, while putting enough code in place that we can measure performance in the daily builds and make incremental progress visible to collaborators and reviewers. The design of the TieredCompilationManager is likely to change substantively, and the call counter may also change.
2017-02-15Other props stragglers for never defined symbolsdanmosemsft1-14/+0
2017-02-15More FEATURE_WIN_DB_APPCOMPATdanmosemsft1-2/+0
2017-02-15More FEATURE_ISOSTOREdanmosemsft1-4/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-2/+0
2017-02-14Remove never defined FEATURE_REFLECTION_ONLY_LOADdanmosemsft1-2/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-2/+0
2017-02-12Remove never defined FEATURE_COMINTEROP_TLB_SUPPORT and files that require ↵danmosemsft1-1/+0
it to be defined
2017-02-12Remove never defined FEATURE_COMINTEROP_REGISTRATIONdanmosemsft1-1/+0
2017-02-12Remove never defined FEATURE_CLICKONCEdanmosemsft1-2/+0
2017-02-12Remove defined but wrapping dead code FEATURE_SYNTHETIC_CULTURESdanmosemsft1-2/+0
2017-02-12Remove never used FEATURE_MERGE_CULTURE_SUPPORT_AND_ENGINEdanmosemsft1-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-27Revert `Remove FEATURE_MANAGED_ETW_CHANNELS`danmosemsft1-0/+2
2017-01-23Remove disabled FEATURE_APTCAdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_APPDOMAINMANAGER_INITOPTIONSdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_APPX_BINDERdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_X509_SECURESTRINGSdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_X509danmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_SERIALIZATIONdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_RWLOCKdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_PLSdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_NORM_IDNA_ONLYdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_METHOD_RENTALdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_LEAK_CULTURE_INFOdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_CRYPTOdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_COMPRESSEDSTACKdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_COMINTEROP_WINRT_DESKTOP_HOSTdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_COMINTEROP_MANAGED_ACTIVATIONdanmosemsft1-2/+0
2017-01-23Remove disabled FEATURE_CODEPAGES_FILEdanmosemsft1-2/+0
2017-01-23Disable and remove FEATURE_APPDOMAIN_RESOURCE_MONITORING. This is a behavior ↵danmosemsft1-2/+0
change
2017-01-23Revert "remove FEATURE_APPDOMAIN_RESOURCEMONITORING from corelib"danmosemsft1-0/+2
This reverts commit 9c6de0b7af3716eea3fc16a91ab8b7c2c92e6e98.
2017-01-22Remove FEATURE_WINDOWSPHONEdanmosemsft1-2/+0
2017-01-22Remove FEATURE_VERSIONINGdanmosemsft1-2/+0
2017-01-22FEATURE_SYNCHRONIZATIONCONTEXT_WAITdanmosemsft1-3/+0
2017-01-22Remove FEATURE_STRONGNAME_MIGRATIONdanmosemsft1-2/+0
2017-01-22Remove FEATURE_SPAN_OF_T and UseLegacyCompilerdanmosemsft1-2/+0
2017-01-22Remove FEATURE_MULTICOREJITdanmosemsft1-2/+0
2017-01-22Remove FEATURE_MANAGED_ETW_CHANNELSdanmosemsft1-2/+0
2017-01-22Remove FEATURE_MAIN_CLR_MODULE_USES_CORE_NAMEdanmosemsft1-2/+0
2017-01-22Remove FEATURE_LOADER_OPTIMIZATIONdanmosemsft1-2/+0
2017-01-22Remove FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-2/+0