Commit graph

149 commits

Author SHA1 Message Date
water111 28cd6a7e65
Update readme 2020-09-13 18:01:14 -04:00
water111 1ae52a3d58
Merge pull request #38 from water111/w/math_4
Add more math and Conditional Branching
2020-09-13 17:48:57 -04:00
water 9ec9b5a22a add conditional stuff 2020-09-13 17:34:02 -04:00
water f46acdf87a what is going on with clang format 2020-09-13 12:11:49 -04:00
water111 4c2bd94fef
Merge pull request #37 from water111/w/math_3
Add basic support for floats, add first game GOAL function
2020-09-13 10:52:24 -04:00
water111 59ffec718c
Merge pull request #36 from xTVaser/gh/ignore-third-party
Ignore third-party folder in PRs, add syntax highlighting for GOAL files
2020-09-13 10:49:15 -04:00
water e7f8620c92 add floats and inline stuff 2020-09-13 10:44:12 -04:00
Tyler Wilding 9ae2351488 Ignore third-party folder in PRs, add syntax highlighting for GOAL files 2020-09-12 23:52:26 -04:00
water111 90a7e9b4b9
Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35)
* see if math works on windows

* add dgo

* windows debug

* windows debug 2

* one more debug try

* add extra debug print and change logic for slashes

* update

* again

* try again

* remove build game

* remove build game

* add back build-game

* remove runtime from test

* test

* reduce number of files

* go to c++ 14

* big stacks

* increase stack size again

* clean up cmake files
2020-09-12 20:41:12 -04:00
water111 d56540f8c0
Add lambda and static objects (#30)
* add some more tests for let

* support static strings

* add function calling

* add prints for windows debgu

* one test only

* try swapping r14 and r15 in windows

* swap back

* disable defun for now

* fix massive bug

* fix formatting
2020-09-12 13:11:42 -04:00
water111 de5aa7e5e4
Move duplicated utilities to the common util folder and remove NEXT_DIR (#29)
* move things to the common library and remove next_dir

* fix for windows

* one last windows fix

* last fix for real this time

* debug listener test

* fix listener threading bug
2020-09-10 20:03:31 -04:00
water111 8cbcb36687
Merge pull request #21 from blahpy/master
Add a function to get file paths
2020-09-10 18:39:05 -04:00
blahpy 06963ed36f reformat using clang-format 2020-09-11 10:30:45 +12:00
blahpy 6703ce2f32 Merge remote-tracking branch 'origin/master' 2020-09-11 09:24:19 +12:00
blahpy a7ff8d9e1d Format using clang-format 2020-09-11 09:24:03 +12:00
blahpy 89e8ec40ed
Merge branch 'master' into master 2020-09-11 09:18:12 +12:00
blahpy 2e270eeab4 Update function names and file path stripping 2020-09-10 22:26:13 +12:00
blahpy 369a1031e1 Update functions 2020-09-10 22:07:23 +12:00
water111 01883da47e
Fix Listener Socket Timeout on Windows (#28)
* try checking for timeouts differently on windows

* hopefully this test fails on windows

* hopefully this test passes on windows

* remove debug prints

* remove commented otu code
2020-09-09 20:14:13 -04:00
blahpy efe94dca79 Format using clang-format 2020-09-10 10:35:29 +12:00
water111 a19755a816
Merge pull request #17 from water111/w/ir
Implement Compiler Framework and a few basic tests
2020-09-09 17:41:57 -04:00
water a1474d3318 Merge branch 'master' of https://github.com/water111/jak-project into w/ir 2020-09-09 17:37:12 -04:00
water111 310209a29b
Merge pull request #22 from water111/w/cpp17
Update to c++17
2020-09-09 17:08:43 -04:00
water 83b6db9f33 update to c++17 2020-09-09 17:00:46 -04:00
blahpy 9f1d6792e2 Fix errors in common_util 2020-09-09 18:41:45 +12:00
blahpy eb886d0c45 Upload new files 2020-09-09 16:54:16 +12:00
water 24e79f66bc try increasing timeouts and decreasing test iterations to make test shorter 2020-09-08 21:26:09 -04:00
water d52ec34a22 Merge branch 'master' of https://github.com/water111/jak-project into w/ir 2020-09-08 21:05:22 -04:00
water111 e756e3559c
Merge pull request #15 from xTVaser/ci/codecov
Add Coveralls.io
2020-09-08 21:04:30 -04:00
water 2e32bf7923 semicolon 2020-09-08 20:58:03 -04:00
water c04ab1a6ff try different print format for windows 2020-09-08 20:55:48 -04:00
water a47504b812 only take address once 2020-09-08 20:49:37 -04:00
water e5631ea5c8 debug print 2020-09-08 20:46:09 -04:00
water fb62936a94 add debug prints 2020-09-08 20:37:03 -04:00
water f73b6de254 try setting a timeout on the accepted socket 2020-09-08 20:29:48 -04:00
water 4825b0d1e5 add a slash on windows 2020-09-08 20:14:37 -04:00
water 6de430b4ef temporary hacks in fakeiso to see if it can work in windows 2020-09-08 20:10:03 -04:00
water 551d989732 so close 2020-09-08 20:01:46 -04:00
water 5612b9e1de fix again 2020-09-08 19:57:58 -04:00
water f55c2d305d another fix 2020-09-08 19:49:58 -04:00
water 413bd66ce7 fix windows min/max macro issue 2020-09-08 19:46:40 -04:00
water d35a8a3867 usleep -> this_thread::sleep_for 2020-09-08 19:43:03 -04:00
water f0328dcc92 Merge branch 'master' of https://github.com/water111/jak-project into w/ir 2020-09-08 19:39:39 -04:00
water111 6483241061
Merge pull request #14 from xTVaser/windows/listener
Fix Listener/Deci2Server on Windows
2020-09-08 19:28:51 -04:00
Tyler Wilding 07c5a94421
Merge pull request #2 from water111/w/codecov_cmake_tweaks
Add a separate cmake configuration for code coverage builds
2020-09-08 19:22:15 -04:00
water c9e99b8ebe add a separate cmake configuration for code coverage builds 2020-09-08 19:15:38 -04:00
Tyler Wilding fff501d786 Corrections to fix linux, and further cleanup 2020-09-08 19:15:14 -04:00
Tyler Wilding 699270c00c Add coverage flags to everything we compile 2020-09-08 16:19:05 -04:00
Tyler Wilding 570d64c6a3 Add coverage badge 2020-09-08 16:08:52 -04:00
Tyler Wilding 8f1ddca825 Add Coveralls.io 2020-09-08 15:47:25 -04:00