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
Tyler Wilding
50814f8529
Add Github Actions and cleanup most test spam
2020-08-26 01:19:54 -04:00
water
8927bd976d
more progress on the type system
2020-08-24 21:20:32 -04:00
water
7b641170bf
begin work on new type system
2020-08-24 00:06:07 -04:00
water
c65d4c51e6
add fmt library
2020-08-23 23:43:11 -04:00
water
2f3d9bfe38
begin goos doc
2020-08-23 00:12:53 -04:00
water
c3aff47886
add decompiler
2020-08-22 23:30:17 -04:00
water
ba3c3af43e
add json and minilzo libraries
2020-08-22 23:16:48 -04:00
water
0d816aa81a
add a guess at what needs to be installed on linux
2020-08-22 22:43:11 -04:00
water
fab35c46bd
add old goal tests, just as a reference
2020-08-22 22:32:18 -04:00
water
acf086a3d2
check in existing work
2020-08-22 22:30:12 -04:00
water111
4fe75d3cc0
Update README.md
2020-08-22 20:05:28 -04:00
water111
a5a3cfebfc
Update README.md
2020-08-22 19:55:31 -04:00
water111
8061163c10
Initial commit
2020-08-22 19:55:22 -04:00