Skip to content
Snippets Groups Projects
  1. Sep 13, 2015
  2. Sep 12, 2015
  3. Jul 11, 2015
  4. Jul 01, 2015
  5. Jun 17, 2015
  6. Jun 16, 2015
  7. May 07, 2015
  8. Apr 28, 2015
  9. Apr 10, 2015
  10. Apr 08, 2015
  11. Apr 03, 2015
  12. Mar 22, 2015
  13. Mar 07, 2015
  14. Feb 26, 2015
  15. Feb 22, 2015
  16. 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
Loading