Commit graph

5813 commits

Author SHA1 Message Date
fanoI
5221adad8c FAT fixes
- GetFileName() of root directory does not correctly returned null
- GetExtension() returned the extension with the '.'
- Modified TestFile() to overwrite the file with the expected value or
the test will be OK only the first time
- Corrected the tests of GetFileName(), GetFileNameWithoutExtension()
- Added new tests
- Re-enabled TestFileStream()
2015-12-27 17:35:48 +01:00
fanoI
fceb1cd95b Merge remote-tracking branch 'refs/remotes/CosmosOS/master' 2015-12-27 14:50:02 +01:00
Charles Betros
612fbb760d Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2015-12-26 18:55:42 -06:00
Charles Betros
6ed36d75b6 Set string.empty. 2015-12-26 18:55:32 -06:00
Charles Betros
3c52efaac6 Reorganized some plugs 2015-12-26 18:04:58 -06:00
fanoI
742242e3dd Merge remote-tracking branch 'refs/remotes/CosmosOS/master' 2015-12-26 14:50:30 +01:00
Charles Betros
c9f5c23bab Merge pull request #301 from MyvarHD/master
Fixed VBE Bochs support
2015-12-25 12:52:58 -06:00
fanoI
760bdec2ca Merge remote-tracking branch 'refs/remotes/CosmosOS/master' 2015-12-20 21:02:41 +01:00
Charles Betros
ac13fb8ced Fixed tests. 2015-12-20 13:42:06 -06:00
fanoI
585ef34d43 Merge pull request #3 from CosmosOS/master
Getting latest FAT TestRunner
2015-12-20 20:18:00 +01:00
Charles Betros
edb5a6df65 Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2015-12-20 09:46:18 -06:00
Charles Betros
a7ff742e2a Latest file system tets. 2015-12-20 09:46:09 -06:00
fanoI
a399009af9 Merge pull request #2 from CosmosOS/master
Cosmos Update
2015-12-20 15:44:27 +01:00
Charles Betros
7268261324 Fixed bug in heap. Entry index didn't get reset. 2015-12-19 09:04:59 -06:00
Charles Betros
1a2ed6b720 Fixed speed issue with the heap. 2015-12-18 12:28:24 -06:00
Charles Betros
30e2ffad09 Remove debug define. 2015-12-18 10:41:45 -06:00
Charles Betros
519e58dd44 Removed unused project. 2015-12-18 09:44:39 -06:00
Charles Betros
e98b7c136c Moved fat test kernel to tests folder. 2015-12-18 08:58:50 -06:00
Charles Betros
5ec6d38ad4 Adding TextScreenHelpers. 2015-12-18 08:23:38 -06:00
Charles Betros
21c464d946 Merge 2015-12-18 08:22:57 -06:00
Charles Betros
c01f5f1048 Reorganizing plugs. 2015-12-18 08:08:49 -06:00
Emile Badenhorst
a3cadd2b95 Fixed VBE to support Bochs 2015-12-18 15:17:20 +02:00
Emile Badenhorst
59c2fdfbbb Merge pull request #17 from CosmosOS/master
Update
2015-12-18 09:03:55 +02:00
Cyber
05148af8cf FINALLY fixed string stuff 2015-12-17 15:52:22 -05:00
Cyber
e9b163a75b Revert "Fixed String Comparisons"
This reverts commit 2b46c857e7.
2015-12-17 15:01:54 -05:00
Cyber
2b46c857e7 Fixed String Comparisons
Fixed String Comparisons
2015-12-17 15:01:14 -05:00
Cyber
f8fabfd49e Revert "Fixed Broken String Comparison Functions"
This reverts commit 64440ba3c1.
2015-12-17 15:01:11 -05:00
Cyber4
0437fdb55e Merge pull request #4 from CosmosOS/master
ignore pls
2015-12-17 14:58:33 -05:00
Charles Betros
c018d75bf5 Merge pull request #283 from fanoI/master
Implemented Console's CursorSize and CursorVisible properties …
2015-12-17 08:23:51 -06:00
Charles Betros
4659878000 Closes #188 and closes #215. Fixed uninstall. 2015-12-17 01:39:03 -06:00
Charles Betros
f4d0ec86a6 Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2015-12-17 00:16:22 -06:00
Charles Betros
929bd8d575 Removed source2 folder. 2015-12-17 00:16:15 -06:00
Charles Betros
4e08b03a8a Closes #271. Added an option for stack corruption detection. Checks can now occur after every instruction or for method footers ornly. 2015-12-17 00:15:51 -06:00
Cyber
64440ba3c1 Fixed Broken String Comparison Functions
StartsWith()
Contains()
EndsWith()
2015-12-16 16:47:07 -05:00
Cyber
224ef15000 Revert "Revert "Revert "Fixed Broken String Functions"""
This reverts commit 0a5a46aac9.
2015-12-16 16:45:11 -05:00
Cyber
0a5a46aac9 Revert "Revert "Fixed Broken String Functions""
This reverts commit 1b4bdaec6d.
2015-12-16 16:44:52 -05:00
Cyber
1b4bdaec6d Revert "Fixed Broken String Functions"
This reverts commit c26a2bcd95.
2015-12-16 16:44:37 -05:00
Cyber
c26a2bcd95 Fixed Broken String Functions
fixed StartsWith, Contains, and EndsWith
2015-12-16 16:42:15 -05:00
Cyber4
6901b56780 Merge pull request #3 from CosmosOS/master
If you see this, then that means I'm bad at Git, please ignore, thanks :)
2015-12-16 16:36:17 -05:00
fanoI
847a1a772b Used right expception, new TextScreenHelpers class (for debug)
- In the DebugTextScreen class used the already existing
NotImplementedException instead of create a new exception type
- Created new class TextScreenHelpers  for the debug of the TextScreen
Class
- In the TextScreen class replaced any call to Debugger.XXX() in
TextScreenHelpers.DebugXXX()
2015-12-13 16:39:04 +01:00
Redall
4897c0fd39 Update install-VS2015.bat 2015-12-13 14:28:21 +01:00
Charles Betros
f15a23a078 Merge pull request #291 from Redall/patch-5
Removing just unused lines
2015-12-12 22:22:55 -06:00
Charles Betros
e0c78bbfdc Merge pull request #293 from Redall/patch-7
Fixed some words mistakes
2015-12-12 22:21:26 -06:00
Charles Betros
7d79c1c369 Merge pull request #294 from Redall/patch-8
Just removed unused lines
2015-12-12 22:20:12 -06:00
Charles Betros
4015493704 Merge pull request #295 from AnotherAltr/patch-1
Fix bugs in the crash unprepared device
2015-12-12 20:23:44 -06:00
Yuuki Wesp
17f19d563b Fix bugs in the crash unprepared device 2015-12-12 19:59:34 +03:00
Redall
2e08198f59 Just removed unused lines 2015-12-12 17:58:49 +01:00
Redall
4440fe9a82 Fixed some words mistakes 2015-12-12 17:52:47 +01:00
Redall
d060c9089b Removing just unused lines 2015-12-12 17:23:46 +01:00
Redall
26c9b544f7 Updated the install-VS2015.bat file
> Added two messages :
   * For the build completed successfuly
   * For the Cosmos Builder Tool does not exists
2015-12-12 16:58:26 +01:00