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

Implement BoundedValue #18

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from
Open

Commits on Jun 26, 2018

  1. add xcode and clang

    badaix authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    7811b18 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Add start_index argument to 'parse' function

    Usual case for emulation programs, like sde or gdb, is to pass first
    arguments to the emulator, and let the guest application handle latter
    arguments. To support this behavior, we introduce an option to choose
    index of the first argument to be handled by POPL. By default it is 1,
    as it is usually corresponds to the binary name.
    pavelkryukov committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    157957a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Merge pull request badaix#15 from pavelkryukov/develop

    Add start_index argument to 'parse' function
    badaix authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    4b792ac View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Replace Visibility with Attribute
    badaix authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    011f92f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. merge with master

    badaix committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    6ddaf3f View commit details
    Browse the repository at this point in the history
  2. add parsing of ini files

    badaix committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    69640d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. add test infrastructure

    badaix committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    6c3a47a View commit details
    Browse the repository at this point in the history
  2. fix test binary name

    badaix committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    d3fb96a View commit details
    Browse the repository at this point in the history
  3. add test for config files

    badaix committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    8ecefcb View commit details
    Browse the repository at this point in the history
  4. add overload for bool value

    badaix committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    2ffa856 View commit details
    Browse the repository at this point in the history
  5. raise warning level

    badaix committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    60cc633 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Implement BoundedValue

    The idea is to check option boundaries while parsing to naturally deny
    wrong arguments, i.e. passing negative or too big values
    pavelkryukov committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    7505881 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Configuration menu
    Copy the full SHA
    9f4a286 View commit details
    Browse the repository at this point in the history
  2. Update popl.hpp

    pavelkryukov authored Feb 13, 2022
    Configuration menu
    Copy the full SHA
    5506df0 View commit details
    Browse the repository at this point in the history