• Sign in

taskrambler / libtrdata · Commits

Dogs2 white

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
  • libtrdata
27 Oct, 2015
1 commit
  • Use newly allocated queue backing store... ...
    f41259db
    Stupid me forgot to change the pointer and free the old one.
    Georg Hopp authored
    2015-10-27 08:08:35 +0100  
    Browse Files »

22 Oct, 2015
1 commit
  • Created new queue implementation based on dynamically growing arrays
    886d3912
    Georg Hopp authored
    2015-10-22 16:14:32 +0200  
    Browse Files »

21 Oct, 2015
3 commits
  • remove useless whitespace
    26d6138c
    Georg Hopp authored
    2015-10-21 21:49:30 +0200  
    Browse Files »
  • Remove -DREENTRANT because it's not needed right now
    546694ec
    Georg Hopp authored
    2015-10-21 21:31:17 +0200  
    Browse Files »
  • Check existence of required tr headers
    38f0428c
    Georg Hopp authored
    2015-10-21 07:25:26 +0200  
    Browse Files »

20 Oct, 2015
3 commits
  • Remove and ignore generated trdata.h.in
    e2e67fcd
    Georg Hopp authored
    2015-10-20 20:23:33 +0200  
    Browse Files »
  • Change SWAP to something worging
    e61347f0
    Georg Hopp authored
    2015-10-20 20:22:26 +0200  
    Browse Files »
  • Fix useless whitespace
    d40d9da8
    Georg Hopp authored
    2015-10-20 20:21:15 +0200  
    Browse Files »

26 Oct, 2014
2 commits
  • add heap code
    b32823cd
    Georg Hopp authored
    2014-10-26 18:15:15 +0000  
    Browse Files »
  • separate find last index into its own function
    49c7f8be
    Georg Hopp authored
    2014-10-26 06:21:38 +0000  
    Browse Files »

25 Oct, 2014
1 commit
  • New dynamic array implementation.
    054fab8b
    Georg Hopp authored
    2014-10-25 19:56:10 +0100  
    Browse Files »

06 Oct, 2014
1 commit
  • cleanup empties the hash but does not remove the tree root, as this is removed in the destructor.
    1753e092
    Georg Hopp authored
    2014-10-06 20:06:30 +0100  
    Browse Files »

04 Oct, 2014
3 commits
  • use threadsave libc. Prepare code for locks. Separate tree and tree elements. Use c99 standard.
    daaa2133
    Georg Hopp authored
    2014-10-04 10:31:22 +0100  
    Browse Files »
  • Revert "try to make data structures thread save by using a mutex" ...
    21cf5258
    This reverts commit 88d64d65.
    Georg Hopp authored
    2014-10-04 10:26:36 +0100  
    Browse Files »
  • Revert "try to make code more thread save" ...
    af33e845
    This reverts commit 2f3a24d9.
    Georg Hopp authored
    2014-10-04 10:25:52 +0100  
    Browse Files »

28 Sep, 2014
1 commit
  • try to make code more thread save
    2f3a24d9
    Georg Hopp authored
    2014-09-28 21:13:20 +0100  
    Browse Files »

24 Sep, 2014
1 commit
  • try to make data structures thread save by using a mutex
    88d64d65
    Georg Hopp authored
    2014-09-24 19:24:53 +0100  
    Browse Files »

22 Sep, 2014
1 commit
  • loc action
    7a1cb698
    Georg Hopp authored
    2014-09-22 21:20:58 +0100  
    Browse Files »

21 Sep, 2014
1 commit
  • now its possible to say a hash that it should not free its members on cleanup...… ...
    0b485ec7
    … useful if several structures hold the members
    Georg Hopp authored
    2014-09-21 10:40:40 +0100  
    Browse Files »

13 Sep, 2014
2 commits
  • small fix in queuePutFirst
    dba76798
    Georg Hopp authored
    2014-09-13 07:32:50 +0100  
    Browse Files »
  • add queueDestroy and hashEmpty
    b9b5faa3
    Georg Hopp authored
    2014-09-13 07:31:42 +0100  
    Browse Files »

30 Aug, 2014
1 commit
  • small fix in delete
    d8b2c214
    Georg Hopp authored
    2014-08-30 19:08:53 +0100  
    Browse Files »

29 Aug, 2014
1 commit
  • add more list like functions to the queue .. they are not used now and not teste… ...
    96d30bb5
    …s, so they probably have bugs.
    Georg Hopp authored
    2014-08-29 19:13:31 +0100  
    Browse Files »

28 Aug, 2014
1 commit
  • small fix in queuePutFirst
    28134883
    Georg Hopp authored
    2014-08-28 23:03:53 +0100  
    Browse Files »

26 Aug, 2014
1 commit
  • add m4 shipped with this project
    9d8045fb
    Georg Hopp authored
    2014-08-26 07:55:38 +0100  
    Browse Files »

11 Aug, 2014
1 commit
  • add put_first
    35fa742d
    Georg Hopp authored
    2014-08-11 07:10:20 +0100  
    Browse Files »

05 Aug, 2014
1 commit
  • add possibility to inject extra data into treeWalk and hashEach and change queue… ...
    f7108d4b
    … detructor to only conditionally free data within the nodes.
    Georg Hopp authored
    2014-08-05 18:51:08 +0100  
    Browse Files »

03 Aug, 2014
1 commit
  • Use new class interface and update copyright information
    da66d5df
    Georg Hopp authored
    2014-08-03 07:42:49 +0100  
    Browse Files »

31 Jul, 2014
2 commits
  • initialize static instance creation
    47b80e1c
    Georg Hopp authored
    2014-07-31 15:23:20 +0100  
    Browse Files »
  • change wrong comment
    10c40865
    Georg Hopp authored
    2014-07-31 13:59:03 +0100  
    Browse Files »

07 Jul, 2014
1 commit
  • only trigger the if action is not null during walk or destroy
    265c8661
    Georg Hopp authored
    2014-07-07 07:53:21 +0100  
    Browse Files »

05 Jul, 2014
4 commits
  • don't replace tree nodes on insert but return the existing one. Note that this i… ...
    077376be
    …s different from the behaviour of tsearch which is the POSIX equivalent of this function, but in various situations it is much more handy.
    Georg Hopp authored
    2014-07-05 08:37:52 +0100  
    Browse Files »
  • ignore generated config file
    309ecbaf
    Georg Hopp authored
    2014-07-05 07:41:43 +0100  
    Browse Files »
  • small fix
    46ea3bc8
    Georg Hopp authored
    2014-07-05 00:56:42 +0100  
    Browse Files »
  • fix position of TR_TREE_FIND call
    11691194
    Georg Hopp authored
    2014-07-05 00:23:04 +0100  
    Browse Files »

24 Jun, 2014
2 commits
  • use rebalance macros
    99ce2633
    Georg Hopp authored
    2014-06-24 15:48:57 +0100  
    Browse Files »
  • fix a small algorythmic bug introduced during optimization.
    4990e7d4
    Georg Hopp authored
    2014-06-24 12:23:21 +0100  
    Browse Files »

22 Jun, 2014
1 commit
  • moved tree macros to trbase library, as they are also used in the memory managem… ...
    eacc711d
    …ent. Some small fixes
    Georg Hopp authored
    2014-06-22 13:43:06 +0100  
    Browse Files »

21 Jun, 2014
2 commits
  • Created a macro for tree find to prevent duplicating this code in insert and delete.
    07cb2069
    Georg Hopp authored
    2014-06-21 20:13:25 +0100  
    Browse Files »
  • modified the rotate macro so that it works with any structure that has a left, r… ...
    af8994b0
    …ight and parent reference to variables of itself.
    Georg Hopp authored
    2014-06-21 01:39:30 +0100  
    Browse Files »