Commit graph

469 commits

Author SHA1 Message Date
Bryan Thornbury
69d01ff168 Merge pull request #273 from brthor/brthor/corehost
CoreHost Changes for Linux
2015-11-20 10:52:17 -08:00
Senthil
b9666d0fea Merge pull request #272 from dotnet/quotes
Fix quotes in native CPP intermediate compilation
2015-11-20 00:23:23 -08:00
Bryan
f9dda0ca3a Corehost changes for linux/mac default installations 2015-11-19 18:03:35 -08:00
Andrew Stanton-Nurse
c14e512a03 wip 2015-11-19 17:24:01 -08:00
Andrew Stanton-Nurse
103aaa4d8e add default values for DOTNET_HOME in corehost
fixes #234
2015-11-19 17:24:01 -08:00
Bryan Thornbury
20f5ba4a5e Merge pull request #267 from brthor/move_package_tool
Move Debian Package Tools to packaging folder
2015-11-19 17:21:08 -08:00
Senthil
28d0236bb0 Fix quotes in native CPP intermediate compilation
Continuation of path quote fixes from:
96c62d2d25

@livarcocc/@brthor, PTAL
2015-11-19 16:45:54 -08:00
Bryan Thornbury
3adc3ed425 Fix permissions of moved package files 2015-11-19 16:29:31 -08:00
schellap
96c62d2d25 Fix quotes around path containing spaces 2015-11-19 16:06:58 -08:00
Bryan Thornbury
cefd1cbcfa Move Debian Package Tools to packaging folder 2015-11-19 14:45:20 -08:00
Bryan Thornbury
0b3ea258e7 Merge pull request #264 from brthor/small_fixes
Small fixes for dotnet compile --native
2015-11-19 14:25:25 -08:00
Bryan Thornbury
7665e99edd Add -lrt to RyuJit mode, not cpp 2015-11-19 13:52:16 -08:00
Bryan Thornbury
f3f0d389d8 Add -Xlinker -lrt to fix issues with linking libSystem.Native.a, change --ilc-args to --ilcargs 2015-11-19 12:29:30 -08:00
Livar
b3b2ee737f Merge pull request #243 from livarcocc/native_fixes
Fixes for dotnet compile --native.
2015-11-19 12:26:54 -08:00
Livar Cunha
cd97e2d8c6 Replacing TABs with SPACEs in WindowsLinkStep 2015-11-19 10:35:05 -08:00
David Fowler
fda97bf9af Merge pull request #256 from kangaroo/fix-osx
[osx] Fix permissions on place-binary.sh, and fix REPOROOT
2015-11-19 07:48:57 -08:00
Geoff Norton
bd2414dbdf [osx] Fix permissions on place-binary.sh, and fix REPOROOT 2015-11-19 13:09:28 +09:00
Andy Gocke
f61ae84cb8 Merge pull request #252 from agocke/FixWindowsCrossgen
Run crossgen on the csc/vbc dlls, rather than the host exe
2015-11-18 17:36:56 -08:00
Livar Cunha
fe110f4497 Fixing the path for the includes in windows for cpp native 2015-11-18 17:21:46 -08:00
Bryan
8b66db56c6 Link in msvcrt, Fix output path bug 2015-11-18 17:03:29 -08:00
Livar Cunha
d0100335da Changing native out flag to output flag to match compiler. Also changing the rsp file spliting to handle both /r/n and /r
Fixing the input path to the native compiler. It was adding /native to it before.

Switching compile native to System.CommandLine for args parsing and removing quotes from -native.rsp.

Fixing build_appdeps.cmd: Removed the * from __ApPDepSDK as xcopy does not honor that. In order to stay independent of the version of appDep, we CD into the appDepSDK and then navigate to the first folder we find, which should always be one, as we clear the folder before restoring appDep, after that we xcopy
2015-11-18 17:03:28 -08:00
Bryan Thornbury
9fbf7a7995 Add msvcrt library to link step 2015-11-18 17:02:30 -08:00
Piotr Puszkiewicz
a997f65a4e Merge pull request #241 from dotnet/anurse/237-script-executor
add script executor
2015-11-18 16:42:12 -08:00
Piotr Puszkiewicz
f3dc62516a Merge pull request #248 from blackdwarf/pkgosxfix
Add correct permissions and symlinks to PKG generation
2015-11-18 16:41:40 -08:00
Andy Gocke
96710ebfc1 Run crossgen on the csc/vbc dlls, rather than the host exe 2015-11-18 16:13:52 -08:00
Andrew Stanton-Nurse
04624ff5d1 add script executor
also added a postcompile script to each project to place the outputs in the right folder

fixes #237
2015-11-18 14:28:07 -08:00
Andrew Stanton-Nurse
5d195c8eea fix sln again 2015-11-18 14:23:12 -08:00
Zlatko Knezevic
f0f773f92c Add correct permissions and symlinks to PKG generation
Add proper symlinks to the postinstall script. Also, the permissions of the
resulting directory post-install were wrong (set to root:wheel). This is fixed
by using the --ownership preserve switch to pkgbuild.

Fix #247
2015-11-18 12:59:03 -08:00
Andrew Stanton-Nurse
d415aa705b clean up the SLN and projects 2015-11-18 12:05:13 -08:00
Sridhar Periyasamy
a0761f2c09 Merge pull request #239 from Sridhar-MS/version-num
Change the version numbers to x.x.x.x format for linux and OSX
2015-11-18 11:05:56 -08:00
Sridhar Periyasamy
1e0102778c Change the version numbers to x.x.x.x format for linux and OSX
Earlier I made changes for windows to follow the 'major.minor.build.revision' model for versioning.
This format is enforced by MSI authoring tools. It makes sense to follow the same format for Linux and OSX too, now we have uniform version numbers for all platforms.
2015-11-18 10:21:05 -08:00
Sridhar Periyasamy
3245130997 Use azure CLI instead of Invoke-WebRequest to upload files into azure blob
storage.

We cannot use Invoke-WebRequest todo this becuase azure has a max limit of
64mb that can be uploaded using REST
2015-11-18 08:32:09 -08:00
Sridhar Periyasamy
0233d6fc98 Merge branch 'master' of https://github.com/dotnet/cli 2015-11-18 07:50:36 -08:00
Sridhar Periyasamy
ba8a2b3869 Fix the mode flags on repoapi_client.sh 2015-11-18 07:47:21 -08:00
Zlatko Knezevic
5f5e3ad74c Merge pull request #235 from blackdwarf/master
Adding new stuff to README
2015-11-18 07:45:26 -08:00
Zlatko Knezevic
bcadf9e3d7 More PR Feedbacl 2015-11-18 07:44:00 -08:00
Zlatko Knezevic
992837b4b8 More PR feedback 2015-11-18 07:42:12 -08:00
Zlatko Knezevic
cf9988a1ce Responding to PR feedback 2015-11-18 07:40:24 -08:00
Zlatko Knezevic
9cae6ff90e Adding new stuff to README 2015-11-18 07:28:39 -08:00
Rich Lander
68a6cbb668 Merge pull request #231 from dotnet/framing
Add Intro to CLI doc
2015-11-18 07:26:09 -08:00
David Fowler
8370a2b929 Fixed compilation error 2015-11-18 06:48:31 -08:00
Piotr Puszkiewicz
c284a7492a Merge pull request #217 from brthor/dotnet-compile-natives
dotnet-compile-native
Thanks for getting this in!
2015-11-18 02:11:11 -08:00
Bryan Thornbury
b1c42103ab Merge pull request #225 from brthor/fixdeb
Fix Symlinks to dotnet binaries
2015-11-18 02:08:49 -08:00
Bryan Thornbury
9399def373 add dotnet init 2015-11-18 02:06:04 -08:00
Bryan
325a5af4cf Merge branch 'dotnet-compile-natives' of https://github.com/brthor/cli into dotnet-compile-natives 2015-11-18 01:54:28 -08:00
Bryan
1455d9151d Don't copy Appdeps on mac. Bump appdep package version number 2015-11-18 01:53:05 -08:00
Bryan Thornbury
bd9277e906 Merge pull request #1 from piotrpMSFT/brthor-dotnet-compile-natives
Brthor dotnet compile natives
2015-11-18 01:34:04 -08:00
Piotr Puszkiewicz
080a127c38 Merge pull request #211 from Sridhar-MS/msi-packaging
First pass at building Windows MSI for the dotnet CLI repo.
2015-11-18 01:27:10 -08:00
Zlatko Knezevic
f78bb8ccd4 Merge pull request #230 from blackdwarf/mdfiles
Fix READMEs in command folders
2015-11-18 01:21:33 -08:00
Bryan
8768b873bd Fix Windows AppDep, bump ILCompiler Version to fix cache issue 2015-11-18 01:19:06 -08:00