.. |
Array.carp
|
Fix minimum name and it comparison function
|
2019-05-14 13:29:30 -03:00 |
Bench.carp
|
multiple fixes:
|
2019-02-15 14:48:49 +01:00 |
Bool.carp
|
BUGFIX: Parser now must consume whole input.
|
2018-06-01 10:24:46 +02:00 |
carp_bench.h
|
Adding time.h header to carp_bench.h to resolve bug #208
|
2018-04-02 10:27:36 +10:00 |
carp_bool.h
|
core: remove stdbool dependency
|
2018-11-17 15:42:36 +01:00 |
carp_char.h
|
core: remove stdbool dependency
|
2018-11-17 15:42:36 +01:00 |
carp_debug.h
|
Function for leaking memory on purpose.
|
2018-03-29 07:03:00 +02:00 |
carp_double.h
|
core: remove stdbool dependency
|
2018-11-17 15:42:36 +01:00 |
carp_float.h
|
core: remove stdbool dependency
|
2018-11-17 15:42:36 +01:00 |
carp_int.h
|
core: remove some headers that are problematic for embedded applications
|
2019-04-17 13:47:18 +02:00 |
carp_io.h
|
Even more fixes
|
2019-03-05 16:37:27 +01:00 |
carp_long.h
|
core: fix Long_copy
|
2018-12-09 18:07:19 +02:00 |
carp_memory.h
|
Helpfulness.
|
2019-03-21 14:34:09 +01:00 |
carp_pattern.h
|
core: make all asserts optional
|
2019-04-21 08:43:18 +02:00 |
carp_safe_int.h
|
core: remove stdbool dependency
|
2018-11-17 15:42:36 +01:00 |
carp_stdbool.h
|
core: remove stdbool dependency
|
2018-11-17 15:42:36 +01:00 |
carp_string.h
|
Adding String.< and String.>
|
2018-06-26 16:00:33 +10:00 |
carp_system.h
|
core: make all asserts optional
|
2019-04-21 08:43:18 +02:00 |
Char.carp
|
core: add Char.alpha?, Char.num?, and Char.alphanum?
|
2019-03-06 16:35:37 +01:00 |
Color.carp
|
multiple fixes:
|
2019-02-15 14:48:49 +01:00 |
Core.carp
|
core: add result draft
|
2019-02-13 19:31:47 +01:00 |
core.h
|
core: remove unused else in ifdef
|
2019-04-17 13:52:08 +02:00 |
Debug.carp
|
Renamed 'defdynamic' to 'defndynamic'.
|
2019-03-13 18:49:48 +01:00 |
Double.carp
|
multiple fixes:
|
2019-02-15 14:48:49 +01:00 |
Dynamic.carp
|
Renamed 'defdynamic' to 'defndynamic'.
|
2019-03-13 18:49:48 +01:00 |
Filepath.carp
|
multiple fixes:
|
2019-02-15 14:48:49 +01:00 |
Float.carp
|
multiple fixes:
|
2019-02-15 14:48:49 +01:00 |
Format.carp
|
Renamed 'defdynamic' to 'defndynamic'.
|
2019-03-13 18:49:48 +01:00 |
Geometry.carp
|
multiple fixes:
|
2019-02-15 14:48:49 +01:00 |
GLFW.carp
|
Use pkg-config for finding location of glfw instead.
|
2018-02-28 22:43:43 +01:00 |
Heap.carp
|
Bug #343 Fixing off-by-one in Heap parent function.
|
2018-12-07 13:33:37 +11:00 |
Int.carp
|
core: make to-int and from-int interfaces
|
2019-03-26 18:08:17 +01:00 |
Interfaces.carp
|
core: make to-int and from-int interfaces
|
2019-03-26 18:08:17 +01:00 |
IO.carp
|
core: fix IO.read->EOF
|
2019-05-10 11:21:46 +02:00 |
Long.carp
|
core: add neg protocol and add to int and long
|
2018-05-07 21:57:15 +02:00 |
Macros.carp
|
core: add while-do macro
|
2019-04-30 21:42:34 +02:00 |
Map.carp
|
core: add docstring to Map.reverse
|
2019-05-05 11:55:37 +02:00 |
Maybe.carp
|
core: add Maybe.ptr and Maybe.from-ptr, references #287
|
2019-05-03 13:49:33 +02:00 |
OpenGL.carp
|
All OpenGL-functions registered.
|
2018-03-06 14:18:25 +01:00 |
Pattern.carp
|
Tests run again.
|
2018-11-14 21:21:56 +01:00 |
Random.carp
|
core: specialize Char.random again!
|
2019-03-26 18:19:10 +01:00 |
Result.carp
|
core: typo fix in Maybe.to-result
|
2019-05-02 22:33:18 +02:00 |
SafeInt.carp
|
docs: clarify git loading situation
|
2019-05-01 00:24:29 +02:00 |
SDL_gfx.carp
|
Return () instead.
|
2019-02-27 14:28:41 +01:00 |
SDL_image.carp
|
Config for SDL_image too.
|
2019-03-22 19:21:26 +01:00 |
SDL_mixer.carp
|
Still trying to figure out music playback...
|
2018-03-23 16:01:30 +01:00 |
SDL_ttf.carp
|
Updated render-text-to-texture to allow setting the color of the text.
|
2018-04-24 15:02:06 +02:00 |
SDL.carp
|
First step towards a way of locating SDL libraries on Windows.
|
2019-03-22 19:02:45 +01:00 |
SDLHelper.h
|
core: more sdl functions
|
2018-11-15 15:25:57 +01:00 |
Sort.carp
|
core: add sort flavors with custom comparators
|
2018-11-13 11:11:21 +01:00 |
Statistics.carp
|
Fix tests on memory.carp, Modify Statistics module as Veit Heller
|
2019-05-14 20:11:19 -03:00 |
String.carp
|
core: add String.contains?
|
2019-03-23 18:41:08 +01:00 |
System.carp
|
Fix doc for get-args-len
|
2019-04-16 17:49:31 -04:00 |
Test.carp
|
Renamed 'defdynamic' to 'defndynamic'.
|
2019-03-13 18:49:48 +01:00 |
Tuples.carp
|
Modify the functions Array.maximum and Array.minimum to be safe
|
2019-05-13 21:41:45 -03:00 |
Vector.carp
|
core: extend maybe and rework vector with it
|
2019-02-13 11:42:16 +01:00 |