Carp/core
2018-03-23 17:28:04 +05:00
..
Array.carp Fixed leaks in Array.reverse and Array.swap. 2018-03-12 14:37:53 +01:00
Bench.carp Fixed bug in Bench.carp where a value was used outside of its stack scope. 2018-03-07 15:20:44 +01:00
Bool.carp core: remove interdependencies between modules 2018-02-27 15:10:42 +01:00
carp_bench.h core: namespaced split-up carp headers 2018-02-27 15:08:39 +01:00
carp_bool.h core: remove interdependencies between modules 2018-02-27 15:10:42 +01:00
carp_char.h Fix new function in carp_char.h 2018-03-18 15:23:34 +01:00
carp_double.h core: remove interdependencies between modules 2018-02-27 15:10:42 +01:00
carp_float.h core: remove interdependencies between modules 2018-02-27 15:10:42 +01:00
carp_int.h Moved safe int functions into their own file that's not automatically loaded. 2018-03-06 16:44:07 +01:00
carp_io.h Add read-file-eof function for dynamic files 2018-03-23 17:28:04 +05:00
carp_long.h core: manual merge 2018-02-27 15:30:22 +01:00
carp_memory.h core: split up core 2018-02-27 15:09:13 +01:00
carp_pattern.h core: rename string and pattern types 2018-03-18 14:53:03 +01:00
carp_safe_int.h Moved safe int functions into their own file that's not automatically loaded. 2018-03-06 16:44:07 +01:00
carp_string.h core: rename string and pattern types 2018-03-18 14:53:03 +01:00
carp_system.h core: rename string and pattern types 2018-03-18 14:53:03 +01:00
Char.carp A few extra functions for handling files and char pointers. 2018-03-18 14:40:49 +01:00
core.h core: rename string and pattern types 2018-03-18 14:53:03 +01:00
Debug.carp Fixed: 'assert' macro. Also -- reporting of errors in expanded macros now works. 2018-03-13 13:10:15 +01:00
Double.carp core: remove interdependencies between modules 2018-02-27 15:10:42 +01:00
Dynamic.carp New Project.config command, the old project-set! is deprecated. 2018-02-08 17:12:32 +01:00
Float.carp core: remove interdependencies between modules 2018-02-27 15:10:42 +01:00
Format.carp core: fix bugs and unnecessary check in fmt 2018-01-15 12:04:12 +01:00
Geometry.carp Changed pi symbol to 'pi' 2017-12-14 22:48:19 +01:00
GLFW.carp Use pkg-config for finding location of glfw instead. 2018-02-28 22:43:43 +01:00
Int.carp Moved safe int functions into their own file that's not automatically loaded. 2018-03-06 16:44:07 +01:00
Interfaces.carp Basic support for font rendering (more to come). 2018-03-22 13:25:30 +01:00
IO.carp Add read-file-eof function for dynamic files 2018-03-23 17:28:04 +05:00
Long.carp core: remove interdependencies between modules 2018-02-27 15:10:42 +01:00
Macros.carp Preparations for making assert macro work. 2018-03-13 10:16:48 +01:00
OpenGL.carp All OpenGL-functions registered. 2018-03-06 14:18:25 +01:00
Pattern.carp core: add Pattern.from-chars, simplify String.split-by 2018-03-13 17:06:14 +01:00
SafeInt.carp Moved safe int functions into their own file that's not automatically loaded. 2018-03-06 16:44:07 +01:00
sdl_image.carp Game example works with kebab case. 2018-03-20 12:49:46 +01:00
SDL_mixer.carp Starting wrapping SDL_mixer. 2018-03-23 09:55:32 +01:00
SDL_ttf.carp Added wrapped version of render text blended. 2018-03-23 07:55:55 +01:00
sdl.carp Address sanitizer does not complain. 2018-03-22 21:21:46 +01:00
SDLHelper.h Address sanitizer does not complain. 2018-03-22 21:21:46 +01:00
Statistics.carp More useable signature for 'Array.element-count'. 2018-03-12 12:11:33 +01:00
String.carp core: add Pattern.from-chars, simplify String.split-by 2018-03-13 17:06:14 +01:00
System.carp Fixed memory leak in 'from-chars'. 2018-03-12 14:56:05 +01:00
Test.carp core: change globals to vars in test 2018-02-23 17:25:15 +01:00
Vector.carp Changed type signature of (set! ...) form. 2018-02-02 07:19:10 +01:00