.. |
Array.carp
|
sumtypes: multiple fixes
|
2019-02-15 10:24:47 +01: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: fix Int.MAX and Int.MIN referenes
|
2019-02-28 15:00:21 +01: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
|
Tests run again.
|
2018-11-14 21:21:56 +01: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
|
More windows tweaks.
|
2019-03-05 15:03:18 +01: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
|
Modifications to compile on Windows
|
2019-03-03 17:23:13 -05: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: fix Int.MAX and Int.MIN referenes
|
2019-02-28 15:00:21 +01:00 |
Interfaces.carp
|
all: make and and or macros
|
2018-09-23 09:34:38 +02:00 |
IO.carp
|
core: add IO.errorln and IO.error
|
2018-10-22 17:47:40 -04:00 |
Long.carp
|
core: add neg protocol and add to int and long
|
2018-05-07 21:57:15 +02:00 |
Macros.carp
|
Renamed 'defdynamic' to 'defndynamic'.
|
2019-03-13 18:49:48 +01:00 |
Map.carp
|
all: various sumtype fixes
|
2019-02-13 11:46:20 +01:00 |
Maybe.carp
|
sumtypes: multiple fixes
|
2019-02-15 10:24:47 +01: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
|
Follow convention of passing lambdas as refs as default.
|
2018-11-14 14:09:43 +01:00 |
Result.carp
|
sumtypes: multiple fixes
|
2019-02-15 10:24:47 +01:00 |
SafeInt.carp
|
core: document integer, interfaces, pattern, safeint, and system
|
2018-05-12 16:08:48 +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
|
Change signature of Array.index-of to take a ref instead.
|
2018-12-15 23:18:34 +01:00 |
String.carp
|
core: add String.contains?
|
2019-03-23 18:41:08 +01:00 |
System.carp
|
core: Random.seed with a good default, rename old version to Random.seed-from
|
2018-10-19 10:31:00 +02:00 |
Test.carp
|
Renamed 'defdynamic' to 'defndynamic'.
|
2019-03-13 18:49:48 +01:00 |
Tuples.carp
|
core/Tuples.carp: < and > for Pair and PairRef
|
2018-12-09 18:34:10 +02:00 |
Vector.carp
|
core: extend maybe and rework vector with it
|
2019-02-13 11:42:16 +01:00 |