Giter Club home page Giter Club logo

morebin's Introduction

morebin is the most overengineered single binary.

Building from source

Required packages and libraries

  • cmake
  • boost-program-options
  • boost-date-time

Installing

You can grab binary installer:

Building from source

Simply perform the normal 3-step dance (style points if you build with ninja)

cmake .
make
sudo make install

To make the installer (rpm only for now) instead execute the target

make package_rpm

There is a weird bug with old boost and new CMake (like on RHEL6) that makes it impossible to link. To get around this just cmake . -DBoost_NO_BOOST_CMAKE=ON and make again.

Extra information

license Travis-CI Build Status Drone.io Build Status Build status Coverity Scan Build Status Coverage Status Code Climate Issue Count

morebin's People

Contributors

bitdeli-chef avatar peterfpeterson avatar quantumsteve avatar rosswhitfield avatar stuartcampbell avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

morebin's Issues

warnings from visual studio 2013

The following warnings are generated by Visual Studio 2013 with /W4.

1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Debug x64 ------
1>  Checking Build System
1>  CMake does not need to re-run because C:/Users/svh/Documents/morebin/build/CMakeFiles/generate.stamp is up-to-date.
2>------ Rebuild All started: Project: morebin, Configuration: Debug x64 ------
2>  Building Custom Rule C:/Users/svh/Documents/morebin/CMakeLists.txt
2>  CMake does not need to re-run because C:\Users\svh\Documents\morebin\build\CMakeFiles\generate.stamp is up-to-date.
2>  allowedtypes.cpp
2>  bin_file.cpp
2>  more_bin.cpp
2>C:\Libraries\boost_1_58_0\boost/program_options/options_description.hpp(265): warning C4512: 'boost::program_options::options_description' : assignment operator could not be generated
2>          C:\Libraries\boost_1_58_0\boost/program_options/options_description.hpp(173) : see declaration of 'boost::program_options::options_description'
2>C:\Users\svh\Documents\morebin\more_bin.cpp(56): warning C4127: conditional expression is constant
2>C:\Users\svh\Documents\morebin\more_bin.cpp(99): warning C4127: conditional expression is constant
2>C:\Users\svh\Documents\morebin\more_bin.cpp(294): warning C4101: 'e' : unreferenced local variable
2>C:\Users\svh\Documents\morebin\more_bin.cpp(116): warning C4505: 'str_to_intArray' : unreferenced local function has been removed
2>  prenexusrenderer.cpp
2>C:\Users\svh\Documents\morebin\prenexusrenderer.cpp(122): warning C4100: 'length' : unreferenced formal parameter
2>          C:\Users\svh\Documents\morebin\prenexusrenderer.cpp(173) : see reference to function template instantiation 'void prenexus::PrenexusRenderer::innerShowData<prenexus::DasEvent>(BinFile &,size_t,size_t)' being compiled
2>  renderer.cpp
2>C:\Users\svh\Documents\morebin\renderer.cpp(145): warning C4100: 'offset' : unreferenced formal parameter
2>  statistics.cpp
2>C:\Users\svh\Documents\morebin\statistics.cpp(63): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>  string_util.cpp
2>  Generating Code...
2>  morebin.vcxproj -> C:\Users\svh\Documents\morebin\build\Debug\morebin.exe
3>------ Rebuild All started: Project: ALL_BUILD, Configuration: Debug x64 ------
3>  Building Custom Rule C:/Users/svh/Documents/morebin/CMakeLists.txt
3>  CMake does not need to re-run because C:\Users\svh\Documents\morebin\build\CMakeFiles\generate.stamp is up-to-date.
4>------ Skipped Rebuild All: Project: INSTALL, Configuration: Debug x64 ------
4>Project not selected to build for this solution configuration 
5>------ Skipped Rebuild All: Project: PACKAGE, Configuration: Debug x64 ------
5>Project not selected to build for this solution configuration 
========== Rebuild All: 3 succeeded, 0 failed, 2 skipped ==========

Build Summary
-------------
00:09.580 - Success - Debug x64 - morebin.vcxproj
00:01.225 - Success - Debug x64 - ZERO_CHECK.vcxproj
00:00.177 - Success - Debug x64 - ALL_BUILD.vcxproj

Total build time: 00:10.998

========== Rebuild All: 3 succeeded or up-to-date, 0 failed, 2 skipped, Completed at 5/15/2015 10:05:45 AM ==========

New format for RTDL

  typedef struct _RTDL_DATA
  {
    unsigned int pulseIDlow;
    unsigned int pulseIDhigh;
    unsigned int pulseType;
    unsigned int vetoStatus;
    unsigned int pulseCurrent;
    unsigned int spare;
  } RTDL_DATA;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.