Toggle navigation
Sign in
taskrambler
/
libtrdata
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Commits
55
Network
Compare
Branches
2
Tags
1
88d64d65ab05acf95912f022a693f788e81b9be2
1.0.0
master
v1.0.0
88d64d65ab05acf95912f022a693f788e81b9be2
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.1.2
12
Apr
1
Nov
29
Oct
27
22
21
20
26
25
6
4
28
Sep
24
22
21
13
30
Aug
29
28
26
11
5
3
31
Jul
7
5
24
Jun
22
21
18
17
16
remove test code copied from trbase.
1.0.0 master v1…
1.0.0 master v1.0.0
Add missing build time header to EXTRA_DIST
fix copy pasted Makefile.am under tests
fix project name
version bump
Add CI control file
Use iterator if possible
Add set datatype
start find and delete action on list
Inline simple accessor functions
Add iterable interface and make TR_List and derivated classed iterable
Change queue to list and make a new queue class based on it.
Use newly allocated queue backing store...
Created new queue implementation based on dynamically growing arrays
remove useless whitespace
Remove -DREENTRANT because it's not needed right now
Check existence of required tr headers
Remove and ignore generated trdata.h.in
Change SWAP to something worging
Fix useless whitespace
add heap code
separate find last index into its own function
New dynamic array implementation.
cleanup empties the hash but does not remove the tree root, as this is removed in the destructor.
use threadsave libc. Prepare code for locks. Separate tree and tree elements. Use c99 standard.
Revert "try to make data structures thread save by using a mutex"
Revert "try to make code more thread save"
try to make code more thread save
try to make data structures thread save by using a mutex
loc action
now its possible to say a hash that it should not free its members on cleanup... useful if several structures hold the members
small fix in queuePutFirst
add queueDestroy and hashEmpty
small fix in delete
add more list like functions to the queue .. they are not used now and not testes, so they probably have bugs.
small fix in queuePutFirst
add m4 shipped with this project
add put_first
add possibility to inject extra data into treeWalk and hashEach and change queue detructor to only conditionally free data within the nodes.
Use new class interface and update copyright information