Wouter Wijsman
62a9bc60ed
Merge pull request #120 from glebm/patch-1
...
pspdev.cmake: Fix pkg-config support
2023-03-13 12:33:03 +01:00
Gleb Mazovetskiy
18354f23b3
pspdev.cmake: Fix pkg-config support
...
`PKG_CONFIG_EXECUTABLE` must be a cache variable, otherwise only the first call to `find_program(PkgConfig)` succeeds.
2023-03-11 15:20:30 +00:00
Wouter Wijsman
70ac0d5d6c
Merge pull request #88 from rofl0r/fixup_imp
...
improve psp-fixup-imports
2023-03-08 10:24:29 +01:00
Wouter Wijsman
0b15a079a0
Merge pull request #118 from KorigamiK/master
...
Modern documentation generation
2023-03-06 09:30:52 +01:00
OrigamiK
67313bf745
enable docs search
2023-03-04 18:21:36 +05:30
OrigamiK
2c1ceee4f7
add reame as docs input
2023-03-04 18:15:41 +05:30
OrigamiK
0075f80c0f
update doxyfile
2023-03-04 18:07:40 +05:30
OrigamiK
06fc12b816
add updated doc stylesheet
2023-03-04 18:01:24 +05:30
JoseAaronLopezGarcia
6d00b425f9
Update psputilsforkernel.h
...
Updated fourth argument of decompression routines.
When not NULL, the routines will store a pointer to the next unprocessed compressed byte (src + n_compressed_bytes_processed).
This can be useful to implement stream-based decompression, calculating number of processed compressed bytes, etc.
2023-02-08 17:32:48 +01:00
Diamond Rivero
8f659bd2d7
fix array param warning ( #112 )
2023-01-23 09:39:15 +01:00
Wouter Wijsman
63bf0b9e6c
Merge pull request #111 from diamant3/fix-Wmaybe-uninitialized
...
fix resource leaks
2023-01-20 09:44:07 +01:00
diamant3
1c03034eaa
Fix resource leaks
2023-01-20 13:46:17 +08:00
diamant3
72a5d1d4c0
fix wrong closed file stream
2023-01-20 11:50:53 +08:00
Wouter Wijsman
6e61f286a3
Merge pull request #110 from diamant3/fix-Wunused-result
...
fix unused result warning
2023-01-19 14:58:11 +01:00
diamant3
4ad11ee364
suppress unused result warning
2023-01-19 13:21:22 +08:00
Wouter Wijsman
c284bd5316
Merge pull request #109 from KorigamiK/master
...
fix more missing types
2023-01-03 09:12:54 +01:00
OrigamiK
1dd3e57e83
fix missing types
2023-01-02 15:47:08 +05:30
Wouter Wijsman
a9787e5fa3
Merge pull request #108 from KorigamiK/master
...
fix error: ‘fd_set’ has not been declared
2023-01-02 10:41:20 +01:00
OrigamiK
21bcd65dda
fix missing types
2023-01-02 14:51:49 +05:30
OrigamiK
4d72d92023
fix error: ‘fd_set’ has not been declared
2023-01-02 02:39:10 +05:30
Wouter Wijsman
61fc8f7999
Merge pull request #105 from diamant3/fix-restrict-warn
...
fix restrict warning
2022-10-17 09:29:03 +02:00
diamant3
7ac03aeccb
fix restrict warning
2022-10-16 23:58:42 +08:00
diamant3
3b6e10e82d
fix indentation
2022-10-15 16:42:21 +08:00
diamant3
332dd434f1
fix restrict warning
2022-10-14 22:17:02 +08:00
Wouter Wijsman
5d72bbc53e
Merge pull request #104 from diamant3/patch-1
...
fix format specifier
2022-10-03 15:45:31 +02:00
Diamond Rivero
055740b142
fix format specifier
2022-10-03 14:57:09 +08:00
Wouter Wijsman
4b6471f071
Merge pull request #103 from diamant3/master
...
Fix __timezone_update() compiler warning
2022-10-02 17:47:25 +02:00
Wouter Wijsman
7b491af256
Merge pull request #102 from KorigamiK/patch-1
...
Fixes parameter warning in psputils
2022-10-02 14:09:23 +02:00
Diamond Rivero
cfb2678023
increase tz buffer size
2022-10-02 19:12:48 +08:00
OrigamiK
7d305c7cd0
Merge branch 'pspdev:master' into patch-1
2022-10-02 03:30:18 +05:30
OrigamiK
0c7a3f1e5a
fix parameter warning
2022-10-02 03:29:49 +05:30
Wouter Wijsman
e9da170bcf
Merge pull request #99 from joel16/power
...
power: Include some known function names and prototypes
2022-05-19 10:03:37 +02:00
Joel16
8c8b1ccbc5
power: Include some known function names and prototypes
2022-05-18 23:59:28 -04:00
Francisco Javier Trujillo Mata
206cff9404
Merge pull request #97 from wally4000/master
2022-04-19 07:43:09 +02:00
Ben
8cfa72d2c3
Merge branch 'pspdev:master' into master
2022-04-19 09:16:21 +10:00
Wally4000
8d1401caa5
Add missing include sys/time.h
2022-04-19 09:15:53 +10:00
Ben
59ce20b7f7
Merge pull request #96 from wally4000/master
...
Add sceGeEdramSetSize
2022-04-15 10:06:04 +10:00
Wally4000
20642f0ced
Add sceGeEdramSetSize
2022-04-14 21:27:47 +10:00
Francisco Javier Trujillo Mata
d1ac82dc32
Merge pull request #94 from fjtrujy/master
2022-04-04 22:07:49 +02:00
Francisco Javier Trujillo Mata
03b3fee815
Remove custom types
2022-04-04 19:57:20 +02:00
Francisco Javier Trujillo Mata
a47efa52fa
Merge pull request #91 from rofl0r/clock_t
...
psputils.h: fix header inclusion for clock_t
2022-04-04 19:51:04 +02:00
Ben
6fde4dddad
Merge pull request #93 from fjtrujy/master
...
Adding `clock_getres`, `clock_gettime` and `clock_settime` to `libcglue`
2022-03-31 11:37:17 +11:00
Francisco Javier Trujillo Mata
22c7db527c
Adding clock_getres, clock_gettime, clock_settime
2022-03-31 00:54:01 +02:00
Francisco Javier Trujillo Mata
6063f597fe
Merge pull request #92 from fjtrujy/master
...
Link libpspsdk because it is part of standard libs
2022-03-30 18:50:32 +02:00
Francisco Javier Trujillo Mata
d1f347aa32
Link libpspsdk because it is part of standard libs
2022-03-30 18:18:55 +02:00
Francisco Javier Trujillo Mata
f392fa0592
Merge pull request #90 from fjtrujy/master
...
Adding support for `std:thread`
2022-03-30 01:20:13 +02:00
rofl0r
f35827f130
psputils.h: fix header inclusion for clock_t
...
clock_t is defined in <time.h>, but not <sys/time.h> in newlib 4.1.0.
this fixes a compile error in files including this header:
In file included from psp-elf/bin/../psp/sdk/include/pspuser.h:25:0,
from psp-elf/bin/../psp/sdk/include/pspkernel.h:17,
from ./include/driver/me.h:5,
from src/me.c:1:
psp-elf/bin/../psp/sdk/include/psputils.h:51:1: error: unknown type name 'clock_t'
make[1]: *** [src/me.o] Error 1
encountered while trying to compile MElib.
2022-03-28 00:28:35 +00:00
Francisco Javier Trujillo Mata
4cbabb73ae
Macro for disabling usage of pthread
2022-03-26 14:31:53 +01:00
Francisco Javier Trujillo Mata
8a0ab6b14e
Adding pthreadglue support
2022-03-26 14:31:53 +01:00
rofl0r
6f77784f04
psp-fixup-imports: make "could not fixup imports" non-fatal
...
i've hit this error when running psp-fixup-imports on one of the examples
in psgpl tests directory, in particular eglpbuffers.elf. i have been
unable to make the error go away by re-arranging libraries in the
command line passed to collect2/psp-ld, however it turned out that simply
disabling the error produced a working binary.
therefore, just make it print a fat warning and continue anyway.
2022-03-25 00:59:42 +00:00