Add new nuget package for development usage
[platform/upstream/coreclr.git] / CMakeLists.txt
2015-02-09 Matt MitchellAdd new nuget package for development usage
2015-02-09 Sergiy KuryataMerge pull request #160 from kangaroo/master
2015-02-09 Jan KotasMerge pull request #163 from richlander/master
2015-02-09 Sergiy KuryataMerge pull request #138 from kangaroo/va_list_safety
2015-02-09 Matt EllisMerge pull request #162 from dotnet-bot/from-tfs
2015-02-09 Rahul Kumarprecompile common headers to reduce build time for...
2015-02-08 Sergiy KuryataMerge pull request #146 from poizan42/fix-writeable...
2015-02-08 Geoff NortonMerge remote-tracking branch 'origin/master' into va_li...
2015-02-08 Geoff NortonMerge remote-tracking branch 'origin/master'
2015-02-08 Jan KotasMerge pull request #69 from mathstuf/cmake-touchups
2015-02-08 Ben BoeckelUse list(APPEND) rather than set(var ${var} ...) in...
2015-02-08 Ben BoeckelSimplify configuration-specific definitions in CMake
2015-02-08 Ben BoeckelUse foreach(IN LISTS) syntax in CMake code
2015-02-08 Ben BoeckelRemove excess arguments to endfunction() and else()
2015-02-08 Matt EllisMerge pull request #142 from dotnet-bot/from-tfs
2015-02-08 Matt EllisMerge pull request #140 from dotnet-bot/from-tfs
2015-02-07 Gaurav KhannaMerge pull request #108 from jkotas/master
2015-02-07 Jan KotasMerge pull request #119 from cwmiller/fix-linux-short...
2015-02-07 Jan KotasMerge pull request #75 from PashaPash/resourceset_deadlock
2015-02-07 Jan KotasMerge pull request #117 from kangaroo/osx
2015-02-07 Geoff NortonInitial Mac OSX Support
2015-02-06 Jan KotasMerge pull request #100 from xyziemba/parallel_make
2015-02-06 SenthilMerge pull request #86 from maksqwe/assertion_search_fix
2015-02-06 Jan KotasMerge pull request #107 from dotnet-bot/from-tfs
2015-02-06 Jan VorlicekFix several warnings in Linux build
2015-02-06 Jan KotasMerge pull request #104 from dotnet-bot/from-tfs
2015-02-06 Matt MitchellMerge pull request #96 from mmitche/exe-pdbs
2015-02-06 Pat GavlinMerge pull request #82 from pgavlin/master
2015-02-05 Matt MitchellEnable PDB generation for corerun and coreconsole
2015-02-05 AlexGhiondeaMerge pull request #93 from mmitche/fix-build-error...
2015-02-05 Xy ZiembaMerge pull request #50 from xyziemba/build_fix_1
2015-02-05 Xy ZiembaFix Typo in messages within CMakeLists.txt
2015-02-05 Xy ZiembaModify else/endif statements to remove optional expressions
2015-02-04 Xy ZiembaAdd default values to CMAKE_BUILD_TYPE
2015-02-04 Xy ZiembaMake build type and build.sh case insensitive
2015-02-03 Rama krishnan Ragh... Merge pull request #13 from ramarag/GC_test_build
2015-02-03 Rama krishnan Ragh... Merge pull request #4 from ramarag/msic_test_cleanup
2015-02-03 Matt MitchellMerge pull request #11 from dotnet-bot/from-tfs
2015-01-31 Jan VorlicekReplaced compiler option to disabled all warnings in...
2015-01-30 dotnet-botInitial commit to populate CoreCLR repo