Commit Graph

160 Commits

Author SHA1 Message Date
Carsten Teibes
d488d7a729 Add CI badge to README.md 2020-06-22 23:57:49 +02:00
Carsten Teibes
2734075909 Add docker-based compilation actions 2020-06-22 23:49:59 +02:00
Carsten Teibes
f8f252343c Cleanup some compiler warnings 2020-06-22 21:24:12 +02:00
Carsten Teibes
8ccb8fe870 Merge pull request #36 from pspdev/feature/doxygen-action
Generate doxygen documentation
2020-06-17 20:52:26 +02:00
Carsten Teibes
c526f5629c Mention dox in README 2020-06-17 20:49:39 +02:00
Carsten Teibes
e086878fae Generate doxygen documentation 2020-06-17 20:44:01 +02:00
Carsten Teibes
e0cdfa27b9 Merge pull request #35 from pspdev/cleanup
Big cleanup
2020-05-27 03:23:00 +02:00
Carsten Teibes
d88103a9be Fix/improve make distcheck 2020-05-16 05:23:12 +02:00
Carsten Teibes
95dbcb0461 Update Doxygen configuration 2020-05-16 03:49:59 +02:00
Carsten Teibes
6f8e67656e Silence build output
Do not pass CPPFLAGS twice
2020-05-16 02:58:04 +02:00
Carsten Teibes
e929326a3b Add .gitignore for generated files 2020-05-16 03:01:33 +02:00
Carsten Teibes
27667d500a Simplify and cleanup bootstrap script 2020-05-16 02:10:12 +02:00
Carsten Teibes
8c50361674 Modernize autotools usage (fix warnings) 2020-05-16 01:10:40 +02:00
Carsten Teibes
82fade4e35 Update Readme, convert to Markdown 2020-05-15 23:29:10 +02:00
Carsten Teibes
4fe21168fc Merge pull request #34 from overdrivenpotato/prxgen-relocation-order
psp-prxgen: Allow relocations before relocated section
2020-05-12 14:58:22 +02:00
Marko Mijalkovic
700632a9ee psp-prxgen: Allow relocations before relocated section
This commit scans through all sections first, before scanning for
relocation sections. Scanning relocations in a separate step allows
relocations to appear before the section they are relocating (valid with
ELF).
2020-05-08 16:32:48 -04:00
Carsten Teibes
7c6e46b487 Remove outdated svn ids, change url, fix permissions
Convert to unix line endings
2020-05-08 00:50:41 +02:00
Carsten Teibes
9e63c70dad Merge pull request #23 from Fighter19/Ident
Added functions to identify PSP Model
2020-04-20 19:30:40 +02:00
artart78
7fc9d5704e Merge pull request #25 from ticky/remove-no-crt0
Remove the `-mno-crt0` flag from build_prx.mak
2018-09-22 00:06:33 +02:00
Jessica Stokes
7cb699f0b8 Remove the -mno-crt0 flag from build_prx.mak
`-mno-crt0` does not exist in current versions of psp-gcc installed by the toolchain, and `-nostartfiles` appears to be equivalent.
2018-08-17 21:42:01 -07:00
Naomi Peori
300ec5c405 Updated my name and contact information. 2017-11-27 22:17:31 -04:00
Fighter19
024abb63f2 Added functions to identify PSP Model 2016-05-15 12:02:58 +02:00
artart78
0ec592ff2b Merge pull request #21 from nabilbendafi/master
Race condition during make install-data
2015-11-21 18:28:57 +09:00
Nabil Bendafi
38ba73ac43 Race condition during make install-data
- pspmpegbase.h installed twice
2015-11-16 14:28:35 +01:00
artart78
57d3033596 Update README 2014-09-25 13:07:31 +02:00
Arthur Blot
80930eca55 psp-prxgen: remove PC16 relocations
It apparently appeared with binutils 2.18+.
It appears when compiling an assembly file containing a branch to a
global name, but looks useless (branches are relative to current
position, and I do not see how the symbol could "move").
This relocation made the PSP not load the modules using it.
2014-07-21 12:01:23 +02:00
artart78
bfd46c92d2 Merge pull request #9 from uppfinnarn/master
Fixing Doxygen documentation generation
2014-05-07 21:38:37 +02:00
artart78
ced1b4f6b6 Merge pull request #12 from bitlinker/master
Update unpack-pbp.c
2014-05-07 21:34:04 +02:00
bitlinker
cec2766db8 Update unpack-pbp.c
Fixed compilation error (non-declared variable was passed to the error reporting printf)
2014-03-25 22:55:30 +03:00
Dave Murphy
5b4c31939a Merge pull request #11 from DeadlySystem/patch-1
Update unpack-pbp.c
2014-03-19 01:33:08 +00:00
DeadlySystem
e538fe7706 Update unpack-pbp.c 2014-03-08 22:58:45 +01:00
Johannes Ekberg
30aaae4a62 Eliminated doxygen warnings 2014-02-07 22:37:13 +01:00
Johannes Ekberg
1bbde93d8a Updated (now actually working) Doxyfile 2014-02-07 22:15:05 +01:00
Dave Murphy
0a3a1861a5 malloc test makes cross compile fail, add CFLAGS_FOR_HOST to allow universal binaries on OSX 2012-04-05 12:05:08 +01:00
Dave Murphy
30271f6d1f delete autom4te.cache and config.h.in 2012-04-03 21:52:20 +01:00
Sam Hegarty
b9c150bc32 Add missing include 2012-03-11 09:02:59 +13:00
Dave Murphy
481f1cc036 remove unrequired include, causes build failure on OSX 2012-02-29 21:07:28 +00:00
artart78
fb792fe4c0 Merge pull request #7 from artart78/master
Fixed a warning happening when compiling a exports.c file generated by psp-build-exports
2012-02-29 08:55:46 -08:00
Arthur Blot
f5552d516b Fixed warning by psp-build-exports's exports.c 2012-02-29 17:52:55 +01:00
artart78
7921587800 Merge pull request #6 from artart78/master
Fixed PrxEncrypter for procfw (patch by popsdeco)
2012-02-29 08:34:58 -08:00
Arthur Blot
758a262dd9 Fixed PrxEncrypter for procfw (patch by popsdeco) 2012-02-29 17:33:40 +01:00
artart78
1016c1b956 Merge pull request #5 from artart78/master
More fixes to psp-prxgen
2012-02-29 07:58:01 -08:00
Arthur Blot
a3f9a622bb More fixes to psp-prxgen 2012-02-29 14:57:54 +01:00
artart78
ab6481a90c Merge pull request #4 from artart78/master
Prxgen fixes
2012-02-29 04:58:48 -08:00
Arthur Blot
390df965ea Fixed some bugs (segfaults) in prxgen 2012-02-29 13:29:40 +01:00
Sam Hegarty
8d9fee4d9e add structure missing from last commit 2012-02-16 21:49:19 +13:00
Sam Hegarty
9a233be9c6 add fields to structure (taken from uOFW project) 2012-02-16 19:55:17 +13:00
Arthur Blot
7e588eee7e Fixed/clarified/completed sceGe_user 2012-01-22 18:49:48 +01:00
Sam Hegarty
ef1a7c13bf Merge pull request #3 from SamRH/master
- Add PrxEncrypter
- Remove automatically generated file
- fix structure declaration
2011-12-15 15:25:19 -08:00
Sam Hegarty
467e14b708 remove fake-sign section from build.mak for "pure" elf type executable 2011-12-13 15:22:20 +13:00