1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
log: remove GCC6 hack; use hash before fmt More... about 9 years ago
log: force GCC6 hack on Apple and Windows for now More... about 9 years ago
log: dont check GCC version on Apple or Windows More... about 9 years ago
Merge pull request #23 from mkrufky/gcc-6.1#21 More... about 9 years ago
log: dont check GCC version on Apple More... about 9 years ago
stats: fix error: unable to find string literal operator ‘operatorfmt’ with ‘const char [17]’, ‘long unsigned int’ arguments More... about 9 years ago
log: fix error: unable to find string literal operator ‘operatorfmt’ with ‘const char [21]’, ‘long unsigned int’ arguments More... about 9 years ago
.travis.yml: fix brew issue with libtool by uninstall / reinstall More... about 9 years ago
parse: fix warning: invalid suffix on literal More... about 9 years ago
log: fix error: unable to find string literal operator More... about 9 years ago
.travis.yml: add gcc-6 to the build matrix More... about 9 years ago
dvbtee v0.4.5 More... about 9 years ago
Merge pull request #20 from mkrufky/escape-quotes-dr_4d#15 More... about 9 years ago
desc_4d: fix scoping of char* escaped More... about 9 years ago
desc_4d: check name text for '"' character before calling escape_quotes() More... about 9 years ago
desc_4d: add FIXME: we should escape these strings on output rather than on store More... about 9 years ago
desc_4d: fix error: invalid conversion from ‘const void*’ to ‘void*’ More... about 9 years ago
desc_4d: fix error: ‘free’ was not declared in this scope More... about 9 years ago
desc_4d: dont forget to free memory allocated by escape_quotes() More... about 9 years ago
serve: fix Coverity issue: Unused value (UNUSED_VALUE) More... about 9 years ago
decode/table: tabl_4e: add unixTimeBegin / unixTimeEnd to eitEV JSON object More... about 9 years ago
desc_4d: escape quotes (") in name text More... about 9 years ago
.travis.yml: temporarily disable build under clang 3.5 / 3.6 More... about 9 years ago
dvbtee v0.4.4 More... over 9 years ago
examples: uncomment cleanup More... over 9 years ago
examples: remove this silly pid-based context tracking More... over 9 years ago
demux: fix 'uninitialized pointer read' in destructor More... over 9 years ago
output: output_stream: always initialize priv to NULL More... over 9 years ago
feed: copy constructor & operator= should be private More... over 9 years ago
feed: feed_map should be a map of feed* rather than feed itself More... over 9 years ago