]> git.llucax.com Git - software/dgc/cdgc.git/shortlog
software/dgc/cdgc.git
2010-07-28 Leandro Lucarellaopts: Fix parsing a single boolean option without args
2010-07-28 Leandro Lucarellastats: Refactor code to avoid duplication
2010-07-28 Leandro Lucarellastats: Add more type information to malloc logging
2010-07-28 Leandro Lucarellastats: Log the pointer to the allocated memory
2010-07-28 Leandro LucarellaMake heap scanning precise
2010-07-21 Leandro LucarellaImprove variable names for block attributes
2010-07-21 Leandro LucarellaAdd statistics collection
2010-07-20 Leandro LucarellaMake the GC configurable at runtime via env vars
2010-07-03 Leandro LucarellaCall memset() only for large enough chunks of data
2010-06-30 Leandro LucarellaUse a DynArray to store the memory pools
2010-06-30 Leandro LucarellaUse a few more initial elements by default
2010-06-30 Leandro LucarellaUse a custom dynamic array to store roots and ranges
2010-06-29 Leandro LucarellaRemove Gcx destructor
2010-06-22 Leandro LucarellaComment why we avoid calling free with null
2010-06-22 Leandro LucarellaRemove debug LOGGING code
2010-06-09 Leandro LucarellaAdd VIM modeline to avoid style errors
2010-06-09 Leandro LucarellaUse tango bindings to C standard library functions
2010-06-09 Leandro LucarellaRemove PRINTF debug statements
2010-06-09 Leandro LucarellaFix minor coding style issues
2010-06-09 Leandro LucarellaUse more explicit imports
2010-06-09 Leandro LucarellaAdd missing import for DMD
2010-06-09 Leandro LucarellaMove the modules to package rt.gc.cdgc
2010-05-30 Leandro LucarellaMinor formatting fixes
2010-05-30 Leandro LucarellaAdd weak reference support for Tango 0.99.9
2010-01-21 Leandro LucarellaRemove the MULTI_THREADED version
2010-01-17 Leandro LucarellaRemove (un)committed pages distinction
2010-01-17 Leandro LucarellaMake allocation functions that can fail return bool
2010-01-17 Leandro LucarellaFix spacing style
2010-01-17 Leandro LucarellaDeclare public allocation API
2010-01-16 Leandro LucarellaRemove valloc() allocation method
2010-01-16 Leandro LucarellaMake sure MAP_ANON exists when using mmap()
2010-01-16 Leandro LucarellaRemove commented out code
2010-01-16 Leandro LucarellaRemove Tango dependency
2010-01-16 Leandro LucarellaRemove debug version THREADINVARIANT
2010-01-14 Leandro LucarellaRename module names to make more sense
2010-01-03 Leandro LucarellaMake gc a package
2009-12-24 Leandro LucarellaAdd a "clean" target to the Makefile
2009-12-24 Leandro LucarellaPut built stuff in a separated build directory
2009-12-24 Leandro LucarellaAdd a wrapper script to run programs using CDGC
2009-12-24 Leandro LucarellaRemove redundant "private" from import statements
2009-12-24 Leandro LucarellaConcurrent D Garbage Collector initial commit