jak-project/common/util
ManDude 0cdeed9be7
minor windows fixes (#1311)
* [pp2] put `define` dest on a single line

* update source!

* Update type_analysis.cpp

* update old credits & racer code

* change clang-cl args (REALLY force avx)

* Update credits_REF.gc

* comment small unused code

* add timer to decompiler

* fix unnecessary copy-constructors (no speed increase)

* fixes

* Update expression_build.cpp

* wtf is this thing anyway

* im bored.

* clang

* fix!

* Revert "fix!"

This reverts commit 5b1ce6c718.

* Revert "clang"

This reverts commit 5e67d9ccd1.

* Revert "im bored."

This reverts commit 070e957ce8.

* Revert "Update expression_build.cpp"

This reverts commit b94d092fc5.

* Revert "fixes"

This reverts commit f3d871f60a.

* Revert "fix unnecessary copy-constructors (no speed increase)"

This reverts commit 9100725802.

* Keep the random inoffensive changes

* Revert "Update type_analysis.cpp"

This reverts commit d2456a5c75.

* Update type_analysis.cpp
2022-04-17 21:11:09 -04:00
..
Assert.cpp Improve ASSERT macro, fix linux file paths in Taskfile and hopefully fix the windows release (#1295) 2022-04-12 18:48:27 -04:00
Assert.h Improve ASSERT macro, fix linux file paths in Taskfile and hopefully fix the windows release (#1295) 2022-04-12 18:48:27 -04:00
BinaryReader.h update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
BinaryWriter.h update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
BitUtils.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
BitUtils.h update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
colors.h [graphics] Ocean Mid (in progress) (#1232) 2022-03-14 19:47:29 -04:00
compress.cpp Improve ASSERT macro, fix linux file paths in Taskfile and hopefully fix the windows release (#1295) 2022-04-12 18:48:27 -04:00
compress.h add zstd library (#854) 2021-09-21 22:52:18 -04:00
CopyOnWrite.h update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
crc32.cpp [decompiler] performance improvements in extraction (#1309) 2022-04-15 20:40:10 -04:00
crc32.h [decompiler] performance improvements in extraction (#1309) 2022-04-15 20:40:10 -04:00
dgo_util.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
dgo_util.h [Tools] Add DGO packer and unpacker (#219) 2021-01-27 20:46:58 -05:00
DgoReader.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
DgoReader.h [Tools] Add DGO packer and unpacker (#219) 2021-01-27 20:46:58 -05:00
DgoWriter.cpp Update documentation and clean up (#129) 2020-11-21 12:52:38 -05:00
DgoWriter.h minor windows fixes (#1311) 2022-04-17 21:11:09 -04:00
diff.cpp Documentation cleanup and some feature improvements (#1155) 2022-02-12 17:48:50 -05:00
diff.h Documentation cleanup and some feature improvements (#1155) 2022-02-12 17:48:50 -05:00
FileUtil.cpp [decompiler] performance improvements in extraction (#1309) 2022-04-15 20:40:10 -04:00
FileUtil.h [decompiler] performance improvements in extraction (#1309) 2022-04-15 20:40:10 -04:00
FilteredValue.h [graphics] TIE extractor (#1026) 2021-12-26 12:33:51 -05:00
FontUtils.cpp [graphics] generic merc (#1192) 2022-02-24 22:33:10 -05:00
FontUtils.h random fixes + support clang-cl on visual studio (#1129) 2022-02-07 19:15:37 -05:00
FrameLimiter.cpp add more comments/docstrings on first 58 files, try new windows-specific framelimiting (#1134) 2022-02-05 16:30:50 -05:00
FrameLimiter.h add more comments/docstrings on first 58 files, try new windows-specific framelimiting (#1134) 2022-02-05 16:30:50 -05:00
image_loading.cpp clean up a few small things (#968) 2021-11-14 12:45:47 -05:00
image_loading.h clean up a few small things (#968) 2021-11-14 12:45:47 -05:00
json_util.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
json_util.h Automatically get float label type in most cases (#463) 2021-05-11 21:57:05 -04:00
math_util.h Update documentation and clean up (#129) 2020-11-21 12:52:38 -05:00
os.cpp fix bug in collide-probe (#1180) 2022-02-18 23:01:05 -05:00
os.h [graphics] reduce the size of fr3 files (#1175) 2022-02-16 22:13:18 -05:00
print_float.cpp update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
print_float.h [decompiler] decompile particle defs using specialized macros (#1077) 2022-01-15 20:01:38 -05:00
Range.h [goalc] register allocator v2 (#731) 2021-08-01 17:46:55 -04:00
read_iso_file.cpp support unpacking iso files in the extractor (#1300) 2022-04-12 20:15:30 -04:00
read_iso_file.h support unpacking iso files in the extractor (#1300) 2022-04-12 20:15:30 -04:00
Serializer.h [decompiler] performance improvements in extraction (#1309) 2022-04-15 20:40:10 -04:00
SimpleThreadGroup.cpp [decompiler] performance improvements in extraction (#1309) 2022-04-15 20:40:10 -04:00
SimpleThreadGroup.h [decompiler] performance improvements in extraction (#1309) 2022-04-15 20:40:10 -04:00
SmallVector.h update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00
Timer.cpp [graphics] port generic VU1 to OpenGL (#1221) 2022-03-06 19:56:43 -05:00
Timer.h [graphics] port generic VU1 to OpenGL (#1221) 2022-03-06 19:56:43 -05:00
Trie.h update readme and fix always playing str (#1139) 2022-02-08 19:02:47 -05:00