index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
FindProtobuf.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
FindProtobuf: Add PLUGIN parameter to protobuf_generate
Frank Lange
2021-05-06
1
-2
/
+6
*
Help: Add `.. versionadded` directives to module docs
Nikita Nemkin
2020-12-02
1
-3
/
+21
*
FindProtobuf: Support files with multiple extensions (#18329)
Florian Franzen
2020-11-06
1
-1
/
+1
*
FindProtobuf: Link to threads dependency only when Protobuf is found
Brad King
2020-09-22
1
-1
/
+1
*
FindProtobuf use NAMES_PER_DIR
Sibi Siddharthan
2020-07-02
1
-0
/
+2
*
FindProtobuf: Fix typo in documentation
Ron Klein
2020-06-10
1
-1
/
+1
*
FindProtobuf: Do not verify protoc version if it is not found
Diego Pino Garcia
2019-12-16
1
-12
/
+14
*
FindProtobuf: Fix usage of protobuf dynamic libraries on Windows
gnaggnoyil
2019-07-18
1
-0
/
+15
*
FindProtobuf: libprotoc also needs C++11
Rolf Eike Beer
2019-07-03
1
-0
/
+5
*
FindProtobuf: C++11 support is required since version 3.6.0
Rolf Eike Beer
2019-06-25
1
-0
/
+5
*
Protobuf: Fix generated source path with PROTOBUF_GENERATE_CPP_APPEND_PATH OFF
Bob Weinand
2019-05-08
1
-1
/
+6
*
CMakeParseArguments: Remove superfluous includes of CMakeParseArguments
Kyle Edwards
2018-12-13
1
-2
/
+0
*
Merge topic 'FindProtobuf-threads'
Brad King
2018-11-01
1
-14
/
+22
|
\
|
*
FindProtobuf: Add missing link dependencies on threads
Brad King
2018-10-31
1
-14
/
+22
*
|
Help: Convert remaining modules to block-style comments
Kitware Robot
2018-10-22
1
-117
/
+118
|
/
*
Protobuf: restore previous output directory
André Apitzsch
2018-07-16
1
-2
/
+2
*
Protobuf: restore 'DESCRIPTORS' support
André Apitzsch
2018-07-16
1
-4
/
+23
*
Protobuf: restore 'PROTOBUF_IMPORT_DIRS' check
André Apitzsch
2018-07-16
1
-0
/
+8
*
Protobuf: use upstream implementation to generate cpp and python files
André Apitzsch
2018-07-16
1
-104
/
+121
*
FindProtobuf: fix documentation typo
André Apitzsch
2017-10-06
1
-1
/
+1
*
FindProtobuf: add flag to allow descriptor files to be generated
Peter Mitrano
2017-10-02
1
-3
/
+26
*
FindProtobuf: Refactor custom command output listing
Brad King
2017-10-02
1
-7
/
+8
*
FindProtobuf: add target for protoc
André Apitzsch
2017-07-12
1
-4
/
+16
*
FindProtobuf: add optional export declaration macro to generated cpp files
André Apitzsch
2017-05-26
1
-5
/
+16
*
FindProtobuf: Rename imported targets to match upstream names
Brad King
2017-05-22
1
-27
/
+27
*
FindProtobuf: add targets
André Apitzsch
2017-05-18
1
-0
/
+81
*
FindProtobuf: Add option to find static libraries on UNIX
Sébastien GALLOU
2017-02-06
1
-0
/
+27
*
FindProtobuf: Search for debug library named with `d` suffix
Adam Martin
2016-10-10
1
-1
/
+1
*
FindProtobuf: Fix protobuf_generate_*() to handle subdirs
Martin Joly
2016-10-07
1
-6
/
+10
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-15
/
+3
*
Merge topic 'FindProtobuf-restore-PROTOBUF_IMPORT_DIRS'
Brad King
2016-08-03
1
-0
/
+8
|
\
|
*
FindProtobuf: Restore support for PROTOBUF_IMPORT_DIRS
Konstantin Sinitsyn
2016-08-02
1
-0
/
+8
*
|
FindProtobuf: fix protobuf_generate_*() to handle proto files in subdirs.
Vladimír Vondruš
2016-06-09
1
-0
/
+8
|
/
*
FindProtobuf: Rename variables to match case of module name
Antonio Perez Barrero
2016-03-07
1
-66
/
+112
*
FindProtobuf: check version
Antonio Perez Barrero
2016-02-16
1
-2
/
+57
*
FindProtobuf: prevent redundant PROTOBUF_LIBRARIES
Antonio Perez Barrero
2016-02-11
1
-22
/
+23
*
FindProtobuf: Set Protobuf_FOUND in addition to PROTOBUF_FOUND
Sebastian Schuberth
2015-12-11
1
-1
/
+1
*
FindProtobuf: Add protobuf_generate_python function
Andreas Bergmeier
2015-09-15
1
-4
/
+63
*
FindProtobuf: Search x64 directories in VS-built protobuf source (#14833)
A. Joël Lamotte
2015-08-11
1
-6
/
+11
*
FindProtobuf: Cleanup reStructuredText documentation formatting
Brad King
2014-11-06
1
-111
/
+64
*
FindProtobuf: Make outputs depend on protoc executable
Michael Hanselmann
2014-09-18
1
-1
/
+1
*
Convert builtin help to reStructuredText source files
Kitware Robot
2013-10-15
1
-37
/
+102
*
FindProtobuf: also find pthread
Matthew Woehlke
2013-05-24
1
-0
/
+13
*
Remove CMake-language block-end command arguments
Kitware Robot
2012-08-13
1
-1
/
+1
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-1
/
+1
*
FindProtobuf: Update documentation comment for 2.8.8
Philip Lowman
2012-01-03
1
-1
/
+1
*
FindProtobuf: Merge patch that allows extra import dirs
Philip Lowman
2011-12-18
1
-0
/
+13
*
FindProtoBuf: Documented limitation of the public macro
Philip Lowman
2011-10-12
1
-1
/
+5
*
10997: PROTOBUF_GENERATE_CPP now supports proto files outside current dir
Philip Lowman
2011-06-14
1
-2
/
+22
*
Fix , to - in Copyright message so it passes CMake.ModuleNotices test
Philip Lowman
2011-05-26
1
-1
/
+1
[next]