barectf.git
2017-10-17  Philippe Proulxbarectf v2.3.0 v2.3.0
2017-10-17  Philippe Proulxtox.ini: no `pep8` env by default, fix testenv:pep8 env
2017-10-17  Philippe Proulxbarectf/config.py: fix whitespaces (PEP 8)
2017-10-17  Michael Jeansontox: Add usedevelop
2017-10-17  Michael JeansonFix: fail tests succeed on env failure
2017-10-17  Philippe Proulxtests/common.bash: use $status, not $?, when using...
2017-10-17  Philippe ProulxMerge branch 'tox' of https://github.com/mjeanson/barectf
2017-10-17  Michael JeansonAdd tox support
2017-10-17  Philippe ProulxMerge branch 'master' of https://github.com/mjeanson...
2017-10-17  Philippe ProulxFix: templates.py: call bt_piecewise_rshift() with...
2017-10-17  Michael JeansonFix: return proper exit code on test failure
2016-11-19  Philippe Proulxlinux-fs-simple example Makefile: make platform depend...
2016-11-19  Philippe ProulxAdd tracing activity and tracing section API
2016-11-15  Philippe ProulxREADME.md: fix links
2016-11-15  Philippe Proulxbarectf v2.2.1 v2.2.1
2016-11-15  Philippe ProulxREADME.md: update content
2016-11-15  Philippe Proulxdoc/examples: use -ansi flag to ensure ANSI C compatibility
2016-11-10  Philippe Proulxbarectf(1): write short option's argument too
2016-11-10  Philippe ProulxClaim to generate ANSI C code
2016-11-10  Philippe ProulxRemove <stdint.h> include in generated bitfield.h
2016-11-10  Philippe ProulxRemove unused macros from generated bitfield header
2016-11-10  Philippe Proulxgen.py: put union variable at the top of a nested block
2016-11-10  Philippe ProulxRemove dependency on GNU C extensions
2016-11-09  Philippe ProulxSupport C++ build of generated and linux-fs platform...
2016-11-09  Philippe Proulxbarectf-platform-linux-fs.h: add __cplusplus check
2016-11-09  Philippe Proulxbarectf.c: remove unused _packet_is_full()
2016-11-09  Philippe Proulxbarectf.h: add __cplusplus check
2016-09-08  Michael JeansonMerge pull request #11 from mjeanson/master
2016-08-29  Michael JeansonUpdate CI link in README.md
2016-07-13  Philippe ProulxRefer to official website barectf.org
2016-07-13  Philippe ProulxAdd MIT license header to generated files
2016-07-12  Philipp WagnerFix package name in Ubuntu install instructions
2016-04-14  Philippe ProulxMake sure all source files have a MIT license header
2016-04-14  Philippe Proulxexamples/barectf-tracepoint: fix comment
2016-04-14  Philippe Proulxdoc/man: update man page's date and version
2016-04-13  Philippe Proulxbarectf v2.2.0 v2.2.0
2016-04-13  Philippe Proulxdocs/examples/.gitignore: ignore "metadata"
2016-04-13  Philippe Proulxbarectf-tracepoint: add QEMU ARM target example
2016-04-12  Philippe Proulxbarectf-tracepoint ex: rename "barectf" -> "barectf...
2016-04-12  Philippe Proulxbarectf-tracepoint ex: put platform-specific stuff...
2016-04-07  Philippe Proulxdoc/examples/linux-fs-simple: use $(BARECTF), no view...
2016-04-07  Philippe ProulxAdd doc/examples/barectf-tracepoint
2016-04-07  Philippe ProulxAdd extra/barectf-tracepoint.h (tracepoint() macro...
2016-04-07  Philippe Proulxtests/config/fail/stream: add tests for "$default"...
2016-04-07  Philippe Proulxtests/config/fail/metadata: add tests for default strea...
2016-04-07  Philippe Proulxtests/config/fail: remove .c/.h files
2016-04-07  Philippe Proulxtests/config/pass/everything: fix gen-default-stream-def
2016-04-07  Philippe Proulxdoc/examples/linux-fs-simple: generate prefix/def strea...
2016-04-07  Philippe Proulxtests/config/fail/config: remove options-gen-default...
2016-04-07  Philippe ProulxMake config option "gen-default-stream-def" a boolean
2016-04-06  Philippe Proulxdoc/examples/linux-fs-simple: use 2.2 config with defau...
2016-04-06  Philippe Proulxgen, templates: generate default stream trace definitions
2016-04-06  Philippe Proulxconfig: specify default stream in metadata/stream objects
2016-04-06  Philippe Proulxgen, templates: generate prefix/default stream definitions
2016-04-06  Philippe Proulxtests/config/pass/everything: add config options to...
2016-04-06  Philippe Proulxtests/config/fail/config: add config options tests
2016-04-06  Philippe Proulxconfig: add configuration options
2016-04-06  Philippe Proulxbarectf v2.2.0-dev
2016-03-31  Philippe ProulxREADME.md: specify Ubuntu versions
2016-03-31  Philippe ProulxREADME.md: add PPA instructions for Ubuntu
2016-03-30  Philippe ProulxREADME.md: add AUR package instructions for Arch Linux
2016-03-30  Philippe ProulxREADME.md: "philosphy" -> "philosophy"
2016-03-30  Philippe Proulxbarectf v2.1.4 v2.1.4
2016-03-30  Philippe Proulxtemplates: fix generated indentation
2016-03-30  Philippe Proulxgen: statically compute event field sizes when possible
2016-03-30  Philippe ProulxAdd barectf(1) man page
2016-03-26  Philippe Proulxconfig: is_valid_identifier() -> _is_valid_identifier()
2016-03-26  Philippe Proulxconfig: override default env entries
2016-03-26  Philippe Proulxtests/config/fail/metadata: add multiple streams, no...
2016-03-26  Philippe Proulxconfig: add "(more than one X)" in missing id/stream_id...
2016-03-26  Philippe ProulxFix: tsdl182gen: do not write stream_id/id when PH...
2016-03-25  Philippe Proulxtests/config/pass/everything: add no payload type test
2016-03-25  Philippe Proulxbarectf v2.1.3 v2.1.3
2016-03-25  Philippe Proulxdoc/example: add .gitignores
2016-03-25  Philippe Proulxtests/config/fail/event: add empty event test
2016-03-25  Philippe Proulxdoc/examples/linux-fs-simple: add events with no payloa...
2016-03-25  Philippe ProulxSupport empty payload type, as long as the event is...
2016-03-23  Philippe ProulxREADME.md: add Community section
2016-03-22  Philippe ProulxREADME.md: put image on top
2016-03-19  Philippe Proulxbarectf v2.1.2 v2.1.2
2016-03-19  Philippe ProulxFix: stdint.yaml: fix self-aligned signed ints size
2016-03-19  Philippe ProulxCHANGELOG.md: update for v2.1.1
2016-03-19  Philippe Proulxbarectf v2.1.1 v2.1.1
2016-03-19  Philippe ProulxFix: config: clock offset object: null sets prop to...
2016-03-19  Philippe ProulxREADME.md: update Babeltrace's URL
2016-03-19  Philippe ProulxREADME.md: add --python=python3 to virtualenv line
2016-03-19  Philippe Proulxbarectf v2.1.0 v2.1.0
2016-03-19  Philippe ProulxREADME.md: add CI badge
2016-03-18  Philippe ProulxCHANGELOG.md: update for v2.1.0
2016-03-18  Philippe Proulxtests: fix message in config/pass/everything
2016-03-18  Philippe Proulxtests: add missing "config/fail/event/pt-empty.yaml"
2016-03-18  Philippe Proulxdoc/examples: use provided include files in configs
2016-03-18  Philippe Proulxcli: error msg: specify "regular file"
2016-03-18  Philippe ProulxFix: gen: use appropriate prefix for event context...
2016-03-18  Philippe ProulxFix: templates: use prefix in _write_cstring()
2016-03-18  Philippe Proulxconfig: null $include means no inclusions
2016-03-18  Philippe Proulxconfig: config object: null sets prop to default value
2016-03-18  Philippe Proulxconfig: metadata object: null sets prop to default...
2016-03-18  Philippe Proulxconfig: trace object: null sets prop to default value
2016-03-18  Philippe Proulxconfig: stream object: null sets prop to default value
next
This page took 0.035666 seconds and 4 git commands to generate.