forks/single-header-file-c-libs.git
7 years agoRemoved test case for the Slim Hash optimize() function.
Stephan Soller [Wed, 12 Jul 2017 19:46:47 +0000 (21:46 +0200)]
Removed test case for the Slim Hash optimize() function.

7 years agoReleased slim_hash 1.1.
Stephan Soller [Wed, 12 Jul 2017 19:39:23 +0000 (21:39 +0200)]
Released slim_hash 1.1.

7 years agoCollected all changes back into slim_hash and cleaned it up.
Stephan Soller [Wed, 12 Jul 2017 19:36:46 +0000 (21:36 +0200)]
Collected all changes back into slim_hash and cleaned it up.

7 years agoRemoved old prototype code.
Stephan Soller [Sat, 11 Feb 2017 10:37:54 +0000 (11:37 +0100)]
Removed old prototype code.

7 years agoImplemented the basics for new printf() style argument parsing.
Stephan Soller [Sat, 11 Feb 2017 10:24:37 +0000 (11:24 +0100)]
Implemented the basics for new printf() style argument parsing.

7 years agoAdded the Slim GL demo programs.
Stephan Soller [Thu, 9 Feb 2017 23:00:24 +0000 (00:00 +0100)]
Added the Slim GL demo programs.

7 years agoMerged Slim GL into a single headerfile library and added documentation. This is...
Stephan Soller [Thu, 9 Feb 2017 21:51:46 +0000 (22:51 +0100)]
Merged Slim GL into a single headerfile library and added documentation. This is version 1.0.0.

7 years agoRefactored texture functions to use flags instead of trying to bind to different...
Stephan Soller [Thu, 9 Feb 2017 21:48:42 +0000 (22:48 +0100)]
Refactored texture functions to use flags instead of trying to bind to different targets.

7 years agoFramebuffer size has to be specified manually now because size queries only work...
Stephan Soller [Thu, 9 Feb 2017 21:40:10 +0000 (22:40 +0100)]
Framebuffer size has to be specified manually now because size queries only work for framebuffers backed by textures.

7 years agoAdded first version of the Slim GL library.
Stephan Soller [Thu, 9 Feb 2017 21:29:13 +0000 (22:29 +0100)]
Added first version of the Slim GL library.

8 years agoCleaned up slim_hash.h and added preliminary documentation.
Stephan Soller [Wed, 22 Jun 2016 14:31:05 +0000 (16:31 +0200)]
Cleaned up slim_hash.h and added preliminary documentation.

8 years agoMade sh_put_ptr() comapre the key additionally to the hash.
Stephan Soller [Sat, 30 Apr 2016 11:17:18 +0000 (13:17 +0200)]
Made sh_put_ptr() comapre the key additionally to the hash.

8 years agoFixed value reassignment with sh_put_ptr() and reformatted the macro code.
Stephan Soller [Fri, 29 Apr 2016 18:41:30 +0000 (20:41 +0200)]
Fixed value reassignment with sh_put_ptr() and reformatted the macro code.

8 years agoAdded first version of a simple hashmap with fixed types.
Stephan Soller [Thu, 7 Apr 2016 18:36:15 +0000 (20:36 +0200)]
Added first version of a simple hashmap with fixed types.

8 years agoAdded README file with a list of libraries.
Stephan Soller [Mon, 15 Feb 2016 19:38:20 +0000 (20:38 +0100)]
Added README file with a list of libraries.

8 years agoAdded Math 3D, a compact math library for OpenGL.
Stephan Soller [Mon, 15 Feb 2016 19:24:57 +0000 (20:24 +0100)]
Added Math 3D, a compact math library for OpenGL.

8 years agoAdded first version of Slim Test, a minimalistic testing library for C.
Stephan Soller [Mon, 15 Feb 2016 18:59:44 +0000 (19:59 +0100)]
Added first version of Slim Test, a minimalistic testing library for C.

8 years agoInitial commit
arkanis [Mon, 15 Feb 2016 18:01:37 +0000 (19:01 +0100)]
Initial commit