babeltrace.git
2023-10-30  Philippe Proulxtests: normalize names of files and more
2023-10-26  Michael JeansonReduce the number of Makefiles in 'doc/'
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/'
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/plugins/text'
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/plugins/lttng...
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/plugins/common'
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/plugins/utils'
2023-10-26  Philippe ProulxRemove `src/cpp-tester`
2023-10-25  Michael JeansonUpdate autoconf archive macros
2023-10-24  Michael JeansonAdd test to parse lf/crlf metadata
2023-10-24  Michael Jeansonfix: tests: use a portable invocation of 'sed -i'
2023-10-24  Simon Marchictf: reduce the number of `Makefile.am`s
2023-10-20  Simon Marchictf: grow stored_values array when necessary
2023-10-20  Simon Marchitests: add `tests/utils/python/mctf.py`, a text to...
2023-10-20  Simon Marchitests: add moultipart.py
2023-10-20  Simon Marchitests: use /dev/null instead of empty files in src...
2023-10-20  Simon Marchitests: pass trace path prefix down in test_live
2023-10-20  Simon Marchitests: pass live server args down using arrays
2023-10-20  Simon Marchitests: move --port-file and --trace-path-prefix argumen...
2023-10-20  Simon Marchicommon: introduce bt_g_array_index
2023-10-20  Simon MarchiFix: set proper size when creating new strings
2023-10-20  Simon Marchitests: make lttng_live_server.py write temp port filena...
2023-10-20  Simon Marchitests: make lttng_live_server.py print session URLs
2023-10-20  Simon Marchitests: remove isdir/isfile asserts from lttng_live_serv...
2023-10-20  Simon Marchitests: change lttng_live_server.py's --sessions-filenam...
2023-10-20  Simon Marchitests: make --port-filename optional in lttng_live_serv...
2023-10-20  Simon Marchitests: remove UnexpectedInput from lttng_live_server.py
2023-10-20  Simon Marchitests: add typing annotations to lttng_live_server.py
2023-10-20  Simon Marchitests: add strongly-typed JSON wrappers
2023-10-20  Simon Marchisrc.ctf.fs: improve `metadata-info` query error message...
2023-10-20  Simon MarchiFix: make gen-version-i.sh work with shallow clones
2023-10-19  Simon Marchifix: test_message_iterator.py hangs on Python 3.12
2023-10-19  Francis DeslauriersFix: src.ctf.fs: omitting to add ctf signature
2023-10-18  Simon Marchitests: fix file comment of plugins/src.ctf.lttng-live...
2023-10-18  Michael Jeansonfix: python bindings: use stdlib distutils when setupto...
2023-10-18  Michael Jeansonfix: python bindings: install on Debian python >= 3.10
2023-10-18  Simon Marchictf: remove some unused `ctx` parameters in visitor...
2023-10-18  Simon Marchitests: remove unused MyFilter in UserMessageIteratorTes...
2023-10-17  Simon MarchiRemove dev-requirements.txt entry for click
2023-10-17  Philippe ProulxAdd `tests/utils/python/normand.py` (Normand 0.23)
2023-10-13  Philippe Proulxtests: use a local `typing` module with Python 3.4...
2023-10-12  Michael JeansonFix: Windows DLL path lookup with Python >= 3.8
2023-10-11  Philippe Proulxtests/utils/utils.sh: add run_python helper function
2023-10-11  Philippe Proulxconfigure.ac: require Python 3.4+
2023-09-21  Simon Marchitests: fix all basic type check issues of lttng_live_se...
2023-09-21  Simon Marchitests/python: add local copy of typing module
2023-09-21  Simon Marchitests: move classes around in lttng_live_server.py
2023-09-21  Simon Marchipython: run isort on everything
2023-09-21  Simon MarchiDocument usage of Black in CONTRIBUTING.adoc
2023-09-21  Simon Marchipython: remove internal `import bt2` imports
2023-09-21  Simon Marchipython: move exception types out of __init__.py
2023-09-21  Simon Marchipython: standardize intra-bt2 imports
2023-09-18  Simon MarchiBump black to version 23
2023-09-15  Simon Marchictf: fix formatting in ctf-meta-resolve.cpp
2023-09-11  Philippe Proulxcpp-common/bt2/message.hpp: add missing `#include`
2023-09-11  Simon Marchisrc.ctf.fs: add GMappedFileUP
2023-09-11  Simon Marchicpp-common: add GDirUp
2023-09-11  Simon Marchicpp-common: add GStringUP
2023-09-11  Simon Marchicpp-common: add FileUP
2023-09-11  Simon Marchicpp-common: add GCharUP
2023-09-11  Francis Deslaurierscpp-common: add `readFixedLenInt()` function
2023-09-11  Philippe Proulxsrc/cpp-common: add fixed-length integer reading functions
2023-09-11  Philippe ProulxAdd `src/cpp-common/std-int.hpp`
2023-09-11  Simon Marchicpp-common: add bt2_common::messageTypeStr()
2023-09-11  Simon Marchicpp-common: add vectorFastRemove
2023-09-11  Simon Marchitests: add `--port` option to lttng_live_server.py
2023-09-11  Philippe ProulxFix: bt2::CommonOptionField::hasField(): use has_value()
2023-09-11  Francis Deslaurierscpp-common/bt2: field.hpp: Add assignment operator...
2023-09-11  Francis Deslaurierscpp-common: Add `bt2::CommonStringField::append()`...
2023-09-11  Francis Deslaurierscpp-common: message.hpp: add `asDiscardedPackets()...
2023-09-11  Francis Deslaurierstrace-ir.hpp: pass `UuidView` object to `CommonTrace...
2023-09-11  Francis DeslauriersFix: trace-ir.hpp: spurious reference on object creation
2023-09-11  Francis DeslauriersFix: trace-ir.hpp: no need to provide a bt2::Trace...
2023-09-11  Francis DeslauriersFix: field.hpp: various typos
2023-09-11  Francis DeslauriersFix: integer-range-set.hpp: calling `_get_ref()` rather...
2023-09-11  Philippe Proulxcpp-common/bt2: pass wrappers by value instead of by...
2023-09-11  Simon Marchicpp-common: add SharedObj::release
2023-09-11  Philippe Proulxcpp-common/bt2: use classes from `cpp-common/exc.hpp`
2023-09-11  Philippe ProulxAdd `bt2_common::OverflowError`
2023-09-11  Simon Marchisrc/cpp-common: improve C++ UUID utilities
2023-09-11  Philippe ProulxMake `bt2_common::UuidView` final
2023-09-11  Philippe ProulxRename bt2_common::UuidView::string() -> str()
2023-09-11  Philippe ProulxAdd bt2_common::UuidView::operator<()
2023-09-11  Philippe ProulxMake bt2_common::UuidView::size() `constexpr`
2023-09-11  Philippe Proulxsrc/cpp-common: add bt2_common::align()
2023-09-11  Philippe Proulxsrc/cpp-common: add bt2_common::safeTo*() and bt2_commo...
2023-09-11  Philippe Proulxsrc/cpp-common: add bt2_common::makeUnique()
2023-09-11  Philippe Proulxsrc/cpp-common: add bt2_common::{little,big}ToNative()
2023-09-11  Francis Deslauriersuuid-view.hpp: add missing #include's
2023-09-11  Simon Marchisrc/cpp-common/Makefile.am: add missing `uuid-view...
2023-09-11  Simon Marchilogging: remove check for BT_LOG_OUTPUT_LEVEL
2023-09-11  Simon Marchisrc/cpp-common: add BT_APPEND_CAUSE*() and BT_CLOG_...
2023-09-11  Francis Deslaurierscpp-common: Add common exceptions
2023-09-11  Francis Deslaurierssrc/cpp-common: add `LogCfg` class
2023-09-11  Simon Marchilib: adjust son dev/non-dev precondition assertions...
2023-09-11  Simon Marchitests: only preload libasan for gcc compilers
2023-09-11  Simon Marchicpp-common/uuid-view: use string::operator[] instead...
2023-09-11  Philippe Proulxfield-class.hpp: add missing support for user attributes
2023-09-11  Philippe ProulxAdd bt2::Common{Field,FieldClass,Value,Message}<>:...
2023-09-11  Philippe Proulxbt2::internal::BorrowedObj: add static assertions for...
next
This page took 0.0403 seconds and 4 git commands to generate.