]> sigrok.org Git - libsigrok.git/history - strutil.c
build: Portability fixes.
[libsigrok.git] / strutil.c
2014-05-27 Bert VermeulenRemove obsolete API call sr_parse_triggerstring().
2014-05-19 Matthias Heidbrinkstrutil: Now using base 10 in sr_atol(), sr_atoi()...
2014-05-04 Uwe HermannAdd/update Doxygen @since tags.
2014-04-25 Uwe HermannDon't include LOG_PREFIX in the Doxygen output.
2014-03-25 Uwe HermannReplace 'probe' with 'channel' in most places.
2014-03-25 Uwe HermannRename 'struct sr_probe' to 'struct sr_channel' everywhere.
2014-01-16 poljar (Damir Jelić)strutil: Add function to parse floating point numbers...
2014-01-16 poljar (Damir Jelić)strutil: Correctly parse floating point frequencies...
2014-01-13 Bert VermeulenUse PRIu64 for format in pretty-printer.
2013-12-27 Uwe HermannDoxygen fixes: Hide private stuff, document some structs.
2013-12-27 Martin LingCentralise duplicated logging helper defines.
2013-12-03 Uwe Hermannstrutil.c: Don't expose sr_atox() as API calls for...
2013-12-03 poljar (Damir Jelić)strutil: Add helper functions: string to number.
2013-11-08 Martin Lingprobe_groups: API changes required to implement probe...
2013-08-07 Uwe HermannCosmetics, typos.
2013-08-07 Peter StugeFormat decimals correctly in sr_si_string_u64()
2013-05-03 Uwe Hermanns/DRIVER_LOG_DOMAIN/LOG_PREFIX/.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-04-11 Bert Vermeulensr_voltage_string(): deprecate struct sr_rational
2013-04-11 Bert Vermeulensr_parse_(period|voltage): deprecate struct sr_rational
2013-04-11 Bert VermeulenAdjust to GVariant-based sr_config_* functions
2013-02-10 Bert Vermeulenproperly deal with decimals
2013-01-25 Bert VermeulenDeprecate SR_DI_TRIGGER_TYPES.
2013-01-24 Bert Vermeulendrivers: rename and reorganize config get/set
2013-01-20 Uwe HermannAdd missing "ULL" suffixes.
2012-11-20 Petteri AimonenAdd support for fs and ps to sr_parse_period.
2012-11-11 Uwe HermannVarious subsystems: Use message logging helpers.
2012-10-22 Uwe HermannDoxygen: Add @file items for the relevant files.
2012-10-22 Uwe HermannDoxygen: TODO cleanup, use @todo where needed.
2012-10-22 Uwe HermannDoxygen: Fix a bunch of warnings and outdated docs.
2012-10-22 Uwe HermannDoxygen: Initial groups and topic short descriptions.
2012-10-14 Bert Vermeulendon't accept numbers as probe identifiers in trigger...
2012-09-03 Joel Holdsworthsr: Refactored sr_samplerate_string into a more general...
2012-08-03 Bert Vermeulensr: fix sr_parse_triggerstring() to use probe numbers...
2012-08-03 Bert Vermeulensr: convert sr_parse_triggerstring() to use sdi
2012-07-04 Bert Vermeulensr: moved sigrok.h so libsigrok/libsigrok.h
2012-05-31 Joel Holdsworthsr: Made the dev_info_get return value const
2012-05-30 Bert Vermeulensr: add voltage parser and prettyprinter
2012-05-30 Bert Vermeulensr: add period parser
2012-04-23 Bert Vermeulensr: don't use deprecated glib functions
2012-04-10 Uwe Hermannsr: sr_err() et. al. don't need trailing \n.
2012-04-10 Uwe Hermannsr: sr_parse_triggerstring docs/improvements.
2012-02-28 Uwe Hermannsr/cli/gtk/qt/: s/plugin/driver/.
2012-02-27 Uwe Hermannsr: sr_samplerate_string: Allow 3.15Hz etc. as output.
2012-02-18 Uwe Hermannsr/cli/gtk/qt: s/get_dev_info/dev_info_get/.
2012-02-17 Uwe Hermannsr/cli/gtk/qt: s/device/dev/ in many places.
2012-02-17 Uwe Hermannsr: Random cosmetics, fix/amend Doxygen comments.
2012-02-11 Uwe HermannUse g_try_malloc/g_free/g_strdup consistently.
2012-02-01 Uwe Hermannsr: Mark API functions with SR_API/SR_PRIV.
2012-01-18 Uwe Hermannsr: g_free()/g_string_free() can handle NULL input.
2011-12-28 Uwe Hermannlibsigrok: Fix #includes.
2011-12-28 Uwe HermannMake more variables/functions static and non-global.
2011-11-27 Bert Vermeulenfix CLI size string specification
2011-11-19 Gareth McMullinChanged SR_T_NULL to SR_T_BOOL and adjusted RLE option.
2011-11-17 Uwe Hermannlibsigrok: Use sr_err() et al instead of printf.
2011-04-16 Uwe HermannReplace g_malloc{0,} with g_try_malloc{0,}.
2011-03-03 Uwe HermannAdd SR_ prefix to the KHZ/MHZ/GHZ macros.
2011-02-08 Uwe Hermannstrutil.c: Fix typo, add some (API) docs/comments.
2011-02-08 Uwe HermannAdd sr_ prefix for 'struct probe'.
2011-01-31 Bert Vermeulenmove samplerate/period printers and parsers into libsigrok