summaryrefslogtreecommitdiff
path: root/clr.defines.targets
AgeCommit message (Collapse)AuthorFilesLines
2016-05-18Remove Encoding FEATURE_* defines from mscorlib (#5026)James Ko1-5/+0
* Remove Encoding FEATURE_* defines from mscorlib * Remove strange character from Encoding.cs
2016-05-13Allow long pathsJeremy Kuhne1-1/+3
Allows long paths in mscorlib. Fixes wraps for FEATURE_PATHCOMPAT and enables for desktop builds. Add feature FEATURE_IMPLICIT_LONGPATH for implicit long path support (adding \\?\). Implicit support added to Path.GetFullPath, which allows execution over MAX_PATH. Without this change corerun would fail here: HOSTLOG: AppDomainCompatSwitch=UseLatestBehaviorWhenTFMNotSpecified HOSTLOG: APP_LOCAL_WINMETADATA= HOSTLOG: Failed call to CreateAppDomainWithManager. ERRORCODE: 0x800700ce HOSTLOG: Execution failed
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-2/+0
The FEATURE_HOSTED_BINDER is always on so remove it from all the sources.
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas1-7/+0
2016-03-23Merge pull request #3888 from jkotas/platform-assembliesJan Kotas1-3/+0
Remove special casing of platform assemblies
2016-03-23Remove special casing of platform assembliesJan Kotas1-3/+0
2016-03-22Enable compiling ReJIT functionality in CoreCLRmjsabby1-0/+1
2016-02-06Delete mdil support from coreclrJan Kotas1-1/+0
[tfs-changeset: 1573006]
2015-10-21Enable EventSource Logging in Linux via LttngRama1-0/+2
2015-04-22Adds support for resolving JIT compiled managed call frames in perf_events.Brian Robbins1-0/+1
2015-03-31Change paths and os names to match corefxMatt Mitchell1-1/+1
* binaries is now bin, intermediates is now obj * modifying unixmscorlib build to instead be linuxmscorlib + osxmscorlib. * Change OS=Unix to OS=Linux/OS=OSX and modified properties to mimic corefx's TargetsUnix.
2015-03-18Adding one more missing changes for ICastableEugene Zemtsov1-0/+1
[tfs-changeset: 1435505]
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+223
[tfs-changeset: 1407945]