Commit graph

7213 commits

Author SHA1 Message Date
Valentin Charbonnier
300cb9dcfb
Update Kernel.cs 2018-01-05 21:29:58 +01:00
Valentin Charbonnier
dbad88c810 Fixed --' 2017-12-25 17:18:23 +01:00
Valentin Charbonnier
080436fc59
Merge pull request #25 from CosmosOS/master
Fix.
2017-12-24 18:13:02 +01:00
José Pedro
4b1b36ff6b
Cosmos.VS.DebugEngine fixes. 2017-12-24 16:36:35 +00:00
jp2masa
793ec16f8b
Merge pull request #812 from trivalik/checkVS
check in batch before build for.net framework 4.7.1
2017-12-24 16:24:04 +00:00
Valentin Charbonnier
3f41cf40ad Fix. 2017-12-24 16:14:29 +01:00
Valentin Charbonnier
18b304308b
Merge pull request #24 from CosmosOS/master
Fixes.
2017-12-24 16:01:13 +01:00
Valentin Charbonnier
851e7cd997 .-. 2017-12-24 16:00:55 +01:00
Valentin Charbonnier
9003ef4589 Fixes. 2017-12-24 15:52:47 +01:00
José Pedro
5b64efb53f
Moved debug engine registration to a separate pkgdef. 2017-12-24 14:34:29 +00:00
José Pedro
cf4b84306e
Removed "<ReferenceOutputAssembly>false</ReferenceOutputAssembly>". 2017-12-24 02:16:12 +00:00
José Pedro
f2d99db847
Package upgrades. 2017-12-24 01:56:54 +00:00
Valentin Charbonnier
99d74715fc Is the problem fixed? 2017-12-23 17:41:03 +01:00
Valentin Charbonnier
4167ad81dd
Merge pull request #22 from CosmosOS/master
Merge Cosmos master.
2017-12-23 17:00:45 +01:00
Valentin Charbonnier
b9880d181e Conflicts fixed. 2017-12-23 17:00:32 +01:00
José Pedro
d57bb740fe
Cosmos.Debug.Symbols -> IL2CPU.Debug.Symbols. 2017-12-22 02:03:32 +00:00
José Pedro
562bb32e97
Debug engine GUID fixes. 2017-12-22 01:28:00 +00:00
José Pedro
8533f41384
Fixed package GUID conflict. 2017-12-21 20:35:00 +00:00
Arawn Davies
570ddbcfb6
Merge pull request #808 from zarlo/patch-2
Update issue_template.md
2017-12-21 01:24:34 +00:00
jp2masa
0207f3795e
Merge pull request #823 from CosmosOS/guess-improvements
Guess demo improvements
2017-12-18 22:33:43 +00:00
José Pedro
e69656c127
Added tests. 2017-12-17 18:53:30 +00:00
José Pedro
cb733aa434
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into guess-improvements 2017-12-17 18:37:05 +00:00
jp2masa
3a0da1a679
Merge pull request #815 from CosmosOS/remove-net471-workaround
Removed workaround for .NET Framework 4.7.1 projects
2017-12-13 17:30:58 +00:00
Valentin Charbonnier
0282c63fe7 Nuget. 2017-12-11 21:09:35 +01:00
José Pedro
00a884437a
Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
José Pedro
7befa1eb3c
Guess demo improvements. 2017-12-10 01:31:21 +00:00
José Pedro
8bed32957e
Test Runner fix. 2017-12-09 22:09:23 +00:00
José Pedro
9c35769c8b
Fixed appveyor.yml. 2017-12-09 21:20:37 +00:00
José Pedro
084c573084
IL2CPU -> IL2CPU.Compiler. 2017-12-09 20:16:19 +00:00
José Pedro
5693067eda
Fixed Cosmos.VS.DebugEngine references. 2017-12-07 17:34:57 +00:00
José Pedro
7417cf913a
Removed workaround for .NET Framework 4.7.1 projects. 2017-12-05 23:23:12 +00:00
José Pedro
f8a765616d
Build. 2017-12-03 23:45:18 +00:00
Trivalik
5f3cc7e996 check in batch before build for.net framework 4.7.1 2017-11-30 11:01:56 +01:00
José Pedro
0e8cdf2cad
Packages. 2017-11-25 22:37:09 +00:00
GeomTech
953bf8d748 Revert "Merge branch 'network-update' into master"
This reverts commit 5a3b4e983f, reversing
changes made to 2913682866.
2017-11-23 23:57:10 +01:00
GeomTech
5a3b4e983f
Merge branch 'network-update' into master 2017-11-23 17:19:13 +01:00
GeomTech
d14b533a38 Merge remote-tracking branch 'refs/remotes/CosmosOS/master' into network-update
# Conflicts:
#	Tests/Cosmos.TestRunner.Core/TestKernelSets.cs
2017-11-23 17:11:46 +01:00
José Pedro
90526677b0
Build. 2017-11-21 20:17:36 +00:00
José Pedro
94a5b5ece6
Added the workaround to test projects. 2017-11-21 14:24:22 +00:00
José Pedro
e27746590e
Upgraded projects to .NET Framework 4.7.1. 2017-11-21 14:08:25 +00:00
José Pedro
751c67d787
Fixed wrong assembly version. 2017-11-20 22:01:43 +00:00
zarlo
656b10f723
Update issue_template.md 2017-11-20 14:22:30 +10:00
Valentin Charbonnier
2913682866
Merge pull request #17 from herecome-datboi/master
Downgraded Microsoft.Data.SQLite package
2017-11-16 19:07:00 +01:00
herecome-datboi
6bcd6e1bcf
Downgrade Microsoft.Data.SQLite package
Downgrade Microsoft.Data.SQLite package in packages.config to eliminate the e_sqlite3.dll missing error
Here's the relevant commit from upstream
a0d67eca10
2017-11-16 00:11:50 +00:00
herecome-datboi
ef911f19d8
Update Cosmos.VS.DebugEngine.csproj
Downgrade Microsoft.Data.SQLite package in Cosmos.VS.DebugEngine
2017-11-16 00:08:52 +00:00
José Pedro
a0d67eca10
Downgraded Microsoft.Data.Sqlite to version 1.1.1. 2017-11-13 00:20:35 +00:00
Valentin Charbonnier
f029565db6
Merge pull request #16 from CosmosOS/master
Merge Cosmos master into Aura Cosmos
2017-11-10 18:44:30 +01:00
José Pedro
e1e2e49020
Packages. 2017-11-09 22:54:29 +00:00
jp2masa
4cf4e47912
Merge pull request #802 from Arawn-Davies/for_cosmosos
Updating Syslinux to version 6.03
2017-11-08 21:09:09 +00:00
Arawn-Davies
f041e11cad Includes the new files for Syslinux in the InnoSetup script. 2017-11-07 23:25:45 +00:00