Skip to content
Snippets Groups Projects
  1. Apr 10, 2015
  2. Apr 08, 2015
  3. Apr 03, 2015
  4. Mar 22, 2015
  5. Mar 07, 2015
  6. Feb 26, 2015
  7. Feb 22, 2015
  8. Feb 13, 2015
    • Petteri Aimonen's avatar
      Lower required CMake version in example · b836ac29
      Petteri Aimonen authored
      b836ac29
    • Petteri Aimonen's avatar
      Update cmake_simple example readme · 93364463
      Petteri Aimonen authored
      93364463
    • Oliver Lee's avatar
      Add simple example built with CMake · 7c00b909
      Oliver Lee authored
      7c00b909
    • Oliver Lee's avatar
      Fix search for Python 2 with CMake · 02bd49bc
      Oliver Lee authored
      Do not assume that Python has already been found by CMake. Fix value of
      CMake variable PYTHON_EXECUTABLE if Python 3 was found. Change minimum
      supported Python version to 2.6.
      
      This fixes a bug introduced by this commit:
      d8d3b75e
      02bd49bc
    • Oliver Lee's avatar
      Updates for the CMake rule file. · d8d3b75e
      Oliver Lee authored
      1) Search explicitly for python2.7
      
      In systems where python3 is default or in build cases where the user has
      already searched for and found python3 in CMake, store the python3
      executable and search for python2.7.
      
      2) Generate nanopb core protobuf files with CMake
      
      Generate python output files used in turn by the nanopb generator
      script. This removes the requirement of manually calling 'make' in the
      nanopb/generator/proto directory.
      
      3) Use nanopb options file if it exists
      
      Look for nanopb options file and use in protobuf source and header
      generation if it exists. The options file must have the same name and
      path as the proto file, excluding the extension.
      d8d3b75e
  9. Jan 27, 2015
  10. Jan 24, 2015
  11. Jan 23, 2015
    • Petteri Aimonen's avatar
      Fix encoded_size #defines for oneof messages. · d32d04ba
      Petteri Aimonen authored
      The sizes are represented as EncodedSize() instances, which cause
      max() operation to sort them by address instead of value. This caused
      pretty much random item to be selected for the maximum.
      
      Update issue 141
      Status: FixedInGit
      d32d04ba
  12. Jan 15, 2015
  13. Jan 11, 2015
  14. Jan 07, 2015
  15. Jan 05, 2015
  16. Jan 04, 2015
Loading