Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add file input adapter #1392

Merged
merged 12 commits into from
Dec 16, 2018

Commits on Dec 11, 2018

  1. Add the possibility of using FILE * from cstdio library to read a fil…

    …e. This enable the possibility of using low eand device with this library.
    dumarjo committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    67b0daf View commit details
    Browse the repository at this point in the history
  2. Add the possibility of using FILE * from cstdio library to read a fil…

    …e. This enable the possibility of using low eand device with this library.
    dumarjo committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    52f6fd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    ae48acb View commit details
    Browse the repository at this point in the history
  2. remove non usefull code.

    dumarjo committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    3335da6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef283e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa7f1a5 View commit details
    Browse the repository at this point in the history
  5. remove comment

    dumarjo committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    b7a2642 View commit details
    Browse the repository at this point in the history
  6. remove the const attribute

    dumarjo committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    91ff96a View commit details
    Browse the repository at this point in the history
  7. refactor unit test in case of throw, the fclose will not be called. u…

    …sing unique_ptr with custom destructor will ensure that
    dumarjo committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    a794cfd View commit details
    Browse the repository at this point in the history
  8. create single json.hpp file

    dumarjo committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    cf31193 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    635a4fc View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Forget one std::FILE

    dumarjo committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    c1c85b0 View commit details
    Browse the repository at this point in the history