aboutsummaryrefslogtreecommitdiff
path: root/examples/beginner/cppdemo
Commit message (Collapse)AuthorAgeFilesLines
* Refactor hello and cppdemo examples, fix cdxaspicyjpeg2023-05-212-169/+0
|
* Add C++ standard library headers, update beginner/cppdemospicyjpeg2023-05-111-140/+134
|
* Bump required CMake version to 3.21spicyjpeg2022-10-111-2/+2
|
* Remove PSN00BSDK_LIBS leftovers, improve CI artifact uploadspicyjpeg2021-12-231-4/+0
|
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-181-1/+1
|
* Fixed examples directory hierarchy not being preservedspicyjpeg2021-11-101-1/+1
|
* Rolled back minimum required CMake version to 3.20spicyjpeg2021-11-081-1/+1
|
* Migrated examples to CMakespicyjpeg2021-09-122-65/+22
|
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-171-35/+46
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-011-5/+10
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Lots of makefile corrections, improved build and toolchain instructions, ↵John Wilbert M. Villamor2021-02-181-1/+1
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Added updated library reference, added struct names in psxgpu.h, defined GTE ↵John Wilbert M. Villamor2021-01-052-0/+206
squareroot functions and added C++ demo example.