Commit Graph

  • 69f2f961e9 build system design doc water 2020-09-04 16:31:35 -04:00
  • 1083bf784e add empty files for all obj files water 2020-09-04 14:44:23 -04:00
  • dcde103c26 Address compiler and test failures Tyler Wilding 2020-09-03 23:56:35 -04:00
  • 39eb3a90ea Fix for cmake Tyler Wilding 2020-09-03 22:37:00 -04:00
  • c5de535f50 guesses at folders water 2020-09-03 22:32:16 -04:00
  • ef09eb12c8 Add a bunch of #ifdefs to keep things working as expected on linux Tyler Wilding 2020-09-03 22:24:50 -04:00
  • f68f220e5b Merge remote-tracking branch 'water111/master' into windows-nodeci Tyler Wilding 2020-09-03 20:16:28 -04:00
  • bd15e47506 add object names water 2020-09-03 20:11:31 -04:00
  • f231fc9be1 Merge branch 'windows-nodeci-before-merge' into windows-nodeci Tyler Wilding 2020-09-03 20:06:14 -04:00
  • aa2dc99e75 Merge pull request #3 from water111/w/emitter water111 2020-09-02 18:06:11 -04:00
  • f5a8d3d227 fix misleading comments water 2020-09-02 17:51:42 -04:00
  • ba37e241ce all basic integer and floating point instructions are implemented water 2020-09-02 17:34:33 -04:00
  • 4723153a4b more progress on emitter integers water 2020-09-02 16:24:13 -04:00
  • 8680e8ecb0 Update CMakeLists.txt doctaweed 2020-09-01 17:37:02 -06:00
  • bea7167fbb add rip addressing water 2020-08-30 20:39:39 -04:00
  • 92e1c0b496 more loads and stores water 2020-08-30 10:56:42 -04:00
  • 5100aa6a30 add some stores water 2020-08-29 22:41:46 -04:00
  • a2e04508f6 add all loads water 2020-08-29 21:04:21 -04:00
  • bf7a496bb0 implement some loads and stores water 2020-08-29 19:13:29 -04:00
  • b2a6364533 Comment out only remaining broken test Tyler Wilding 2020-08-29 17:11:49 -04:00
  • b9216e9a91 Gtest Fixes doctaweed 2020-08-29 15:10:46 -06:00
  • fbf4309eb8 Fix unit-tests, this is important! Tyler Wilding 2020-08-29 17:09:35 -04:00
  • ded5e3e4c0 Gtest fixes doctaweed 2020-08-29 14:15:58 -06:00
  • e2a875947f Merge branch 'pr/3' into windows-nodeci doctaweed 2020-08-29 13:15:42 -06:00
  • 710e12cfed some cmake adjustments Tyler Wilding 2020-08-29 15:11:36 -04:00
  • a87060320a Cleaned up some unneeded changes Tyler Wilding 2020-08-29 15:11:16 -04:00
  • cfba57e7a3 Update json.hpp doctaweed 2020-08-29 12:58:42 -06:00
  • 14c1b8be74 working my way through the tests Tyler Wilding 2020-08-29 14:52:45 -04:00
  • d38ec3f44c Add some premade launch configs, and fix google test Tyler Wilding 2020-08-29 00:01:55 -04:00
  • 324d2121b1 push Tyler Wilding 2020-08-28 21:01:59 -04:00
  • c5bb7aab54 nasm fixes #1 Tyler Wilding 2020-08-28 20:26:27 -04:00
  • 2ac07ae6bd start docs water 2020-08-28 20:16:30 -04:00
  • 90060dbc21 Merge pull request #2 from water111/w/type-system water111 2020-08-28 14:39:23 -04:00
  • 485f4aa1f5 one more print spam fix water 2020-08-28 14:33:08 -04:00
  • bdde6d933c update doc and finish lca implementation water 2020-08-28 14:29:38 -04:00
  • 2138beb150 Windows threading fixes doctaweed 2020-08-28 11:59:20 -06:00
  • 7b6807ad6a type system builtin types water 2020-08-27 20:53:11 -04:00
  • 1b40f78847 Merge branch 'master' of https://github.com/water111/jak-project into w/type-system water 2020-08-27 20:25:51 -04:00
  • 1f59da54df Update script permissions and add build status water 2020-08-27 16:52:50 -04:00
  • 75f63d8ff3 add typecheck and tests water 2020-08-27 16:47:54 -04:00
  • 645181692f add the old compiler! w/old_compiler water 2020-08-27 11:58:19 -04:00
  • 92976234a1 Replacing std::exception with std::runtime_error doctaweed 2020-08-26 22:24:03 -06:00
  • 311e025fe9 Update CMakeLists.txt doctaweed 2020-08-26 21:45:52 -06:00
  • a32e6288ac Merge branch 'master' of https://github.com/water111/jak-project into w/type-system water 2020-08-26 23:29:23 -04:00
  • 4ee573267f Merge pull request #1 from xTVaser/github-actions water111 2020-08-26 23:23:09 -04:00
  • 86ee6637fe Symbol fixes doctaweed 2020-08-26 21:12:32 -06:00
  • d2992ba4fe type system method tests water 2020-08-26 23:07:55 -04:00
  • 0e5d5ee10e Merge pull request #2 from xTVaser/windows-proj doctaweed 2020-08-26 20:30:50 -06:00
  • e0a24a4c21 Merge remote-tracking branch 'doctaweed/windows-nodeci' into windows-proj Tyler Wilding 2020-08-26 22:28:18 -04:00
  • 8a81ff78dd Windows fixes doctaweed 2020-08-26 20:23:22 -06:00
  • 51c23aaede A whole bunch of cmake fixes Tyler Wilding 2020-08-26 22:23:16 -04:00
  • 1dc206edb9 More fixes doctaweed 2020-08-26 19:34:54 -06:00
  • 2c92c7799b Merge remote-tracking branch 'doctaweed/windows-nodeci' into windows-proj Tyler Wilding 2020-08-26 21:11:09 -04:00
  • 406549bf6a some small changes Tyler Wilding 2020-08-26 21:08:18 -04:00
  • e6e96400c8 commit doctor's latest changes Tyler Wilding 2020-08-26 21:02:24 -04:00
  • 33e522ea52 Windows fixes doctaweed 2020-08-26 18:59:06 -06:00
  • c4bd9eaf69 __attribute__ is technically not required. We can probably replace this in a cross platform way like with clang-tidy? Tyler Wilding 2020-08-26 20:38:42 -04:00
  • fc433222f4 Some last things added to the README Tyler Wilding 2020-08-26 20:06:18 -04:00
  • 5a2b39641f CMake adjustments, leave edits that didn't change file paths Tyler Wilding 2020-08-26 20:02:44 -04:00
  • 6e54bd61b1 Format and start adding Windows steps Tyler Wilding 2020-08-26 19:40:26 -04:00
  • 3c4fcbdd34 clang-format all the things Tyler Wilding 2020-08-26 01:21:33 -04:00
  • 50814f8529 Add Github Actions and cleanup most test spam Tyler Wilding 2020-08-26 00:06:13 -04:00
  • 8927bd976d more progress on the type system water 2020-08-24 21:20:32 -04:00
  • 7b641170bf begin work on new type system water 2020-08-24 00:06:07 -04:00
  • c65d4c51e6 add fmt library water 2020-08-23 23:43:11 -04:00
  • 2f3d9bfe38 begin goos doc water 2020-08-23 00:12:53 -04:00
  • c3aff47886 add decompiler water 2020-08-22 23:30:17 -04:00
  • ba3c3af43e add json and minilzo libraries water 2020-08-22 23:16:48 -04:00
  • 0d816aa81a add a guess at what needs to be installed on linux water 2020-08-22 22:43:11 -04:00
  • fab35c46bd add old goal tests, just as a reference water 2020-08-22 22:32:18 -04:00
  • acf086a3d2 check in existing work water 2020-08-22 22:30:12 -04:00
  • 4fe75d3cc0 Update README.md water111 2020-08-22 20:05:28 -04:00
  • a5a3cfebfc Update README.md water111 2020-08-22 19:55:31 -04:00
  • 8061163c10 Initial commit water111 2020-08-22 19:55:22 -04:00