Antonio Niño Díaz
0ae69b3114
Rename stdnoreturn.h to helpers.h
...
This file will contain more compiler-specific helpers.
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2018-04-02 22:53:48 +01:00
Antonio Niño Díaz
95ccc48d0c
Enable -Wundef
...
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2018-04-02 22:53:48 +01:00
Antonio Niño Díaz
29253046d5
Remove C++ check in stdnoreturn.h
...
This isn't a C++ project, only keep checks for C compilers.
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2018-04-02 22:53:48 +01:00
Antonio Niño Díaz
a6b244b12e
Move version files out of extern folder
...
The folder extern is reserved for external contributions, not common
files.
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2018-01-28 13:07:21 +00:00
Antonio Niño Díaz
c071586ae5
Remove dependency of reallocarray()
...
By removing this dependency, all of the code of this repository is
licensed under the MIT license.
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2018-01-27 00:30:13 +00:00
Antonio Niño Díaz
c6187be210
Remove dependency of strlcpy()
...
There was only one place where `strlcpy` was still used.
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2018-01-27 00:02:44 +00:00
Antonio Niño Díaz
f9f3bb7761
Remove dependency of strlcat()
...
There was only one place where `strlcat` was used, and `snprintf`
actually does a better job at what the code was trying to achieve.
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2018-01-27 00:02:26 +00:00
Antonio Niño Díaz
1a5c423984
Relicense codebase under MIT license
...
With permission from the main authors [1], most of the code has been
relicensed under the MIT license.
SPDX license identifiers are used so that the license headers in source
code files aren't too large.
Add CONTRIBUTORS.rst file.
[1] https://github.com/rednex/rgbds/issues/128
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2018-01-26 22:59:02 +00:00
Antonio Niño Díaz
b382dffdec
Split src/asm/charmap.c into two files
...
This way it is easier to identify the license of the code.
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2018-01-26 22:55:13 +00:00
Antonio Niño Díaz
844e027a18
Increase version number to 0.3.4
...
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2018-01-23 20:30:47 +00:00
Antonio Niño Díaz
2ffaf72e39
Cleanup code of rgbfix, rgbgfx and external libs
...
Follow Linux kernel coding style.
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2018-01-02 13:16:53 +01:00
Antonio Niño Díaz
0cbe6abbd5
Increase package version number to 0.3.3
...
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2017-12-31 15:16:08 +01:00
Antonio Niño Díaz
318c981c00
Add code to determine a version string
...
If the folder where the code is compiled is a valid git repository, the
version string is generated with `git describe`. If it isn't a valid
repository, a string included in the source code is used instead. This
one must be updated regularly as the toolchain is developed.
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com >
2017-07-22 10:14:02 +01:00
AntonioND
e50e3e5a23
Remove trailing whitespace
...
Signed-off-by: AntonioND <antonio_nd@outlook.com >
2017-04-02 17:46:14 +01:00
stag019
e195076793
Only block comments in headers
2015-03-07 15:50:09 -05:00
stag019
b14beeff10
Consistency in #includes
2015-03-07 15:49:17 -05:00
Anthony J. Bentley
261503c7c8
Fix the reallocarray header by providing a prototype.
2015-02-25 02:13:23 -07:00
Anthony J. Bentley
c8d9ae21e6
A header file this simple doesn’t satisfy modicum of creativity.
2015-02-24 16:02:21 -07:00
Anthony J. Bentley
5281704f62
These internal headers don’t need C++ boilerplate.
2015-02-24 16:01:53 -07:00
Anthony J. Bentley
1c47ffcce8
Import reallocarray() for later use.
2015-02-14 00:14:39 -07:00
Anthony J. Bentley
513d451710
Tweak path for stdnoreturn.h header.
2014-12-31 03:21:46 -07:00
Anthony J. Bentley
9399ba36f9
Check for standards‐compliant platforms first in stdnoreturn.h.
2014-12-31 03:20:14 -07:00
stag019
f0e5c5ccc8
Cross-compiler noreturn support.
2014-12-31 04:11:06 -05:00
Anthony J. Bentley
9e24c26468
Specify _Noreturn in the err family prototypes.
2014-11-06 21:36:27 -07:00
Anthony J. Bentley
d661b3a532
Now that we replace missing libc functions, switch back to err().
2014-09-24 02:50:39 -06:00