• 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 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 Files »
  • 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
10 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 Files »
  • 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 Files »
  • 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 Files »
  • 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 Files »
  • make added logger code build correct unter trbase
    93b6d720
    Georg Hopp authored
    2014-07-31 12:12:06 +0100  
    Browse Files »
  • add missing includes for logger
    f56e8931
    Georg Hopp authored
    2014-07-31 11:01:55 +0100  
    Browse Files »
  • fix macro
    55629b9f
    Georg Hopp authored
    2014-07-31 10:37:04 +0100  
    Browse Files »
  • Modify TR_INSTANCE to get variable argument list for the initialization values, … ...
    f68ee339
    …effectively remove the need for this ugly stray closing curly bracket. Add TR_objectInit function which allows to call the constructor on an already existing object. Remove not used variable argument list on _TR_CALL and fix corresponding makros.
    Georg Hopp authored
    2014-07-31 10:30:23 +0100  
    Browse Files »
  • add my own strdup
    988ce39e
    Georg Hopp authored
    2014-07-31 08:21:02 +0100  
    Browse Files »
  • add a macro to make a retcall on the parent class
    e20a52c8
    Georg Hopp authored
    2014-07-31 08:20:35 +0100  
    Browse Files »

05 Jul, 2014
2 commits
  • add logger
    b7d95b1a
    Georg Hopp authored
    2014-07-05 22:07:40 +0100  
    Browse Files »
  • some small fixes
    e32f54b2
    Georg Hopp authored
    2014-07-05 00:56:54 +0100  
    Browse Files »

24 Jun, 2014
2 commits
  • small fix in tree find
    08d22ebc
    Georg Hopp authored
    2014-06-24 16:25:42 +0100  
    Browse Files »
  • change all the rebalance code to be macros
    16c58ab9
    Georg Hopp authored
    2014-06-24 15:47:26 +0100  
    Browse Files »

22 Jun, 2014
4 commits
  • omit not neccessary extra find
    5fd8c71f
    Georg Hopp authored
    2014-06-22 17:31:08 +0100  
    Browse Files »
  • Merge branch 'master' of hosted:/var/lib/git/trbase
    a3b0c581
    Georg Hopp authored
    2014-06-22 13:48:52 +0100  
    Browse Files »
  • and now also utilize the TR_TREE_FIND macro.
    69d9d73f
    Georg Hopp authored
    2014-06-22 13:40:46 +0100  
    Browse Files »
  • use tree macros in memory management tree
    da3ff341
    Georg Hopp authored
    2014-06-22 08:30:32 +0100  
    Browse Files »

16 Jun, 2014
1 commit
  • another small optimization
    25925687
    Georg Hopp authored
    2014-06-16 09:51:09 +0100  
    Browse Files »

14 Jun, 2014
1 commit
  • fix optimization for GNU memory management
    5e1c8f73
    Georg Hopp authored
    2014-06-14 10:55:06 +0100  
    Browse Files »

13 Jun, 2014
1 commit
  • optimize allocation for GNU systems. That is allocate only blocks of a size malloc handles.
    e905bad9
    Georg Hopp authored
    2014-06-13 15:28:31 +0100  
    Browse Files »

28 May, 2014
1 commit
  • fix wrongly named macro
    0c2907f9
    Georg Hopp authored
    2014-05-28 15:05:30 +0100  
    Browse Files »

06 Dec, 2013
2 commits
  • make the thing build...
    bab8ba34
    Georg Hopp authored
    2013-12-06 20:32:44 +0000  
    Browse Files »
  • more documentation
    378eeef4
    Georg Hopp authored
    2013-12-06 00:44:52 +0000  
    Browse Files »

05 Dec, 2013
1 commit
  • initial version derived from taskrambler
    bc626249
    Georg Hopp authored
    2013-12-05 00:57:31 +0000  
    Browse Files »