Jackalope / jlib (public) (License: GPLv3 or later) (since 2019-11-18) (hash sha1)
jlib C++ template library
Used to replace std functionality without exception handling.
- data structures
- filesystem routines
- crossplatform threads interface (currently only pthreads implementation)
- thread pool
- crossplatform dynamic memory functions interface (allocate, reallocate, deallocate) with alignment support
- high percision timer routines based on timespec
List of commits:
Subject Hash Author Date (UTC)
CMake compilation flags improvements. f06e9f11396ab1a087fb0ecbbe4d9f1ad7ecea02 Jackalope 2020-06-05 07:50:23
Version 0.4.3 df04729ff078822e7144d85071bed6e6123e1f3b Jackalope 2020-06-04 21:11:01
Add extra byte for readed text files to make result string as c-string. b049d09cc46e46ce876cdf6ab5690aa69039326d Jackalope 2020-06-04 04:20:18
Rename rarray data member p_end_allocated to p_end. 12d598a7f9dd79c28d13ee23238bcf91f7e84d3a Jackalope 2020-06-04 04:19:40
Better config, solving some issues with linking to jlib. 1c3e98b020fad28c1c5ad5ba9237e08494ec24f5 Jackalope 2020-06-01 16:22:42
Version 0.4.2 4d923f27553a9c12ac24f0060039160975c25f7f Jackalope 2020-06-01 12:44:08
darray_mods GCC compilation fix. c8608b53bde33aa15fee76a03139521696c2d0ce Jackalope 2020-06-01 12:42:38
Make jassert constexpr again (yeah, again). 973c1f47663af054fc7680b87e76b951d40e603b Jackalope 2020-06-01 12:20:33
Version 0.4.1 64f005bfab2e8febf82bd381fc135bdfff61ca71 Jackalope 2020-05-31 23:47:41
CMake: build both shared and static with JLIB_SHARED and JLIB_STATIC options. When is subdirectory, select only one instead. Doxygen target renamed from documentation to jlib-doxygen. 20910577a262b43a373f5b8f4a9b444fcdaf56bb Jackalope 2020-05-31 21:37:04
Wide line fix. e6f02dfd80996cf18285fa2cc2e3cbffe3854d11 Jackalope 2020-05-31 18:43:06
fs::stream: discard input function, constructor from FILE. fbe72ec086b44821ea93a61dba7f869b043769e9 Jackalope 2020-05-31 18:42:12
Version 0.4.0 9e5059b4af323e37f4ad0f4f7eb20f562d07c857 Jackalope 2020-05-31 11:17:38
FS limits function fix. 813a0a8aaae122b7b4a4d158cf029aff1733308c Jackalope 2020-05-31 11:05:07
New option JLIB_ALLOCATE_DEBUG fa66e03cd2ea7102bab8a6de3415898c114a27e4 Jackalope 2020-05-31 10:44:49
Changed version config to match versioning compatibility. 393953edfa42b24e43ba027c5d52d7c2df6cf861 Jackalope 2020-05-31 10:43:09
Thread pool wrong doxygen tag fix. 8392eb800adc01d587d9f6ce962ad403f1e5c80c Jackalope 2020-05-29 16:51:33
jassert macro compatibility in if statement without braces. 5c749b8c1cb2cb51c8ddf6ccedef8d72554d6c68 Jackalope 2020-05-29 15:54:53
Version 0.3.0 616c945f21a8da901facc7363c3b204216776a1d Jackalope 2020-05-26 14:37:18
Removing deprecated threads and old thread pool. b2ce1a8eb5b4a1b9c5d6a19fe75e7a52738e6866 Jackalope 2020-05-26 14:31:57
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/Jackalope/jlib

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/Jackalope/jlib

Clone this repository using git:
git clone git://git.rocketgit.com/user/Jackalope/jlib

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main