Commit Graph

4591 Commits

Author SHA1 Message Date
Pranav K 3f62cc65a5 Updating dnvm to latest 2015-05-06 09:35:02 -07:00
Barry Dorrans d870ae431e Add link to documentation site 2015-05-05 13:16:29 -07:00
N. Taylor Mullen 552b336a78 Update LICENSE.txt and license header on files. 2015-05-01 14:07:00 -07:00
N. Taylor Mullen b781df02af Update LICENSE.txt and license header on files. 2015-05-01 14:05:34 -07:00
N. Taylor Mullen c6416f3520 Update LICENSE.txt and license header on files. 2015-05-01 13:45:56 -07:00
moozzyk f3207ed440 Fixing a build break in Helios
Removing Common.Native.targets - to avoid increasing build complexity repo with native projects will have their own target that generates version.h file
2015-05-01 13:16:51 -07:00
Troy Dai 4a58540bdf React to DNX packages name change 2015-05-01 11:05:09 -07:00
moozzyk 6558f1c281 Consistent versioning of native binaries
* Adding an MSBuild target file that generates a header containing file and product versions which will be used in .rc files in native projects across all repos.
  Note that keeping header generation in MSBuild is cleaner than generating it in a .shade file since the entire project is being built within a single build subsystem and therefore you can build the project directly (i.e. just with MSBuild) without having to do it with Sake (if the file did not exist)
* Updating native-compile target in _k-standard-goals.shade to pass version numbers.
2015-05-01 10:23:27 -07:00
Pranav K 9ffb74a4c3 Build samples as part of build-samples 2015-04-30 11:57:45 -07:00
Pranav K d457b54a36 Avoid running tests for different target frameworks in parallel.
This lets us run more things in parallel which involve shared resources.
2015-04-30 11:28:04 -07:00
Pranav K e3373d54ab Removing parallel copying of files 2015-04-30 10:33:39 -07:00
Pranav K 4882269842 Adding support for running build in parallel. 2015-04-30 08:28:42 -07:00
Brennan d578779fa6 Revert Runtime.Abstractions 2015-04-29 23:58:04 -07:00
Brennan a1144274a1 React to Interface package renames 2015-04-29 22:42:00 -07:00
Brennan 7ecbee2f7d Interfaces->Abstractions 2015-04-29 17:21:04 -07:00
anurse 727924a8f2 change to us cmd to launch git on Windows 2015-04-29 16:08:43 -07:00
moozzyk e54a3b61c0 Enabling MSBuild 14 in the default native-compile target
Currently Helios won't build on machines that don't have VS2013 installed (only VS2015)
2015-04-28 11:55:39 -07:00
Chris Ross 66b669aa22 React to WebSocket feature API changes. 2015-04-24 10:53:07 -07:00
Matt Ellis d386e78ee6 Use $HOME as a possible storage location
If LOCALAPPDATA and USERPROFILE are both null (as is the case on
Linux/OSX) use "$HOME/.aspnet" as the root folder for data protection
keys

Fixes #76
2015-04-19 21:52:35 -07:00
Pranav K 8983a03fed Reacting to changes in OptionsModel 2015-04-16 16:57:44 -07:00
Hao Kung f71d49744e React to WebHostingBuilder 2015-04-15 12:45:28 -07:00
Pranav K 8d506097a0 Update dnu restore to use --parallel flag 2015-04-15 08:15:45 -07:00
Chris Ross a10245d39f Replace WebSocket dependency. 2015-04-08 14:50:42 -07:00
N. Taylor Mullen dbbf62cb6b Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:18:08 -07:00
N. Taylor Mullen 5dedb131b0 Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:17:40 -07:00
N. Taylor Mullen 7591d5b813 Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:14:26 -07:00
N. Taylor Mullen 5040ca4ceb Merge branch 'release' into dev 2015-04-07 14:54:49 -07:00
N. Taylor Mullen e0a651e9a6 Add serviceable attribute to projects.
aspnet/DNX#1600
2015-04-07 14:54:43 -07:00
N. Taylor Mullen d5740add2d Merge branch 'release' into dev 2015-04-07 14:42:09 -07:00
N. Taylor Mullen 8b9b809ecd Add serviceable attribute to projects.
aspnet/DNX#1600
2015-04-07 14:41:49 -07:00
Kiran Challa e3f4e51c0d Reacting to ILogger api changes 2015-04-04 00:44:36 -07:00
Wei Wang 558ac5a316 Fix AppVeyor git line ending config 2015-04-03 17:36:41 -07:00
Wei Wang 82be65d468 Fix AppVeyor git line ending config 2015-04-03 17:32:51 -07:00
Wei Wang da8f694328 Fix AppVeyor git line ending config 2015-04-03 17:08:11 -07:00
Doug Bunting 53a7360f79 Merge remote-tracking branch 'origin/release' into dev 2015-04-03 12:20:17 -07:00
Doug Bunting 1f97db54fa Merge remote-tracking branch 'origin/release' into dev 2015-04-03 11:36:31 -07:00
N. Taylor Mullen 60369d1a06 Merge branch 'release' into dev 2015-04-02 16:33:33 -07:00
N. Taylor Mullen 086eee4cf3 Add RazorTooling and Common to Universe. 2015-04-02 16:31:01 -07:00
N. Taylor Mullen ec61315412 Update project.json, code=>compile. Also remove **/*.cs and **/*.vs from compile section. These are now defaulted to on. 2015-04-02 16:15:25 -07:00
Doug Bunting cf2ba5aa25 Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:31 -07:00
Doug Bunting 19567ad39d Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:24 -07:00
Troy Dai 5826cd9014 Update global.json, sources=>projects 2015-04-02 09:20:50 -07:00
Troy Dai 1d7ac248ee Update global.json, sources=>projects 2015-04-02 09:19:54 -07:00
Pranav K a8134feb03 Adding status badges 2015-04-01 18:10:11 -07:00
N. Taylor Mullen 5b4ddc9082 Turn off sudo for .travis.yml. 2015-04-01 17:09:59 -07:00
N. Taylor Mullen 982336a4fe Turn off sudo for .travis.yml. 2015-04-01 17:09:22 -07:00
N. Taylor Mullen df74818199 Turn off sudo for .travis.yml. 2015-04-01 17:04:41 -07:00
N. Taylor Mullen 13eae9bb47 Add travis and appveyor CI support. 2015-04-01 15:59:29 -07:00
N. Taylor Mullen 2ae44c7063 Add travis and appveyor CI support. 2015-04-01 15:57:51 -07:00
N. Taylor Mullen 2cb0ddce82 Add travis and appveyor CI support. 2015-04-01 15:40:28 -07:00