Commit graph

4130 commits

Author SHA1 Message Date
Anders Jensen-Waud
accac3138e Fix unixcoreruncommon build error on FreeBSD
Needed cstdlib to build properly
2015-05-01 11:16:53 +10:00
Aditya Mandaleeka
95450a16ed Add Unix version of coreconsole.
Created a Unix version of coreconsole which, like the Windows version,
is similar to corerun but runs the managed binary with the same name as
the executable (but with the DLL extension). Moved code that is common
between corerun and coreconsole to coreruncommon.

Remove the workaround for the XCode 6.3 SDK issue wherein some of the
system headers that we reference try to include a __debug header which
does not exist. The 6.3.1 update fixed that issue so the workaround is no
longer required.

Fix #747
2015-04-28 18:06:26 -07:00
Aaron Katz
439381cbf6 changed spacing 2015-04-09 15:23:57 -07:00
Aaron Katz
e9a2a2d8a2 changed spacing 2015-04-09 15:23:57 -07:00
Aaron Katz
0245ab771e changed spacing and using std::string instead of TCHAR 2015-04-09 15:16:37 -07:00
Aaron Katz
299e362d11 changed spacing and using std::string instead of TCHAR 2015-04-09 15:16:37 -07:00
Aaron Katz
6c716b6fa0 Changes to spacing 2015-04-09 14:51:10 -07:00
Aaron Katz
a0f238906b Changes to spacing 2015-04-09 14:51:10 -07:00
Aaron Katz
03eae4653a changes based on comments 2015-04-06 09:57:16 -07:00
Aaron Katz
ea7b78ef1c changes based on comments 2015-04-06 09:57:16 -07:00
Pete Baker
82d119f94c Merge pull request 11 from feature/getcurrentthreadid into develop 2015-04-03 18:12:32 +00:00
Aaron Katz
c84dfa9b63 Changes from notes 2015-04-03 11:06:30 -07:00
Aaron Katz
6194094244 Changes from notes 2015-04-03 11:06:30 -07:00
Peter Honeder
e46e44d701 fetched changes from branch feature/GetComputerName 2015-04-03 10:22:05 -07:00
Peter Honeder
70645d5bc1 fetched changes from branch feature/GetComputerName 2015-04-03 10:22:05 -07:00
Peter Honeder
9f4c6d3e02 added build files and folders to gitignore 2015-04-03 10:19:17 -07:00
Aaron Katz
82c111c6c2 code for cpinfo 2015-03-20 10:07:06 -07:00
Aaron Katz
ac95206250 code for cpinfo 2015-03-20 10:07:06 -07:00
Pete Baker
0c5f78a223 built and tested - pass 2015-03-19 13:09:36 -07:00
Pete Baker
8c27f6eb80 built and tested - pass 2015-03-19 13:09:36 -07:00
Peter Honeder
7acaf3a093 added .idea to gitignore 2015-03-05 14:59:16 -08:00
Peter Honeder
beb5be9ffa initial commit 2015-03-05 14:58:25 -08:00
Peter Honeder
c0bc9a2a67 initial commit 2015-03-05 14:58:25 -08:00
Peter Honeder
a86b598f1f made the first powershell headers compile with stubs and modified coreclr headers 2015-02-13 18:14:43 -08:00
Peter Honeder
05dbe09c15 changed unit test and switched compiler to clang with libc++ 2015-02-13 14:38:40 -08:00
Peter Honeder
124a300a97 fixed prefix to use abs path and switched to libc++ with clang 2015-02-13 14:36:52 -08:00
Peter Honeder
2cae441703 added some more checks for basic windows data types 2015-02-13 10:58:21 -08:00
Peter Honeder
3b676df8c5 added cpp unit, simple bootstrap build script, added unit test to check a few coreclr pal datatypes 2015-02-12 17:04:28 -08:00
Peter Honeder
1e91e69085 added initial empty project and .gitignore 2015-02-12 15:06:46 -08:00
Peter Honeder
81eae75cc9 initial commit with submodule setup 2015-02-12 15:01:36 -08:00