Commit Graph

14348 Commits

Author SHA1 Message Date
Kiran Challa 79a8a4e799 Fix deployers 2015-10-13 10:59:47 -07:00
Kiran Challa 916bca69fc Fix tests 2015-10-13 10:27:58 -07:00
Kiran Challa 348ab7c943 Reacting to testing changes 2015-10-13 10:20:10 -07:00
Kiran Challa dcdf778bcc Reacting to testing changes 2015-10-13 05:24:25 -07:00
Doug Bunting 4e87b0c972 Go back to running `dnu restore` with Mono
- can't fix #290 at this time; need Ubuntu 14.04 on Travis
2015-10-12 18:51:11 -07:00
Doug Bunting eea089a0f9 Fix local build break 2015-10-12 13:17:24 -07:00
Doug Bunting 598fa025ef Fix local build break 2015-10-12 13:16:01 -07:00
Doug Bunting 187221fcd8 Fix local build break 2015-10-12 13:06:31 -07:00
Doug Bunting f62b7e4816 Fix local build break 2015-10-12 12:57:00 -07:00
Doug Bunting 62ca4d6a8c Fix local build break 2015-10-12 12:56:34 -07:00
Doug Bunting a0b29e3f2b Fix local build break 2015-10-12 12:55:41 -07:00
Doug Bunting 2a951aaeaa Fix local build break 2015-10-12 12:55:15 -07:00
Doug Bunting 0ebd005481 Fix local build break 2015-10-12 12:52:31 -07:00
Doug Bunting 79fe094add Fix local build break 2015-10-12 12:50:44 -07:00
Doug Bunting f8b7b6ba41 Correct typo in `build.cmd` 2015-10-12 12:34:08 -07:00
Doug Bunting 24346ea976 Fix build breaks
- correct typo in `_kpm-publish.shade`
2015-10-12 10:39:48 -07:00
Doug Bunting ece4169559 React to aspnet/Universe#290 fix 2015-10-12 10:38:53 -07:00
Doug Bunting 2303220cf6 React to aspnet/Universe#290 fix 2015-10-12 10:35:52 -07:00
Doug Bunting a0c632d643 React to aspnet/Universe#290 fix 2015-10-12 10:34:30 -07:00
Doug Bunting d679c85aa3 Always restore w/ Core CLR and build w/ CLR or Mono
- #290
- remove workaround for aspnet/dnx#2566; not needed if building with CLR or Mono
- install Core CLR DNX in `build.sh`
  - must be applied in all repos using Travis before this PR goes in
- add `Dnu()` and `Dnx()` macros
  - remove `K()` macro from `_k-test.shade`; use `Dnx()` instead
- incorporate per-repo changes not yet applied to Universe templates
  - use newer `NuGet.exe`
  - Universe itself does not need the Korebuild package or `dnvm`

Changes partially revert 618a73b e.g. always start build with CLR or Mono DNX

nits:
- reduced DNX switches and `dnvm` calls in `build.cmd`
- base NuGet skip decision on _both_ KoreBuild and Sake's installation status
- make `Quiet` variable work more reliably; small changes often led to compilation problems
  - requires a small change in DNX repo at the same time
- remove some trailing whitespace and tabs
- add a bit more description to `_k.shade`
2015-10-12 10:02:18 -07:00
Chris R cfe6e22a29 React to IHeaderDictionary changes. 2015-10-12 09:29:34 -07:00
Chris R f7c7306881 React to IHeaderDictionary changes. 2015-10-12 08:59:04 -07:00
Doug Bunting 3d61bbf357 React to aspnet/Universe#290 fix
- pick up latest `build.cmd` and `build.sh` files
- oops, this shouldn't be using a volatile feed
2015-10-11 00:50:01 -07:00
Doug Bunting 1899a4ffc2 React to aspnet/Universe#290 fix
- pick up latest `build.cmd` and `build.sh` files
  - preserve installation of x64 DNX packages in this repo
2015-10-11 00:48:26 -07:00
Doug Bunting 2633bb5277 React to aspnet/Universe#290 fix
- pick up latest `build.cmd` and `build.sh` files
  - preserve installation of x64 DNX packages in this repo
2015-10-11 00:45:30 -07:00
Stephen Halter 3eec43a0c3 Move static BitCount method to base class
- Updated comment to point to a specific commit in corefx
- This is more consistent with AppendValue since BitCount doesn't need
  to be generated
2015-10-09 17:27:33 -07:00
Stephen Halter a33a5d0f1b Merge branch 'benaadams/bitcount-fast' into dev 2015-10-09 17:17:03 -07:00
Stephen Halter a9de028ba3 Enable the LargeUpload functional test now that #234 is resolved 2015-10-09 15:58:14 -07:00
Stephen Halter 385c0ab244 Make project.json dependencies more consistent and permissive
- This prevents warning NU1007 from LibraryManager during the build
2015-10-09 15:56:57 -07:00
Louis DeJardin 78177e7082 Fixing rebase errors 2015-10-09 13:26:34 -07:00
Louis DeJardin daf272163d Visual Studio insists NuGet.config MUST have a BOM
Adding this commit so the file stops showing up as modified
2015-10-09 13:19:12 -07:00
Louis DeJardin 6ae0f5d505 PR feedback - code formatting 2015-10-09 13:19:10 -07:00
Louis DeJardin 29b0b124ee Moving non-changing methods into .cs partial 2015-10-09 13:19:09 -07:00
Ben Adams ccfeef6353 All features to have backing object 2015-10-09 13:18:32 -07:00
Ben Adams 8f41e47eca Remove bitfield for locally implemented interface items
Only generate type statics for cached features
2015-10-09 13:18:09 -07:00
Ben Adams 3c20053d9a Don used cached typeof for tests 2015-10-09 13:15:39 -07:00
Ben Adams 56893df7f9 Don't iterate overriden features twice 2015-10-09 13:11:48 -07:00
Louis DeJardin cbc3b4e6f5 PR Feedback
* Sorting namespaces
* Removing `as` casting for Frame's implemented interfaces
2015-10-09 13:10:27 -07:00
Louis DeJardin dc0eb679ae Updating unit tests for Frame IFeatureCollection update 2015-10-09 13:09:37 -07:00
Louis DeJardin 71fc2bf2e5 Rough implementation of feature collection optimization 2015-10-09 13:09:35 -07:00
Ben Adams 6b0fa776ca More comment clarity 2015-10-09 12:16:54 -07:00
Ben Adams 47973541b5 Remove redundant cast 2015-10-09 12:16:53 -07:00
Ben Adams e107c47913 Add comment explanation 2015-10-09 12:16:52 -07:00
Ben Adams 05702e81e6 more typeof caching 2015-10-09 12:16:50 -07:00
Ben Adams d48a27dd59 Use bitflag for override and cache typeof in statics 2015-10-09 12:16:49 -07:00
Louis DeJardin dcf591c832 Rough implementation of feature collection optimization 2015-10-09 12:16:48 -07:00
Doug Bunting 532b96ddd6 React to aspnet/Universe#290 fix 2015-10-08 21:37:53 -07:00
Doug Bunting 21a1c2063c React to aspnet/Universe#290 fix 2015-10-08 20:55:12 -07:00
Doug Bunting 950acc99b5 React to aspnet/Universe#290 fix 2015-10-08 20:31:56 -07:00
Stephen Halter 0c1b05ce2d Merge branch 'release' into dev 2015-10-08 16:40:13 -07:00