Граф коммитов

  • 7c20a04c78 fix travis test Andrew Stanton-Nurse 2015-10-01 14:44:46 -0700
  • 81b672b738 correct the fallback order for runtime.json anurse 2015-10-02 11:04:35 -0700
  • 22f5b26668 wip anurse/reduce-trace anurse 2015-10-02 10:32:43 -0700
  • 886e1f3b25 Prevent a concurrent collection edit in breadcrumbs writing victorhu/breadcrumb-race Victor Hurdugaci 2015-10-01 16:39:30 -0700
  • 9bbcda01e7 shortening runtime names John Luo 2015-10-01 20:02:42 -0700
  • e9d13d1ccb Merge fb9916c2cb into 7ac7929aa5 John Luo 2015-10-01 23:30:48 +0000
  • 7ac7929aa5 renaming commonutils to framework and updating tests John Luo 2015-09-28 17:59:14 -0700
  • fb9916c2cb manually merge in 050fa03c22 John Luo 2015-10-01 15:31:56 -0700
  • 35917ceb0a manually merge in #2865 John Luo 2015-09-30 10:23:21 -0700
  • 27030f3d14 updating DthStartupTests to cleanup when completed John Luo 2015-09-29 17:32:52 -0700
  • c1ddfb66b7 removing test collections John Luo 2015-09-29 17:08:13 -0700
  • e6b2767bb1 removing fixtures John Luo 2015-09-29 16:59:24 -0700
  • 6f258b2dde Missed updates for AppHost tests John Luo 2015-09-29 15:05:21 -0700
  • 98e441970c Updating tests after namespace renames John Luo 2015-09-29 12:08:08 -0700
  • 56d31237e6 renaming namespace John Luo 2015-09-29 10:53:56 -0700
  • 3f900e854d updating tests John Luo 2015-09-29 10:38:12 -0700
  • 242ac6ec85 renaming commonutils to framework John Luo 2015-09-28 17:59:14 -0700
  • a591d1a604 make sh files eol=lf in gitattributes Andrew Stanton-Nurse 2015-10-01 15:14:15 -0700
  • 050fa03c22 Merge branch 'release' into dev Andrew Stanton-Nurse 2015-10-01 15:08:29 -0700
  • 3de7bcb768 fix travis test Andrew Stanton-Nurse 2015-10-01 14:44:46 -0700
  • a0a1783570 Moving scripts to approot so that webdeploy can see them David Fowler 2015-10-01 10:46:15 -0700
  • 5b488dc256 Update 'build.cmd' alias parameter to use full name. N. Taylor Mullen 2015-10-01 11:56:35 -0700
  • 694d20dc93 fix the build by reporting all linuxes as ubuntu.14.04 for now... Andrew Stanton-Nurse 2015-10-01 09:33:14 -0700
  • 88abe98b74 Moving scripts to approot so that webdeploy can see them David Fowler 2015-10-01 10:46:15 -0700
  • 8209dedded fix the build by reporting all linuxes as ubuntu.14.04 for now... Andrew Stanton-Nurse 2015-10-01 09:33:14 -0700
  • d3c9b806f9 Merge a41259c90e into eca3344089 Grahame Horner 2015-10-01 12:22:16 +0000
  • a41259c90e Update RuntimeEnvironmentTests.cs Grahame Horner 2015-10-01 13:22:14 +0100
  • 04820d8a6c Update RuntimeBootstrapper.cs Grahame Horner 2015-10-01 13:06:49 +0100
  • c86e527391 Update RuntimeBootstrapper.cs Grahame Horner 2015-10-01 13:04:34 +0100
  • c56ab2517b Update DomainManager.cs Grahame Horner 2015-10-01 13:00:35 +0100
  • 923665a499 Update EntryPoint.cs Grahame Horner 2015-10-01 12:58:46 +0100
  • 22a407473a Update IRuntimeEnvironment.cs Grahame Horner 2015-10-01 12:56:33 +0100
  • 49f8fee1ed Update RuntimeEnvironment.cs Grahame Horner 2015-10-01 12:50:36 +0100
  • fd364e39bb Update BootstrapperContext.cs Grahame Horner 2015-10-01 12:49:11 +0100
  • ba892eeba2 just disable the freaking test Andrew Stanton-Nurse 2015-09-30 16:42:50 -0700
  • eca3344089 just disable the freaking test Andrew Stanton-Nurse 2015-09-30 16:42:50 -0700
  • dd182fc16d fix linux dnu restore test Andrew Stanton-Nurse 2015-09-30 16:19:54 -0700
  • 6dd7c1b8aa fix linux dnu restore test Andrew Stanton-Nurse 2015-09-30 16:19:54 -0700
  • 01e30e5e80 teeny tiny RID fix Andrew Stanton-Nurse 2015-09-30 16:02:35 -0700
  • 98982a71cc teeny tiny RID fix Andrew Stanton-Nurse 2015-09-30 16:02:35 -0700
  • f0bf9a2634 add some additional RIDs Andrew Stanton-Nurse 2015-09-30 10:57:16 -0700
  • 6f14028592 add code to properly identify linux RIDs Andrew Stanton-Nurse 2015-09-30 10:48:17 -0700
  • 71310bb04a Update DTH tests to reduce time spent on timeout Troy Dai 2015-09-29 14:34:54 -0700
  • a99067181e add some additional RIDs Andrew Stanton-Nurse 2015-09-30 10:57:16 -0700
  • 700c33df52 add code to properly identify linux RIDs Andrew Stanton-Nurse 2015-09-30 10:48:17 -0700
  • b16b2cfbcc fix #2866 by updating generation mapping Andrew Stanton-Nurse 2015-09-29 17:36:23 -0700
  • 7e548cd950 Revert most of makefile because strong names and mono davidfowl/bootstrapper-cleanup David Fowler 2015-09-29 01:28:44 -0700
  • 2bb7decd4b Clean up bootstrappers - Added namespaces to all of the bootstrappers - Renamed the CoreCLR and Mono entry points to Program.Main - Removed special code for building mono on makefile.shade - Use buildv2 for building in makefile.shade - Removd try/catch from CoreCLR entry point David Fowler 2015-09-29 00:57:16 -0700
  • 260be08b8d Changing return code from -1 to 1 moozzyk 2015-09-29 13:12:52 -0700
  • 92fd0898b6 Merge branch 'release' into dev moozzyk 2015-09-29 14:50:05 -0700
  • 11b53a4b45 Use DrainTillFirst to speed up tests Troy Dai 2015-09-29 09:46:27 -0700
  • 16cb735097 Cleaning up leftovers in native code moozzyk 2015-09-28 15:33:21 -0700
  • 31690c2765 Adding RuntimePath to IRuntimeEnvironment moozzyk 2015-09-28 13:27:33 -0700
  • 4fc3f228fa Special casing "runtimes" folder to prevent pruning it during publish moozzyk 2015-09-29 10:28:44 -0700
  • 5c4a8ec815 Merge d5e5a116d4 into db95b210cd BrennanConroy 2015-09-29 17:57:06 +0000
  • d5e5a116d4 Fix icu Brennan 2015-09-29 10:37:37 -0700
  • db95b210cd Remove fixture from DTH tests Troy Dai 2015-09-28 21:30:41 -0700
  • 1e78aeb869 Merge branch 'release' into dev Pranav K 2015-09-28 23:08:04 -0700
  • 58f0991cf0 Updating to release NuGet.config. Pranav K 2015-09-28 23:08:01 -0700
  • 088685ce38 Merge 825fecef6f into 5ffce6d040 John Luo 2015-09-28 23:09:25 +0000
  • 5ffce6d040 Also remove stack traces from compilation errors as part of #864 John Luo 2015-09-28 12:30:47 -0700
  • 825fecef6f addressing PR suggestion by pranav John Luo 2015-09-28 15:05:13 -0700
  • b949e01329 minor aesthetic changes John Luo 2015-09-28 13:58:35 -0700
  • 624ce5a4d1 Also remove stack traces from compilation errors as part of #864 John Luo 2015-09-28 12:30:47 -0700
  • 6b66a4932b Merge 2fd2920358 into 2c1d272d44 Pranav K 2015-09-28 19:19:40 +0000
  • 2c1d272d44 Remove unused code from Settings Pranav K 2015-09-24 09:20:56 -0700
  • 381702a0fb Fix a usage of NuGet.Config that was missed in earlier commit Pranav K 2015-09-24 07:09:38 -0700
  • 87bacd0934 Merge 9a5b0a0ffa into 6c86b112b0 David Fowler 2015-09-28 18:35:11 +0000
  • 6c86b112b0 Fix cryptography dependency for CoreCLR Brennan 2015-09-28 10:54:27 -0700
  • 2fd2920358 Remove unused code from Settings Pranav K 2015-09-24 09:20:56 -0700
  • 1af475f001 Remove SkipLockFileValidation from ApplicationContext - Always validate the lock file but don't skip resolving dependencies because of it. Diagnostics will still show up but there'll never be a case where nothing was resolved (unless there is no lock file to begin with) David Fowler 2015-09-28 01:43:04 -0700
  • b41a0ff724 WIP davidfowl/compilation-again David Fowler 2015-09-28 01:19:41 -0700
  • ad35b0d69b Added coverage for running and compiling p2ps with different frameworks davidfowl/compilation-test-coverage David Fowler 2015-09-26 21:27:50 -0700
  • baa56d8ddf Skip lock file validation in DTH - Added tests David Fowler 2015-09-26 15:44:19 -0700
  • 8319cb7a06 Plans change - removing support DNX_DEBUG_PID_PATH moozzyk 2015-09-25 08:59:30 -0700
  • 9a5b0a0ffa Skip lock file validation in DTH - Added tests David Fowler 2015-09-26 15:44:19 -0700
  • cea72558dd Made changes to DTH testing infrastructure and added coverage - Added basic coverage for compile modules in DTH - Fixed project context association - Removed dependency on old test framework David Fowler 2015-09-26 02:09:36 -0700
  • dba2826654 Add test coverage for projects with ICompileModule David Fowler 2015-09-25 23:47:06 -0700
  • 51704efa66 Fix a usage of NuGet.Config that was missed in earlier commit Pranav K 2015-09-24 07:09:38 -0700
  • 0e1f940bd5 Merge f956c991d5 into 4f6eba9cad John Luo 2015-09-26 01:40:03 +0000
  • 4f6eba9cad Cleaning up error outputs for dnx and dnu to address #864 by hiding stack traces for non-user errors John Luo 2015-09-23 12:21:02 -0700
  • 5066768dd3 DTH: Validate dependency when search paths are updated Troy Dai 2015-09-24 16:24:03 -0700
  • 25cea4e112 Merge 495e2c06c9 into 96e9385eff John Luo 2015-09-26 00:17:19 +0000
  • 96e9385eff Associate the load context when LoadFile or LoadStream is called David Fowler 2015-09-25 17:17:05 -0700
  • f956c991d5 Cleaning up error outputs for dnx and dnu to address #864 by hiding stack traces for non-user errors John Luo 2015-09-23 12:21:02 -0700
  • cc8563ab12 Implementing test infrastructure improvements outlined in #2664 John Luo 2015-09-14 11:09:40 -0700
  • 9a69c9084f short term long-path fix Andrew Stanton-Nurse 2015-09-25 15:47:12 -0700
  • 495e2c06c9 Implementing test infrastructure improvements outlined in #2664 John Luo 2015-09-14 11:09:40 -0700
  • 8b36d89c02 reduce long paths Andrew Stanton-Nurse 2015-09-25 14:58:25 -0700
  • e0726f769a clean up and finish fixing #2782 Andrew Stanton-Nurse 2015-09-22 12:37:53 -0700
  • cb7557b602 fix #438 by adding support for dependency targets Andrew Stanton-Nurse 2015-09-22 16:51:37 -0700
  • 5ee13c0b94 Forgot conditional Brennan 2015-09-25 14:00:49 -0700
  • b23be6905c Disable test on CLR to get build working Brennan 2015-09-25 13:39:39 -0700
  • b55afd3ac4 Use DNX_PACKAGES in makefile if it exists Brennan 2015-09-25 11:38:45 -0700
  • f4b3168f53 Several DTH and compilation performance improvements - There were some general regressions from beta7 to beta8 wrt performance of DTH and compilation. This fix intends to rectify those and also improve some on some of the older logic (<= beta7) - Don't create the build time load context until required. For it's not needed unless a compile module is being loaded or a custom compiler is being loaded. - The LibraryExporter no longer holds onto the build load context - Fixed a disposal caching bug - Nuke IProjectGraphProvider because it provided no real value - Made ProjectExportContext which acts as a disposable cache entry for the build time load context. - Added friendly name to LoadContext for easy debugging - Removed background compilation from DTH as it was harmful for large solutions. Things are only compiled on demand now. - ProjectAssemblyLoader will only take the subset of project that it needs David Fowler 2015-09-25 01:50:23 -0700
  • 218e7223d5 Merge 0d147d05af into ff379c44f3 David Fowler 2015-09-25 10:01:38 +0000
  • 0d147d05af Override correct load method on BuildLoadContext David Fowler 2015-09-25 03:01:18 -0700
  • 80855f2412 Several DTH and compilation performance improvements - There were some general regressions from beta7 to beta8 wrt performance of DTH and compilation. This fix intends to rectify those and also improve some on some of the older logic (<= beta7) - Don't create the build time load context until required. For it's not needed unless a compile module is being loaded or a custom compiler is being loaded. - The LibraryExporter no longer holds onto the build load context - Fixed a disposal caching bug - Nuke IProjectGraphProvider because it provided no real value - Made ProjectExportContext which acts as a disposable cache entry for the build time load context. - Added friendly name to LoadContext for easy debugging - Removed background compilation from DTH as it was harmful for large solutions. Things are only compiled on demand now. - ProjectAssemblyLoader will only take the subset of project that it needs David Fowler 2015-09-25 01:50:23 -0700
  • ff379c44f3 More long paths problems... David Fowler 2015-09-24 17:24:09 -0700
  • e3998a09e9 Writing pid if DNX_DEBUG_PID_PATH specified and correct moozzyk 2015-09-24 13:43:23 -0700