summaryrefslogtreecommitdiff
path: root/test cases/frameworks/5 protocol buffers
AgeCommit message (Expand)Author
2024-03-17tests: rename skip_on_jobname to expect_skip_on_jobname and skip_on_os to exp...Christoph Reiter
2024-02-09test cases: use C++17 for protobuf because of abseil-cppSam James
2023-07-18tests: bump the C++ std for protobuf testsEli Schwartz
2021-07-13Add expected skip annotations for non-linux CI runs to framework testsJon Turney
2019-12-19CI: Fix C++11 related error on osx for protocol bufferDaniel Mensinger
2017-12-18Can declare file generation in one dir and use the output in another.Jussi Pakkanen
2017-12-17Preserve_path_from should be a kwarg of process(), not generator().Jussi Pakkanen
2017-12-12Files created with generator can have path segments.Jussi Pakkanen
2017-05-08Add support for @CURRENT_SOURCE_DIR@ in generator argumentsAlberto Aguirre
2017-04-15tests: skip protocol buffers test if deps are not foundTim-Philipp Müller
2015-08-27Generator outputs are all relative.Jussi Pakkanen
2014-06-22Renamed deps -> dependencies.Jussi Pakkanen
2014-05-24Keyword argument unification.Jussi Pakkanen
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen
2013-06-02Renamed add_test to test.Jussi Pakkanen
2013-06-01Required defaults to true for programs.Jussi Pakkanen
2013-06-01The default value of required is true for dependencies.Jussi Pakkanen
2013-06-01Generator rules can have more than one output.Jussi Pakkanen
2013-05-27Source generator now works with Protocol Buffers.Jussi Pakkanen
2013-05-27Worked on expanding the generator so it works with protocol buffers. Does not...Jussi Pakkanen