Commit graph

2663 commits

Author SHA1 Message Date
water f5a8d3d227 fix misleading comments 2020-09-02 17:51:42 -04:00
water ba37e241ce all basic integer and floating point instructions are implemented 2020-09-02 17:34:33 -04:00
water 4723153a4b more progress on emitter integers 2020-09-02 16:24:13 -04:00
doctaweed 8680e8ecb0 Update CMakeLists.txt 2020-09-01 17:37:02 -06:00
water bea7167fbb add rip addressing 2020-08-30 20:39:39 -04:00
water 92e1c0b496 more loads and stores 2020-08-30 10:56:42 -04:00
water 5100aa6a30 add some stores 2020-08-29 22:41:46 -04:00
water a2e04508f6 add all loads 2020-08-29 21:04:21 -04:00
water bf7a496bb0 implement some loads and stores 2020-08-29 19:13:29 -04:00
Tyler Wilding b2a6364533 Comment out only remaining broken test 2020-08-29 17:11:49 -04:00
doctaweed b9216e9a91 Gtest Fixes
All 16 tests in test_reader.cpp pass as expected now
2020-08-29 15:10:46 -06:00
Tyler Wilding fbf4309eb8 Fix unit-tests, this is important!
https://trac.osgeo.org/mapserver/ticket/1642
2020-08-29 17:09:35 -04:00
doctaweed ded5e3e4c0 Gtest fixes 2020-08-29 14:15:58 -06:00
doctaweed e2a875947f Merge branch 'pr/3' into windows-nodeci 2020-08-29 13:15:42 -06:00
Tyler Wilding 710e12cfed some cmake adjustments 2020-08-29 15:11:36 -04:00
Tyler Wilding a87060320a Cleaned up some unneeded changes 2020-08-29 15:11:16 -04:00
doctaweed cfba57e7a3 Update json.hpp
Fix broken changes I made earlier
2020-08-29 12:58:42 -06:00
Tyler Wilding 14c1b8be74 working my way through the tests 2020-08-29 14:52:45 -04:00
Tyler Wilding d38ec3f44c Add some premade launch configs, and fix google test 2020-08-29 00:01:55 -04:00
Tyler Wilding 324d2121b1 push 2020-08-28 21:01:59 -04:00
Tyler Wilding c5bb7aab54 nasm fixes #1 2020-08-28 20:26:27 -04:00
water 2ac07ae6bd start docs 2020-08-28 20:16:30 -04:00
water111 90060dbc21
Merge pull request #2 from water111/w/type-system
Implement common type system library
2020-08-28 14:39:23 -04:00
water 485f4aa1f5 one more print spam fix 2020-08-28 14:33:08 -04:00
water bdde6d933c update doc and finish lca implementation 2020-08-28 14:29:38 -04:00
doctaweed 2138beb150 Windows threading fixes
Further cripple Deci2Listener pending Windows implementation, finish converting POSIX threads to std::thread. Hardcoded pathing in overlord\fake_iso.cpp until environment variables can be implemented for Windows.

Currently loads KERNEL.CGO and links gcommon object file, but crashes when executing due to Windows/Linux differences.
2020-08-28 11:59:20 -06:00
water 7b6807ad6a type system builtin types 2020-08-27 20:53:11 -04:00
water 1b40f78847 Merge branch 'master' of https://github.com/water111/jak-project into w/type-system 2020-08-27 20:25:51 -04:00
water 1f59da54df Update script permissions and add build status
run-clang-format.py now has execute permissions, for easier running.
Also attempted to add a little status indicator for the linux CI build
to the readme.
2020-08-27 16:52:50 -04:00
water 75f63d8ff3 add typecheck and tests 2020-08-27 16:47:54 -04:00
doctaweed 92976234a1 Replacing std::exception with std::runtime_error 2020-08-26 22:24:03 -06:00
doctaweed 311e025fe9 Update CMakeLists.txt
Quick fix to resolve missing dependency issue. Will compile on the fly.

Next task is threading system
2020-08-26 21:45:52 -06:00
water a32e6288ac Merge branch 'master' of https://github.com/water111/jak-project into w/type-system 2020-08-26 23:29:23 -04:00
water111 4ee573267f
Merge pull request #1 from xTVaser/github-actions
Add Github Actions to build / test / lint in a linux environment and format all source-code files
2020-08-26 23:23:09 -04:00
doctaweed 86ee6637fe Symbol fixes
Quick fixing a few more unresolved symbols. This should compile as is, but will not run as it requires mman.dll.
2020-08-26 21:12:32 -06:00
water d2992ba4fe type system method tests 2020-08-26 23:07:55 -04:00
doctaweed 0e5d5ee10e
Merge pull request #2 from xTVaser/windows-proj
CMake Fixes
2020-08-26 20:30:50 -06:00
Tyler Wilding e0a24a4c21 Merge remote-tracking branch 'doctaweed/windows-nodeci' into windows-proj 2020-08-26 22:28:18 -04:00
doctaweed 8a81ff78dd Windows fixes
Partially addresses issues with unresolved external symbols
2020-08-26 20:23:22 -06:00
Tyler Wilding 51c23aaede A whole bunch of cmake fixes 2020-08-26 22:23:16 -04:00
doctaweed 1dc206edb9 More fixes
Comment out related deci2 code until networking can be reworked.  Resolved std::exception errors with a temporary fix
2020-08-26 19:34:54 -06:00
Tyler Wilding 2c92c7799b Merge remote-tracking branch 'doctaweed/windows-nodeci' into windows-proj 2020-08-26 21:11:09 -04:00
Tyler Wilding 406549bf6a some small changes 2020-08-26 21:08:18 -04:00
Tyler Wilding e6e96400c8 commit doctor's latest changes 2020-08-26 21:02:24 -04:00
doctaweed 33e522ea52 Windows fixes
More Windows fixes
2020-08-26 18:59:06 -06:00
Tyler Wilding c4bd9eaf69 __attribute__ is technically not required. We can probably replace this in a cross platform way like with clang-tidy? 2020-08-26 20:38:42 -04:00
Tyler Wilding fc433222f4 Some last things added to the README 2020-08-26 20:06:18 -04:00
Tyler Wilding 5a2b39641f CMake adjustments, leave edits that didn't change file paths 2020-08-26 20:02:44 -04:00
Tyler Wilding 6e54bd61b1 Format and start adding Windows steps 2020-08-26 19:46:14 -04:00
Tyler Wilding 3c4fcbdd34 clang-format all the things 2020-08-26 01:21:33 -04:00