]> rtime.felk.cvut.cz Git - ulut.git/shortlog
ulut.git
2023-03-31 Pavel PisauLUt: do not include malloc.h, use stdlib.h through... master
2023-03-31 Pavel PisauLUt: do not build for Linux kernel mode by default.
2019-08-23 Pavel PisauLUt: opengroup specifies that malloc is defined in...
2017-08-04 Pavel PisauLUt: remove abundant inline which prevents linking...
2015-11-24 Petr PorazilAdapted to changed inline function inclusion in gcc...
2015-11-05 Pavel PisauLUt: hash table add _get_count and remove unimplemente...
2015-10-17 Pavel PisauLUt: ul_dbuff_cat do at least partial copy if a space...
2015-10-17 Pavel PisauLUt: ul_dbuff replace old years unused vca_log to...
2015-07-07 Michal SojkaAdd missing #include
2015-04-10 Pavel PisauLUt: add constant modifier to key pointer for GAVL...
2015-04-09 Pavel PisauLUt: hash table correct leftover hard-coded prefix...
2014-11-06 Pavel PisaDo not use standard defined __alignof__ for structure...
2014-10-19 Pavel PisaCorrect some more warnings and cleanup.
2014-10-18 Pavel PisaSilent some GCC warnings.
2014-09-14 Pavel PisaDefine UL_ALIGNOF macro to allow adjustments for differ...
2014-09-11 Pavel PisaQualifiers removal macro which allows NULL - UL_CAST_UN...
2014-09-05 Pavel PisaMore portable and straightforward UL_CAST_UNQX implemen...
2014-09-05 Pavel PisaConst and volatile qualifiers removal (UL_CAST_UNQX...
2013-11-12 Pavel PisauLUt: add methods to use data queue FIFO for random...
2013-10-20 Pavel PisaExtend data queue FIFO to provide function which overwr...
2013-01-20 Pavel PisaSpecify ulut library requirement for each test program... ul_drv-1.0.0-release
2013-01-20 Pavel PisaFix compilation on GCC 4.7 for ARM ABI.
2013-01-06 Pavel PisaAttempt to define safe cast mechanism to remove const...
2013-01-06 Pavel PisaInclude macro to allow check for compile time bugs.
2012-12-28 Pavel PisaAdd format string and parameters match checking for...
2012-12-27 Pavel PisaFix non-typesafe/void * variant of GAVL to support...
2012-11-26 Pavel PisaZero count of consumers/tail readers of CBUFF is handle...
2012-11-26 Pavel PisaInitial version of CBUFF tail detach version.
2012-11-25 Pavel PisaSimplify CBUFF tail/consumer attachment.
2012-07-21 Pavel Pisaul_dbuffprintf omitted from minimal build because vsnpr...
2012-03-27 Pavel PisaOMK rules for uLUt standalone build updated from RTIME...
2012-03-21 Pavel PisaUpdates to support SDCC 3.1.4+ new build-in defines.
2012-02-19 Pavel PisauLUt: Get rid of compiler warnings in custom GAVL delet...
2012-02-19 Pavel PisauLUt: Function to append printf formatted text to dbuff...
2011-08-27 Pavel PisaRemove traces of historical use of CVS version control... ul_drv-0.8.3-release
2011-05-21 Pavel PisaBe more explicit in overflow arithmetic compare to...
2011-01-21 Pavel PisauLUt library header files can be moved to include/ulut...
2010-11-05 Pavel PisaSDCC 3.0 can build uLUt but its GCSE optimization goes...
2010-05-21 Michal SojkaDocument ul_log_domain_arg2levels()
2010-04-06 Pavel PisaUnified DLL/shared library export import symbol visibil...
2010-01-24 Pavel PisauLUt: do not use reentrant keyword for Z80 SDCC target. ul_drv-0.8.1-release
2010-01-23 Pavel Pisaulut: global hash tables size-step table variables...
2009-12-31 Pavel PisauLUt: corrected function scope of hash table next by...
2009-12-31 Pavel PisauLUt: adjust hash table size even for delete_key.
2009-12-31 Pavel PisauLUt: hash table corrected decision about resize in...
2009-12-31 Pavel PisauLUt: more elaborated hash table sizing implemented.
2009-12-30 Pavel PisauLUt: included some basic timing of hash support
2009-12-30 Pavel PisauLUt: UL_NOPSTATEMENT defined
2009-12-30 Pavel PisauLUt extended by experimental hash table support.
2009-12-01 Pavel PisaUpdated ul_htimer callback data type to be portable... ul_drv-0.8.0-release
2009-11-27 Pavel PisauLUt allows minimal build suitable for mcs51 SDCC target.
2009-11-08 Pavel PisaNot so much successful attempt to update equations...
2009-11-08 Pavel PisauLUt documentation converted to XML DocBook variant.
2009-11-08 Pavel PisaAdd support to compile uLUt submodule separately.
2009-11-07 Pavel PisauLUt: incorporated changes to compile GAVL and GSA...
2009-11-06 Pavel PisaIncluded documentation for uLUt library.
2009-11-05 Pavel PisaIntegration fixes after uLan project splitting into...
2009-10-29 ppisauLUt: added definition for weak attribute.
2009-10-20 ppisaAdd possibility to specify GAVL, GSA and HTIMER generat...
2009-08-21 ppisaCorrected pointer type in custom static GSA generated...
2009-08-10 wentasahAdded ul_logreg_for_each_domain()
2009-08-10 ppisaAdded UL_ATTR_REENTRANT attribute into defines for...
2009-06-19 ppisaCorrected delete_all for static version of GSA.
2009-06-19 ppisaAdded support for static GSA arrays with insert/delete...
2009-05-26 ppisaAdded wrapper to register single domain and provide...
2009-05-25 ppisaRecognize underscore character as part of logdomain...
2009-05-25 ppisaAdded helper macro for log domain registration function...
2009-05-25 ppisaAdded constructor, destructor and always_inline attribu...
2009-05-25 ppisaAdded script to generate log domains arrays for static...
2009-05-17 ppisaData queue FIFO included in uLUt missing file added.
2009-05-17 ppisaData queue FIFO included in uLUt.
2009-02-10 wentasahFixes to achieve C++ compatibility
2009-01-27 ppisaMore clean separation of htimer time and msec time...
2009-01-27 ppisaThe uLUt root htimer can be redirected through ul_root_...
2009-01-07 wentasahFixed doc typo
2008-12-19 ppisaUpdated cyclic buffer code.
2008-12-19 ppisaUse pointer to constant key type in GSA and GAVL custom...
2008-12-18 ppisaAddec const attribute to some generic GAVL iterator...
2008-10-20 ppisaUse va_copy if va_list is used twice, else bad things...
2008-10-14 ppisaBack propagation of uLUt Makefile.omk changes from...
2008-10-14 ppisaUnification of uLUt Makefile.omk
2008-10-07 ppisaInitialization of the first_changed field of timer...
2008-07-08 ppisaThe UL_OFFSETOF return type changed to size_t
2008-02-29 ppisaCorrected bug in gavl_find_after() found by Martin...
2007-12-04 ppisaMinor updates for C++ compatibility.
2007-11-14 smolikul_ethd - reimplementation working with sockets - now...
2007-08-12 ppisaCbuff included into legacy Makefile.std build.
2007-02-13 ppisauLUt library updated from other projects.
2006-11-04 ppisaMinor uLUt enhancements for C89 conformance from other...
2006-07-30 ppisaConversion to new logging support finished.
2006-07-28 ppisaAdded parsing of log level argument.
2006-07-28 ppisaAdded custom delete_all function for GSA arrays.
2006-07-28 ppisaProvided generic code to maintain and register log...
2006-07-28 ppisaCustom GSA array can be preinitialized by static intems...
2006-07-28 ppisaDBUFF loging updated to match other projects.
2006-04-29 ppisaAdded implementation of multi-tail circular buffer...
2006-04-07 smolikul_lib is possible compile with ul_log staff from ulut...
2006-04-07 smolikadded support for logging, conditional compilation...
2006-01-24 ppisaStructured comment added to unique IDs pool code and...
2005-10-29 ppisaElimination of some easily fix-able warnings for GCC...
next