Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-23 | Include package name in include guard (issue #207). | Petteri Aimonen | 3 | -1/+37 | |
Fix suggested by Ulenspiegel. Also added testcase for the same. | |||||
2015-09-20 | Add syntax specification to .proto files (issue #167) | Petteri Aimonen | 2 | -0/+4 | |
Eliminates a warning on protoc 3.0. | |||||
2015-09-12 | Make the generator understand included files (issue #165). | Petteri Aimonen | 5 | -7/+11 | |
This will allow message sizes and enum options to be available across the include files. Currently searching for .options files for included files may not work for all path combinations, this is related to issue #116. Should probably make a pull request to protoc about that. | |||||
2015-09-12 | Expand the multiple_files test case to include oneofs and enums | Petteri Aimonen | 5 | -14/+48 | |
2013-09-10 | Move the rest of the tests to scons | Petteri Aimonen | 2 | -2/+14 | |
2013-09-08 | Start moving the tests into subfolders. Transition to SCons for build system ↵ | Petteri Aimonen | 3 | -0/+38 | |
for the tests. Only a few tests updated so far. Have to include all the rest before merging to mainline. Update issue 63 Status: Started |