• Sign in

taskrambler / libtrbase · 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 87
  • Network
  • Compare
  • Branches 2
  • Tags 1
  • libtrbase
25 Mar, 2016
10 commits
  • Play with CI
      2563ce86
    Georg Hopp authored
    2016-03-25 07:36:47 +0100  
    Browse Files »
  • Play with CI
      a979a129
    Georg Hopp authored
    2016-03-25 07:35:07 +0100  
    Browse Files »
  • Try stages...for now my jobs are called like the stages I use...
      babfe672
    Georg Hopp authored
    2016-03-25 07:31:08 +0100  
    Browse Files »
  • Use AMD check in test.
      c3e878d8
    Georg Hopp authored
    2016-03-25 07:23:52 +0100  
    Browse Files »
  • Fix typo: AC_CHK_AM => AC_CHK_AMD
      d1d51c8a
    Georg Hopp authored
    2016-03-25 07:04:06 +0100  
    Browse Files »
  • Add CI control file
      43c102b7
    Georg Hopp authored
    2016-03-25 07:01:45 +0100  
    Browse Files »
  • Add m4 check for AMD platform.
    b957416a
    Georg Hopp authored
    2016-03-25 06:57:56 +0100  
    Browse Files »
  • Accept gconv 1.11 in m4 check.
    06ec6cd2
    Georg Hopp authored
    2016-03-25 06:54:51 +0100  
    Browse Files »
  • Update mock class to latest changes in class system.
    65e47104
    Georg Hopp authored
    2016-03-25 06:52:54 +0100  
    Browse Files »
  • Fix wrong parenteses in runtest.c
    427e1faf
    Georg Hopp authored
    2016-03-25 06:51:34 +0100  
    Browse Files »

29 Oct, 2015
1 commit
  • initialize complete memory segment in calloc
    e71b83d7
    Georg Hopp authored
    2015-10-29 17:24:52 +0100  
    Browse Files »

27 Oct, 2015
1 commit
  • Inline simple accessor functions
    1084820a
    Georg Hopp authored
    2015-10-27 16:09:23 +0100  
    Browse Files »

22 Oct, 2015
1 commit
  • Optimize memory size calculation
    d8c92a6c
    Georg Hopp authored
    2015-10-22 16:12:47 +0200  
    Browse Files »

21 Oct, 2015
1 commit
  • Add a version function
    f61b6275
    Georg Hopp authored
    2015-10-21 07:21:50 +0200  
    Browse Files »

20 Oct, 2015
1 commit
  • Clean some useless whitespaces.
    c4022ee0
    Georg Hopp authored
    2015-10-20 20:12:02 +0200  
    Browse Files »

25 Oct, 2014
4 commits
  • omit pthread for now
    65652207
    Georg Hopp authored
    2014-10-25 10:00:50 +0100  
    Browse Files »
  • add some definitions to get this build under mingw
    23c3cd8d
    Georg Hopp authored
    2014-10-25 10:00:16 +0100  
    Browse Files »
  • make math functions non inline because they are not used in this compile unit anyway
    25979161
    Georg Hopp authored
    2014-10-25 09:58:20 +0100  
    Browse Files »
  • creared some inline functions to access the meminfo structure.
    3f28478d
    Georg Hopp authored
    2014-10-25 09:57:25 +0100  
    Browse Files »

04 Oct, 2014
1 commit
  • add implementation of euclidean algorithm and compile with REENTRANT and pthread… ...
    f67ee680
    … as this code is ment to be used within threads ... also there is no other thread awareness in it
    Georg Hopp authored
    2014-10-04 10:01:55 +0100  
    Browse Files »

30 Sep, 2014
1 commit
  • I do not use trees anymore within the optimized memory management. I realized th… ...
    bec6f387
    …at I can calculate the index of an array by the size and use stacks of memory segments under each array element. This should be much faster.
    Georg Hopp authored
    2014-09-30 21:11:00 +0100  
    Browse Files »

28 Sep, 2014
1 commit
  • flush errorlog to stderr
    a92c8ac7
    Georg Hopp authored
    2014-09-28 21:09:30 +0100  
    Browse Files »

24 Sep, 2014
1 commit
  • try to make the memory management thread save by using a mutex upon tree accesses
    16e092af
    Georg Hopp authored
    2014-09-24 19:20:49 +0100  
    Browse Files »

22 Sep, 2014
1 commit
  • ensure that a grandparent exists when it is involved in the ballance
    db5f9d43
    Georg Hopp authored
    2014-09-22 17:53:59 +0100  
    Browse Files »

21 Sep, 2014
3 commits
  • ensure sec_factor is initialized
    0cecd080
    Georg Hopp authored
    2014-09-21 21:50:57 +0100  
    Browse Files »
  • only set the missed output argument when it is not NULL
    b5995828
    Georg Hopp authored
    2014-09-21 10:07:34 +0100  
    Browse Files »
  • Add a general purpose timer for different time granularities (seconds, milliseco… ...
    c40a515e
    …nds, microseconds and nanoseconds).
    Georg Hopp authored
    2014-09-21 10:02:54 +0100  
    Browse Files »

18 Sep, 2014
1 commit
  • remove the bsearch from interface selection. The amount of interfaces is very li… ...
    c319edf5
    …mited and there is no benefit compared to a direct iteration
    Georg Hopp authored
    2014-09-18 20:48:40 +0100  
    Browse Files »

25 Aug, 2014
1 commit
  • code structure
    23c33c57
    Georg Hopp authored
    2014-08-25 18:56:21 +0100  
    Browse Files »

13 Aug, 2014
1 commit
  • add print backtrace
    7f825c8a
    Georg Hopp authored
    2014-08-13 18:28:55 +0100  
    Browse Files »

11 Aug, 2014
3 commits
  • fix PARENTCALL. We need the current class context to find the right parent.
    d28be8fb
    Georg Hopp authored
    2014-08-11 20:44:50 +0100  
    Browse Files »
  • fix inheritance of class variables
    7a1c975c
    Georg Hopp authored
    2014-08-11 19:10:35 +0100  
    Browse Files »
  • more makros for classvars handling and add a new class SizedData.
    4b02cc23
    Georg Hopp authored
    2014-08-11 07:07:03 +0100  
    Browse Files »

05 Aug, 2014
1 commit
  • some minor fixes for the classvars stuff
    8c0277e8
    Georg Hopp authored
    2014-08-05 00:43:35 +0100  
    Browse Files »

03 Aug, 2014
2 commits
  • update copyright information
    aed0c24a
    Georg Hopp authored
    2014-08-03 07:41:22 +0100  
    Browse Directory »
  • added classvars. This again changes the interface for class declaration and definition.
    7d39785a
    Georg Hopp authored
    2014-08-03 07:40:20 +0100  
    Browse Files »

31 Jul, 2014
4 commits
  • small fix... I have to mark the class structure as extern in the header file.
    6a5d1668
    Georg Hopp authored
    2014-07-31 22:05:57 +0100  
    Browse Directory »
  • modify static instance generation so that static instances of a class can now be… ...
    c5c48bb3
    … created anywhere. But the class needs to be prepared for this after its definition (TR_INSTANCE_INIT).
    Georg Hopp authored
    2014-07-31 14:48:29 +0100  
    Browse Directory »
  • create a static global logger as a default logger. For now this logs everything on stderr.
    bbf4463f
    Georg Hopp authored
    2014-07-31 13:54:00 +0100  
    Browse Directory »
  • macro to cast one static instance to another class type. ATTENTION: no checks ar… ...
    2534fb9e
    …e done if the given class is really a parent of the instances class.
    Georg Hopp authored
    2014-07-31 13:53:08 +0100  
    Browse Directory »