• update conan and azure-pipelines to fix gcc 4.8 issue
    
    make the CLI11 target sources only for newer CMake
    
    Change the cmake to use subdirectory and move the library generation and warnings to separate files.
    Philip Top authored
     
    Browse File »

  • * conan: Do not run tests when cross compiling
    
    Running conan create with a profile made for cross compiling would fail since the tests is not compiled for build OS
    
    * Using suggestion from Conan docs
    
    * conan: also add cross_building check in build step
    
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    geir-t authored
     
    Browse File »






  • * Overflowing an integer conversion now results in a conversion failure
    
    * CMake improvements for VERSION and inital packing support
    
    * Fix for recent addition of overflow check
    
    * Conan file now gets version from Version.hpp file too
    Henry Schreiner authored
     
    Browse File »

  • * Adding fix for #75, rename requires to needs
    
    * Removing check for install commands (should still be run in subproject)
    
    * Adding conan build
    
    * Some small changes to CMake
    
    * Adding nicer Travis code
    
    * Adding package test, find works now
    Henry Schreiner authored
     
    Browse File »