summaryrefslogtreecommitdiffstats
path: root/Modules/FindProtobuf.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FindProtobuf-version-schemes'Brad King2023-07-141-6/+4
|\
| * FindProtobuf: Fix new version number schemeJannik Beyerstedt2023-07-141-6/+4
* | Merge topic 'findprotobuf-mingw'Brad King2023-07-071-3/+3
|\ \ | |/
| * FindProtobuf: Fix linking to shared libraries on MinGWمهدي شينون (Mehdi Chinoune)2023-07-051-3/+3
* | FindProtobuf: Add documentation for protobuf_generate()André Apitzsch2023-06-301-0/+80
* | FindProtobuf: Add DEPENDENCIES to protobuf_generateAndré Apitzsch2023-06-301-2/+2
* | FindProtobuf: Add PLUGIN_OPTIONS and PROTOC_OPTIONS to protobuf_generateAndré Apitzsch2023-06-301-11/+30
|/
* FindProtobuf: Support new version number schemeJannik Beyerstedt2023-06-201-1/+5
* FindProtobuf: Add PLUGIN parameter to protobuf_generateFrank Lange2021-05-061-2/+6
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-3/+21
* FindProtobuf: Support files with multiple extensions (#18329)Florian Franzen2020-11-061-1/+1
* FindProtobuf: Link to threads dependency only when Protobuf is foundBrad King2020-09-221-1/+1
* FindProtobuf use NAMES_PER_DIRSibi Siddharthan2020-07-011-0/+2
* FindProtobuf: Fix typo in documentationRon Klein2020-06-101-1/+1
* FindProtobuf: Do not verify protoc version if it is not foundDiego Pino Garcia2019-12-161-12/+14
* FindProtobuf: Fix usage of protobuf dynamic libraries on Windowsgnaggnoyil2019-07-181-0/+15
* FindProtobuf: libprotoc also needs C++11Rolf Eike Beer2019-07-031-0/+5
* FindProtobuf: C++11 support is required since version 3.6.0Rolf Eike Beer2019-06-251-0/+5
* Protobuf: Fix generated source path with PROTOBUF_GENERATE_CPP_APPEND_PATH OFFBob Weinand2019-05-081-1/+6
* CMakeParseArguments: Remove superfluous includes of CMakeParseArgumentsKyle Edwards2018-12-141-2/+0
* Merge topic 'FindProtobuf-threads'Brad King2018-11-011-14/+22
|\
| * FindProtobuf: Add missing link dependencies on threadsBrad King2018-10-311-14/+22
* | Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-117/+118
|/
* Protobuf: restore previous output directoryAndré Apitzsch2018-07-161-2/+2
* Protobuf: restore 'DESCRIPTORS' supportAndré Apitzsch2018-07-161-4/+23
* Protobuf: restore 'PROTOBUF_IMPORT_DIRS' checkAndré Apitzsch2018-07-161-0/+8
* Protobuf: use upstream implementation to generate cpp and python filesAndré Apitzsch2018-07-161-104/+121
* FindProtobuf: fix documentation typoAndré Apitzsch2017-10-061-1/+1
* FindProtobuf: add flag to allow descriptor files to be generatedPeter Mitrano2017-10-021-3/+26
* FindProtobuf: Refactor custom command output listingBrad King2017-10-021-7/+8
* FindProtobuf: add target for protocAndré Apitzsch2017-07-121-4/+16
* FindProtobuf: add optional export declaration macro to generated cpp filesAndré Apitzsch2017-05-261-5/+16
* FindProtobuf: Rename imported targets to match upstream namesBrad King2017-05-221-27/+27
* FindProtobuf: add targetsAndré Apitzsch2017-05-181-0/+81
* FindProtobuf: Add option to find static libraries on UNIXSébastien GALLOU2017-02-061-0/+27
* FindProtobuf: Search for debug library named with `d` suffixAdam Martin2016-10-101-1/+1
* FindProtobuf: Fix protobuf_generate_*() to handle subdirsMartin Joly2016-10-071-6/+10
* Simplify CMake per-source license noticesBrad King2016-09-271-15/+3
* Merge topic 'FindProtobuf-restore-PROTOBUF_IMPORT_DIRS'Brad King2016-08-031-0/+8
|\
| * FindProtobuf: Restore support for PROTOBUF_IMPORT_DIRSKonstantin Sinitsyn2016-08-021-0/+8
* | FindProtobuf: fix protobuf_generate_*() to handle proto files in subdirs.Vladimír Vondruš2016-06-091-0/+8
|/
* FindProtobuf: Rename variables to match case of module nameAntonio Perez Barrero2016-03-071-66/+112
* FindProtobuf: check versionAntonio Perez Barrero2016-02-161-2/+57
* FindProtobuf: prevent redundant PROTOBUF_LIBRARIESAntonio Perez Barrero2016-02-111-22/+23
* FindProtobuf: Set Protobuf_FOUND in addition to PROTOBUF_FOUNDSebastian Schuberth2015-12-111-1/+1
* FindProtobuf: Add protobuf_generate_python functionAndreas Bergmeier2015-09-151-4/+63
* FindProtobuf: Search x64 directories in VS-built protobuf source (#14833)A. Joël Lamotte2015-08-111-6/+11
* FindProtobuf: Cleanup reStructuredText documentation formattingBrad King2014-11-061-111/+64
* FindProtobuf: Make outputs depend on protoc executableMichael Hanselmann2014-09-181-1/+1
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-37/+102