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)
disabled doxygen sorting e23e48587d14715bc4b2b44ac5d0016525bc1a0d Your Name 2019-11-20 18:45:03
documentation improved by tags 63f7874b0f9d9864a39f408478f56fc5a3c114d2 Your Name 2019-11-20 18:10:30
added doxygen to gitignore 7dff94b8d776d61b9a48b1fbbd8cd6116ec600c0 Your Name 2019-11-20 00:20:22
doxygen documentation 8d1302091cb159975bee74ab8d011d2d21e6ade2 Your Name 2019-11-20 00:13:57
this file no need 571e8c3919e7aef0b7a6d5c1ddccb115d76eb238 Your Name 2019-11-20 00:13:41
fixed forgotten args for call 08bc90ed1322b77548e8693188663ac7c49b5953 Your Name 2019-11-19 20:55:46
dynamic array modifications e072bcf5cb0e9a95f097b6186db845ed5dec0e16 Your Name 2019-11-19 17:42:59
removed CallInfo e75341700184671df5d87b4d09fdbc51f338b9e7 Your Name 2019-11-19 17:42:39
binary search functions df03aebc3f0c64a1406277d98153faf646780707 Your Name 2019-11-19 17:41:11
jtl allocate b6168118b52e446bdf2f8bfe9506783c8ce9be1c Your Name 2019-11-19 08:51:51
added CallMod enums typedefs to cleaner argument view 3ad1e61b19a1522c92a7f5ff6f8d5c08e4f7b13c Your Name 2019-11-18 22:03:37
dynamic array implementetion f429fe93ff11825a70e81e067888d53d63fb4996 Your Name 2019-11-18 21:56:58
initial commit 81aeda457c9a462c50b2a441b6ca1296bf6e20d3 Your Name 2019-11-18 16:40:21
Commit e23e48587d14715bc4b2b44ac5d0016525bc1a0d - disabled doxygen sorting
Author: Your Name
Author date (UTC): 2019-11-20 18:45
Committer name: Your Name
Committer date (UTC): 2019-11-20 18:45
Parent(s): 63f7874b0f9d9864a39f408478f56fc5a3c114d2
Signer:
Signing key:
Signing status: N
Tree: 3d8e8e4f5795bed4800d41f008693a94695fccd8
File Lines added Lines deleted
Doxyfile 1 1
File Doxyfile changed (mode: 100644) (index b1b843c..584534a)
... ... INLINE_INFO = YES
592 592 # name. If set to NO, the members will appear in declaration order. # name. If set to NO, the members will appear in declaration order.
593 593 # The default value is: YES. # The default value is: YES.
594 594
595 SORT_MEMBER_DOCS = YES
595 SORT_MEMBER_DOCS = NO
596 596
597 597 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
598 598 # descriptions of file, namespace and class members alphabetically by member # descriptions of file, namespace and class members alphabetically by member
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