Activity for libcutils

  • Otto Linnemann Otto Linnemann posted a comment on a wiki page

    cutils - Some Useful C-Utilities Object Libcutils provides a self-contained set of...

  • Otto Linnemann committed [3565eb]

    add count element in lists, fix slist_append

  • Otto Linnemann Otto Linnemann committed [8deb1d]

    follow Phil Bagwell's original approach

  • Otto Linnemann committed [87ee85]

    hashmaps which store keystring, bugfixes

  • Otto Linnemann committed [4e144b]

    add dedicated memory allocation functions

  • Otto Linnemann committed [e7b17a]

    sample application, license update to lgpl

  • Otto Linnemann committed [97836f]

    first operational version of json_emerge, no le...

  • Otto Linnemann committed [be6e35]

    fix potential crash in json error

  • Otto Linnemann Otto Linnemann committed [5687dd]

    add count element in lists, fix slist_append

  • Otto Linnemann Otto Linnemann committed [5dd8c4]

    fix wrong mapping of json_bolean to double

  • Otto Linnemann committed [cf0cf5]

    fix crash when no json test data given

  • Otto Linnemann committed [43f27c]

    add json parser error handling

  • Otto Linnemann Otto Linnemann committed [d61c91]

    intetegrate test_cutilslib in autotools unit test

  • Otto Linnemann Otto Linnemann committed [fcbb40]

    fix collide mechanism

  • Otto Linnemann committed [eb0751]

    more general string splitters

  • Otto Linnemann Otto Linnemann committed [9c2648]

    add test evt queue test programm

  • Otto Linnemann Otto Linnemann committed [4d29e9]

    trim string functions

  • Otto Linnemann Otto Linnemann committed [e0eb7e]

    some slist fixes and documentation

  • Otto Linnemann committed [eae365]

    parse configuration strings ala rc files

  • Otto Linnemann committed [4c5315]

    complete config parser + several addons and fixes

  • Otto Linnemann Otto Linnemann committed [551ed2]

    ignore comment lines within cfg string parser

  • Otto Linnemann committed [ebceb5]

    string line splitter

  • Otto Linnemann committed [956d74]

    add feature for tracking prelimary freed memory

  • Otto Linnemann Otto Linnemann committed [099076]

    improve efficiency of json_find

  • Otto Linnemann committed [e23eda]

    add memory memory leak check mechanism

  • Otto Linnemann committed [afecde]

    further fixes in hash assoc

  • Otto Linnemann committed [ff87af]

    refinements, refactoring in hashes, json parsin...

  • Otto Linnemann committed [29d490]

    add file descript to json_emerge

  • Otto Linnemann committed [e056c1]

    fix memory leaks in json parser

  • Otto Linnemann Otto Linnemann committed [6d2cdd]

    started readme

  • Otto Linnemann committed [7b0089]

    fix dissoc leak, improved tests

  • Otto Linnemann committed [44903d]

    hash deallocation, memory checks, bug fixes

  • Otto Linnemann Otto Linnemann committed [908d9f]

    initial commit

  • Otto Linnemann committed [b7da7c]

    rename hm main type to hm_t

  • Otto Linnemann Otto Linnemann committed [cd137a]

    fix access of sample data in json test program

  • Otto Linnemann Otto Linnemann committed [929eb2]

    continue introductional text

  • Otto Linnemann Otto Linnemann committed [c946f8]

    add reduce and fix some list iterations

  • Otto Linnemann Otto Linnemann committed [b6c905]

    working on structure

  • Otto Linnemann committed [85e06e]

    add function json_find and tests

  • Otto Linnemann Otto Linnemann committed [4c1f11]

    add autoconf versioning scheme based on git

  • Otto Linnemann Otto Linnemann committed [c3ecf3]

    start doxygen documentation, copyright notice

  • Otto Linnemann committed [23479a]

    various fixes and changes in hashmap

  • Otto Linnemann committed [1a1909]

    replace t_string by string_t

  • Otto Linnemann committed [cdd28f]

    refactoring of library name

  • Otto Linnemann committed [f4931f]

    refactor hm_alloc, reduce hm tests for memcheck

  • Otto Linnemann committed [fbcc93]

    add primitive hash function

  • Otto Linnemann Otto Linnemann committed [02c776]

    integrate git revision string into source code

  • Otto Linnemann committed [5293f5]

    complete json parsing but not fully tested yet

  • Otto Linnemann committed [915af7]

    replace strlcpy for compilation under GNU/Linux

  • Otto Linnemann Otto Linnemann committed [203458]

    compiles but collide mechanism does not work

  • Otto Linnemann committed [e79c1b]

    refactor slist method with correct prefix

  • Otto Linnemann committed [75e9c8]

    correct prefix for allocators in slist, string,...

  • Otto Linnemann committed [080907]

    first layout for json parser

  • Otto Linnemann Otto Linnemann committed [e98258]

    Merge branch 'master' into doc

  • Otto Linnemann Otto Linnemann committed [2137e1]

    explain ideal hash tries and closures in docume...

  • Otto Linnemann Otto Linnemann committed [fcd8f2]

    readme corrections

  • Otto Linnemann Otto Linnemann committed [a37007]

    corrections, section about function programming

  • Otto Linnemann Otto Linnemann committed [69a64b]

    documentation of the JSON parser

  • Otto Linnemann Otto Linnemann committed [50fcd2]

    doc enhancement for memory tracing

  • Otto Linnemann Otto Linnemann committed [1ce72f]

    document cfg_string.h

  • Otto Linnemann Otto Linnemann committed [10d2d5]

    documentation of hash functions and ideal hash ...

  • Otto Linnemann committed [e2bdc1]

    documentation of lambda functions, strings and ...

  • Otto Linnemann Otto Linnemann committed [3080c4]

    remove LIST_DEFINED from clist documentation

  • Otto Linnemann Otto Linnemann committed [9b8ea8]

    Merge branch 'master' into doc

  • Otto Linnemann Otto Linnemann committed [7c03eb]

    rewrite README and add markdown link to it

  • Otto Linnemann Otto Linnemann committed [2e1204]

    correct license within README, project link in ...

  • Otto Linnemann Otto Linnemann committed [278925]

    transfer README to Doxygen, further documentation

  • Otto Linnemann Otto Linnemann committed [0f7531]

    further documentation of hash maps, removed unu...

  • Otto Linnemann Otto Linnemann committed [e1079c]

    doc corrections and additions

  • Otto Linnemann Otto Linnemann committed [fe9298]

    fix some doxygen errors

  • Otto Linnemann Otto Linnemann committed [71b419]

    include conditional extern "C" declaration for CPP

  • Otto Linnemann Otto Linnemann committed [97b5a2]

    further documentation

  • Otto Linnemann Otto Linnemann committed [e251fc]

    description of doubly linked lists concept

  • Otto Linnemann Otto Linnemann committed [7716e5]

    Merge branch 'master' into doc

  • Otto Linnemann Otto Linnemann committed [680077]

    Merge branch 'master' into doc

  • Otto Linnemann Otto Linnemann committed [51f98e]

    documentation for circular lists, corrections i...

  • Otto Linnemann Otto Linnemann committed [56b1a6]

    Merge branch 'master' into doc

  • Otto Linnemann Otto Linnemann committed [471853]

    Merge branch 'master' into doc

  • Otto Linnemann Otto Linnemann committed [9b13e3]

    Merge branch 'doc'

  • libcutils libcutils released /libcutils-0.3-g2e12044.tar.gz

1
MongoDB Logo MongoDB