Anthony J. Bentley
|
d86cb41972
|
Rename png.h to makepng.h, to avoid conflicts with libpng's png.h.
|
2016-10-22 14:03:14 -06:00 |
|
yenatch
|
95cd960b3b
|
Fix the order of flags when including libpng.
This apparently does matter.
|
2016-10-11 21:54:18 -06:00 |
|
Anthony J. Bentley
|
a8c603a7e8
|
Removed the wrong pkg-config.
|
2016-09-05 01:41:39 -06:00 |
|
Anthony J. Bentley
|
97a31c8fc0
|
Remove duplicate PKG_CONFIG.
|
2016-09-05 01:34:17 -06:00 |
|
Anthony J. Bentley
|
c3c31138dd
|
Add rgbgfx.
|
2016-09-05 01:29:45 -06:00 |
|
stag019
|
6438ae2591
|
Remove __progname; add progname set to argv[0] in each main().
|
2015-03-09 13:57:04 -04:00 |
|
stag019
|
ac78c37f9d
|
Add reallocarray to Makefile; clean up some things in main.c
|
2015-02-24 18:11:02 -05:00 |
|
Anthony J. Bentley
|
d81d128a04
|
Don't specify strict warnings on MinGW.
|
2015-02-22 04:02:30 -07:00 |
|
Anthony J. Bentley
|
c75b9d4d55
|
Makefile: don't expand variables in a non-POSIXish way.
|
2015-01-22 20:42:27 -07:00 |
|
Anthony J. Bentley
|
3b0e207036
|
Pass -Wimplicit (implicit + implicit-function-declaration) by default.
|
2015-01-07 18:43:16 -07:00 |
|
stag019
|
ab66b28fdf
|
yacc_pre is no longer needed, since all the files were merged into one.
|
2015-01-03 06:57:07 -05:00 |
|
Anthony J. Bentley
|
ef3a486845
|
Request POSIX 2008 for strdup().
|
2014-12-31 03:18:01 -07:00 |
|
stag019
|
f0e5c5ccc8
|
Cross-compiler noreturn support.
|
2014-12-31 04:11:06 -05:00 |
|
stag019
|
871c5ed360
|
We aren't kidding ourselves anymore. This is a Gameboy assembler, not any sort of generic assembler.
|
2014-11-07 16:36:03 -05:00 |
|
Anthony J. Bentley
|
635014b74d
|
On Clang, error on implicit function declaration by default.
|
2014-11-06 21:54:49 -07:00 |
|
Anthony J. Bentley
|
1e1339467e
|
Use POSIX 2001 as the base standard.
|
2014-11-06 21:39:36 -07:00 |
|
Anthony J. Bentley
|
c1213f536b
|
Merge branch 'master' of https://github.com/stag019/rgbds
|
2014-11-04 17:36:45 -07:00 |
|
Anthony J. Bentley
|
82de716454
|
Mark error functions as _Noreturn.
|
2014-11-04 17:30:00 -07:00 |
|
stag019
|
80e2129f22
|
Merge https://github.com/bentley/rgbds
Conflicts:
include/lib/types.h
src/asm/symbol.c
|
2014-11-02 01:00:20 -05:00 |
|
Christophe Staïesse
|
191f98a008
|
Fix incorrect dependencies in Makefile
|
2014-10-05 11:37:11 +02:00 |
|
Anthony J. Bentley
|
00de7674af
|
Now that install dirs are created, this error is unlikely to occur.
|
2014-10-03 15:17:49 -06:00 |
|
Anthony J. Bentley
|
32fa032a62
|
Makefile: Create install directories if they don’t exist.
|
2014-10-03 15:14:40 -06:00 |
|
Anthony J. Bentley
|
73e44cb803
|
Fix dependencies for Yacc files. Improve Makefile POSIX compliance.
Parallel building issue pointed out by murphm8 and chastai.
|
2014-09-26 15:27:52 -06:00 |
|
Anthony J. Bentley
|
f3394f46b4
|
Fix MinGW target.
|
2014-09-24 03:17:33 -06:00 |
|
Anthony J. Bentley
|
d7319ecd00
|
Remove rgblib.
I have never used it and it's probably been broken for years.
|
2014-09-24 03:03:42 -06:00 |
|
Anthony J. Bentley
|
d661b3a532
|
Now that we replace missing libc functions, switch back to err().
|
2014-09-24 02:50:39 -06:00 |
|
Anthony J. Bentley
|
a849e1107e
|
Improve POSIX compliance in the Makefile.
Set .POSIX and don't use the += operator.
|
2014-09-24 00:38:19 -06:00 |
|
Anthony J. Bentley
|
a41bdff88f
|
Wrap Makefile to 80 characters.
|
2014-09-24 00:28:14 -06:00 |
|
Anthony J. Bentley
|
cb383e6b1a
|
Unclutter Makefile: use $Q instead of ${Q}.
|
2014-09-24 00:26:46 -06:00 |
|
Anthony J. Bentley
|
45b6872e2a
|
rgbasm: Fix TOCTOU and reduce buffering.
|
2014-09-24 00:23:40 -06:00 |
|
Anthony J. Bentley
|
0f488b6759
|
Remove unused alloca() implementation.
|
2014-01-31 00:01:42 -07:00 |
|
stag019
|
240d2a7f14
|
Merge https://github.com/bentley/rgbds
|
2014-01-29 00:18:10 -05:00 |
|
Anthony J. Bentley
|
3e92f33319
|
Provide a friendlier error when manpage directories don’t exist.
|
2014-01-11 18:46:33 -07:00 |
|
stag019
|
1218da79a9
|
Character maps.
|
2013-12-22 20:55:14 -05:00 |
|
Anthony J. Bentley
|
2571dc459c
|
Delete more files on clean.
|
2013-06-20 04:56:55 -06:00 |
|
Anthony J. Bentley
|
88ac0282e4
|
Add HTML manuals to the clean target.
|
2013-04-11 13:27:31 -06:00 |
|
Anthony J. Bentley
|
8c2fb79c39
|
Add a web manpages target (for my personal use).
|
2012-10-18 21:15:20 -06:00 |
|
Anthony J. Bentley
|
7b4746b20e
|
Add a MinGW target for me to easily create Windows executables.
This is not for Windows users!
|
2012-10-18 20:46:17 -06:00 |
|
Anthony J. Bentley
|
cf3bfb1372
|
Use curly braces consistently in Makefile.
|
2012-10-18 20:25:33 -06:00 |
|
Anthony J. Bentley
|
f821a1e0a1
|
Allow a noisy build (user‐configurable).
|
2012-10-18 20:24:27 -06:00 |
|
Anthony J. Bentley
|
39d8674a93
|
Improve the Makefile: allow user‐defined variables.
|
2012-10-18 20:22:47 -06:00 |
|
Anthony J. Bentley
|
a2dc23c55c
|
Remove unneeded build flag.
|
2012-10-18 19:50:50 -06:00 |
|
Anthony J. Bentley
|
0f606e5d83
|
Add a rgbds(7) manpage.
|
2010-12-22 15:35:32 -07:00 |
|
Anthony J. Bentley
|
6f46058e21
|
Add an install target.
|
2010-12-22 14:38:45 -07:00 |
|
Anthony J. Bentley
|
b9f92536a9
|
Remove “localversion” script.
|
2010-12-22 14:26:43 -07:00 |
|
Anthony J. Bentley
|
7384c41c82
|
Minor whitespace improvements
|
2010-12-22 14:24:46 -07:00 |
|
Anthony J. Bentley
|
114871d46d
|
Move manuals to the main source directories.
|
2010-12-22 14:23:35 -07:00 |
|
Anthony J. Bentley
|
b1739d95a5
|
Silence build process
|
2010-12-22 13:15:55 -07:00 |
|
bentley
|
b53c945f05
|
Man pages!
|
2010-02-27 19:19:50 -07:00 |
|
bentley
|
80e957b5d5
|
make makefile respect CFLAGS
|
2010-01-15 18:55:34 -07:00 |
|