index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
frameworks
/
5 protocol buffers
Age
Commit message (
Expand
)
Author
2024-03-17
tests: rename skip_on_jobname to expect_skip_on_jobname and skip_on_os to exp...
Christoph Reiter
2024-02-09
test cases: use C++17 for protobuf because of abseil-cpp
Sam James
2023-07-18
tests: bump the C++ std for protobuf tests
Eli Schwartz
2021-07-13
Add expected skip annotations for non-linux CI runs to framework tests
Jon Turney
2019-12-19
CI: Fix C++11 related error on osx for protocol buffer
Daniel Mensinger
2017-12-18
Can declare file generation in one dir and use the output in another.
Jussi Pakkanen
2017-12-17
Preserve_path_from should be a kwarg of process(), not generator().
Jussi Pakkanen
2017-12-12
Files created with generator can have path segments.
Jussi Pakkanen
2017-05-08
Add support for @CURRENT_SOURCE_DIR@ in generator arguments
Alberto Aguirre
2017-04-15
tests: skip protocol buffers test if deps are not found
Tim-Philipp Müller
2015-08-27
Generator outputs are all relative.
Jussi Pakkanen
2014-06-22
Renamed deps -> dependencies.
Jussi Pakkanen
2014-05-24
Keyword argument unification.
Jussi Pakkanen
2013-06-02
C++ is now called cpp rather than cxx.
Jussi Pakkanen
2013-06-02
Renamed find_dep to dependency.
Jussi Pakkanen
2013-06-02
Renamed add_test to test.
Jussi Pakkanen
2013-06-01
Required defaults to true for programs.
Jussi Pakkanen
2013-06-01
The default value of required is true for dependencies.
Jussi Pakkanen
2013-06-01
Generator rules can have more than one output.
Jussi Pakkanen
2013-05-27
Source generator now works with Protocol Buffers.
Jussi Pakkanen
2013-05-27
Worked on expanding the generator so it works with protocol buffers. Does not...
Jussi Pakkanen