diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-09-13 18:09:53 +0200 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-09-13 18:09:53 +0200 |
| commit | 5bc36dfcfc64e48401a9c6472062020681b3511f (patch) | |
| tree | 53d7f730458ffa78023070c03dc7814ea58746a8 /changelog.txt | |
| parent | 71496627f90071a2fda809b5460d9c1f99373968 (diff) | |
| download | psn00bsdk-5bc36dfcfc64e48401a9c6472062020681b3511f.tar.gz | |
Misc. CMake bug and typo fixes, updated changelog
Diffstat (limited to 'changelog.txt')
| -rw-r--r-- | changelog.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index 15bbb85..03d2d10 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,31 @@ PSn00bSDK changelog Items that are lower in the log are more recently implemented. +09-13-2021 by spicyjpeg: + +* Migrated libpsn00b, tools, examples and template to CMake, added a top-level + CMakeLists.txt and the libpsn00b/cmake directory for CMake setup scripts, got + rid of the old makefiles and installation method. + +* Updated docs to match the new build system, moved installation instructions + to INSTALL.md and added doc/cmake_reference.md describing the SDK's CMake + API and variables. + +* mkpsxiso: Added rules to automatically download, build and install mkpsxiso + (as well as its dependencies) as part of the SDK. + +* cpack: Added initial CPack support and created the cpack directory containing + branding assets for installers built through CPack. A shell script is + provided to regenerate the assets from their source SVGs. + +* liblzp: Copied library headers to libpsn00b/include/lzp. + +* psxetc: Fixed a random typo in a javadoc comment (those should be eventually + rewritten into proper documentation anyway). + +* Added CMake, VS Code and DLL related entries to .gitignore. + + 08-16-2021 by spicyjpeg: * psxetc: Added dynamic linking APIs (dl*, DL_*), implemented in dl.c and |
