Matthijs ter Woord
1c22489404
Merge pull request #78 from kant2002/vs2015
...
Support for Vs2015
2015-05-08 19:42:38 +02:00
Andrey Kurdyumov
e8de8ad44d
Update Mono.Cecil to 0.9.6.1
...
Nuget used for delivering dependencies
2015-05-08 22:40:52 +06:00
Joshua Zenn
6142448d73
Update OpNone.cs
2015-05-08 08:28:53 -04:00
Matthijs ter Woord
1ef59b5246
Merge branch 'pr/84'
2015-05-07 18:29:58 +02:00
Andrey Kurdyumov
4509dd0f81
Fix String switch on Roslyn
2015-05-07 21:15:08 +06:00
Joshua Zenn
bcc07b0951
Added Ldobj OpType
2015-05-07 08:29:01 -04:00
Andrey Kurdyumov
fec99ddb25
Change UInt64 to long
...
This is due to inability Dapper handle UInt64 with SQLite
2015-05-07 12:50:06 +06:00
Andrey Kurdyumov
6080592f99
Separate index and tables creation
...
This separation allows don't pay penalty for each insert during compilation phase.
Indexes created at the last step of the compilation process.
For profiler application indexes created together with tables.
2015-05-07 12:50:05 +06:00
Andrey Kurdyumov
c76c477ed6
Improved compilation speed by changing Guid to ulong
2015-05-07 12:41:05 +06:00
Matthijs ter Woord
277d87e3ef
Code cleanup.
2015-05-05 10:44:54 +02:00
Matthijs ter Woord
7c8b0f732f
Normally, you don't want to use LoadFile, as it always loads that file, even if the same assembly has been loaded from a different folder. Can give weird issues with reflection.
2015-05-05 10:44:00 +02:00
Matthijs ter Woord
1fe9f52dbe
uniform formatting.
2015-04-20 18:55:40 +02:00
Matthijs ter Woord
e99e9ffad9
Merge pull request #77 from PathogenDavid/master
...
Added stobj stack push/pop information to OpType and some other smaller changes.
2015-04-20 18:49:51 +02:00
David Maas
c0579322c1
Hacked in showing types in call trace outputs when a plug is missing. (Rather than seeing "Void Run()" you see "Cosmos.Kernel::Void Run()", not ideal but it works.)
2015-04-20 10:41:58 -05:00
David Maas
77f741a127
Added stobj's stack push/pop information to OpType. Re-added PCSpeaker.cs to Cosmos.HAL.
2015-04-20 10:40:39 -05:00
unknown
53d7432fa0
Modifying my user kernel to test VMT.
2015-04-17 12:37:29 -05:00
Matthijs ter Woord
2827b63be0
scanner log works again.
2015-03-15 17:02:47 +01:00
Matthijs ter Woord
cd17b19ce4
Disable more edison testing code.
2015-02-26 18:11:48 +01:00
Matthijs ter Woord
ff963d65a0
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
...
Conflicts:
source/Cosmos.IL2CPU/AppAssembler.cs
2015-02-26 18:07:30 +01:00
unknown
038d25070e
Removed some debug code.
2015-02-11 11:32:33 -06:00
Matthijs ter Woord
07cdafbedd
Ongoing edison work
2015-02-03 19:46:10 +01:00
Matthijs ter Woord
a1cdb6f983
remnove debug code.
2015-02-03 18:08:23 +01:00
Matthijs ter Woord
274f0353ed
Ongoing changes.
2015-02-01 16:52:00 +01:00
Andrey Kurdyumov
fd5d2ae3db
Add formatting
2015-01-18 19:46:48 +06:00
Andrey Kurdyumov
2d817c5e6d
Add plug for Buffer.__Mmmove on the .NET 4.6
2015-01-18 19:41:30 +06:00
Matthijs ter Woord
bbe9d4fe08
Add extra tracing code
...
It seems there's a bug in the GetMethodAddressForType method. This extra code should break if it's the emitted content that's wrong..
2015-01-07 19:18:24 +01:00
Matthijs ter Woord
36ec5751d9
More subtle code changes.
2015-01-04 17:54:48 +01:00
Matthijs ter Woord
f7a52eff50
Fix compilation.
2015-01-03 10:53:42 +01:00
Matthijs ter Woord
47d4d3f782
Ongoing work for enabling compiler extensions.
2015-01-03 09:30:10 +01:00
Matthijs ter Woord
a61d93e438
Refactorings related to compiler.
2015-01-02 13:56:52 +01:00
Matthijs ter Woord
e614a95df5
Sending information to the Console window works now!
2014-12-31 17:49:53 +01:00
Matthijs ter Woord
24ba16eb26
Some refactorings..
2014-12-27 16:38:21 +01:00
Matthijs ter Woord
c159e8018c
some fixes related to static fields and structs.
2014-12-22 11:11:47 +01:00
Matthijs ter Woord
d15b021506
fix compilation.
2014-12-22 10:55:30 +01:00
Matthijs ter Woord
3da990696e
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
...
Conflicts:
source/Cosmos.IL2CPU/ILScanner.cs
2014-12-21 10:29:32 +01:00
Matthijs ter Woord
35c2427d4d
.
2014-12-21 10:28:05 +01:00
Sentinel209
3a3ac8bf79
Added Ldsflda and fixed issue with multiple inheritance and interfaces.
2014-12-20 22:48:16 -06:00
Matthijs ter Woord
0ebc0fbd48
Not sure what the optimizer does. For now, lets disable it.
2014-12-20 18:15:40 +01:00
Matthijs ter Woord
848fbd4479
Small perf improvements.
2014-12-20 17:41:53 +01:00
Matthijs ter Woord
b882bb6c02
Performance improvements.
2014-12-20 17:36:45 +01:00
Matthijs ter Woord
50109802ba
Small performance improvements.
2014-12-20 17:02:06 +01:00
MyvarHD
906c5565b5
Added unbox opcode
2014-12-20 17:48:59 +02:00
Matthijs ter Woord
0c3cc1cbb2
Log is now used for testing as well.
2014-12-20 15:02:13 +01:00
Matthijs ter Woord
794f843aa7
Added first automated compiler test.
2014-12-20 14:47:43 +01:00
Matthijs ter Woord
ae97e3107d
Merge pull request #30 from MyvarHD/master
...
Added My userfile and patched UnBox_Any op code
2014-12-20 11:52:54 +01:00
MyvarHD
6e9451531e
Addded StackPushTypes chaneg in Unbox_Any case
2014-12-20 12:50:50 +02:00
MyvarHD
caa56e5b54
Added My userfile and ptached UnBox_Any op code
2014-12-20 12:35:08 +02:00
Matthijs ter Woord
dfdc58ee53
Improved cpu exception tracing.
2014-12-19 20:02:59 +01:00
Matthijs ter Woord
2099f75db7
it should be possible to access private static fields in plugs now..
2014-12-07 16:32:49 +01:00
Matthijs ter Woord
1b4627a310
arp messages are now sent correctly.
2014-12-07 14:27:28 +01:00
Matthijs ter Woord
70b250c627
Add more NullReference checks in compiler.
2014-12-06 19:38:09 +01:00
Matthijs ter Woord
27f55f6135
networking code builds now.
2014-12-06 14:27:02 +01:00
Matthijs ter Woord
5f2a31d455
Move Pci stuff to Cosmos.HAL.
2014-12-06 13:36:57 +01:00
Matthijs ter Woord
486601b814
rings are not fully enforced. this means that only core ring (0) can contain assembler plugs.
2014-12-05 20:40:26 +01:00
Matthijs ter Woord
af46aa7959
- cleanup
...
- ring enforcement works now, but only based on the attributes.
2014-12-05 19:57:17 +01:00
Matthijs ter Woord
c89faefc2d
performance improvement: prevent exceptions.
2014-12-05 16:38:06 +01:00
tgiphil
74c1dc4cde
- Removed *.vspscc files
2014-12-04 23:11:34 -08:00
Sentinel209_cp
c591a7ff1b
Reorganize source: Everything is out of source2 now and the soutions are cleaned up.
2014-11-28 00:48:23 +00:00
Sentinel209_cp
1a2f83dc84
Reorgaizing source: Assembler, Build, Debug, Deploy, VSIP
2014-11-26 03:43:20 +00:00
Sentinel209_cp
e851d3efcb
Reorganizing code: Moved Build and Compiler.
2014-11-26 01:13:58 +00:00