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

7959 Коммитов

Автор SHA1 Сообщение Дата
Sergiy Kuryata 6806edab7d Merge pull request #4 from jkotas/gitignore
Improve .gitignore
2015-09-17 07:20:02 -07:00
Jan Kotas e2c461e86a Improve .gitignore
Copied good additions to .gitignore from https://github.com/dotnet/coreclr/
2015-09-17 01:35:37 -07:00
Jan Vorlicek 7267d2695d Merge pull request #3 from sergiy-k/gitconfig
Add .gitattributes and .gitignore files
2015-09-17 10:11:16 +02:00
dotnet-bot a6c9355994 Add .gitattributes and .gitignore files
These files are needed so we have proper line endings (for example, for
bash scripts) and so git would ignore some temporary local folders (for
example, "bin")
These files have been copied from the corefx repo
(https://github.com/dotnet/corefx) based on the commit label
dbb131dcafe570fd93824820797c88eb35609fc7.
2015-09-16 22:46:30 -07:00
Jan Kotas ab64b61772 Merge pull request #2 from sergiy-k/GcFiles
Add basic build scripts
2015-09-16 22:05:00 -07:00
dotnet-bot 2fce1fbf82 Add basic build scripts
Files under src/Native have been copied from
https://github.com/dotnet/corefx/tree/master/src/Native
The root build.sh file has been copied from
https://github.com/dotnet/corefx
Commit label in the corefx repo: dbb131dcafe570fd93824820797c88eb35609fc7

Note:
    - Some minor cleanup has been done build.sh, src/Native/CMakeLists.txt
      and src/Native/configure.cmake: renamed corefx -> corert, removed
      corefx specific parts
    - No code builds yet with this change
2015-09-16 21:52:11 -07:00
Jan Kotas 65eeb22c09 Merge pull request #1 from sergiy-k/GcFiles
Add GC source files
2015-09-16 19:32:26 -07:00
dotnet-bot add643f03b Add GC source files
All files have been copied from the coreclr repo
(https://github.com/dotnet/coreclr/tree/master/src/gc) based on the commit
label 8ff2389204d7c41b17eff0e9536267aea8d6496f.
2015-09-16 19:09:47 -07:00
Jan Kotas 7abb2d32a3 Initial commit 2015-09-15 16:16:10 -07:00