Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-05 | Fixing install issue due to relative paths | Constantine Grantcharov | 1 | -2/+2 | |
2017-03-05 | Remove use of relative paths | Constantine Grantcharov | 1 | -2/+2 | |
When doing out of source builds: mkdir build cd build && cmake -G "Unix Makefiles" ../ && make The build script tripped up on relative paths of /generator/proto and the files under generator/proto/*.proto. By using ${PROJECT_SOURCE_DIR}, the paths become absolute and the issue disappears. | |||||
2017-03-05 | Setting version to 0.3.9-dev | Petteri Aimonen | 1 | -1/+1 | |
2017-03-05 | Publishing nanopb-0.3.8 | Petteri Aimonen | 1 | -1/+1 | |
2017-01-17 | cmake: Cleanup the build so that host and runtime tooling is installable | William A. Kennington III | 1 | -26/+57 | |
Signed-off-by: William A. Kennington III <wak@google.com> | |||||
2017-01-17 | cmake: Fix library name | William A. Kennington III | 1 | -3/+3 | |
The produced static library should be `libprotobuf-nanopb.a` instead of the current `liblibprotobuf-nanopb.a`. Signed-off-by: William A. Kennington III <wak@google.com> | |||||
2016-10-30 | Setting version to 0.3.8-dev | Petteri Aimonen | 1 | -1/+1 | |
2016-10-30 | Publishing nanopb-0.3.7 | Petteri Aimonen | 1 | -1/+1 | |
2016-07-26 | Added CMake project | Konstantin Podsvirov | 1 | -0/+59 | |