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

Use CMake. #39

Merged
merged 42 commits into from
Jul 31, 2017
Merged

Use CMake. #39

merged 42 commits into from
Jul 31, 2017

Commits on Jun 10, 2012

  1. [0.0.1] Pre-release

    Atsushi WATANABE committed Jun 10, 2012
    Configuration menu
    Copy the full SHA
    1f2998a View commit details
    Browse the repository at this point in the history
  2. Bug on processing nested functions fixed

    Atsushi WATANABE committed Jun 10, 2012
    Configuration menu
    Copy the full SHA
    d3f2339 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2012

  1. Exclude compiled executable file from git tree

    Atsushi WATANABE committed Jun 11, 2012
    Configuration menu
    Copy the full SHA
    bd1cc78 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2012

  1. Add the argument of FILE* to formula_print

    Atsushi WATANABE committed Jun 12, 2012
    Configuration menu
    Copy the full SHA
    aac3628 View commit details
    Browse the repository at this point in the history
  2. Support negative value and function

    e.g. -1, -sin(1)
    Atsushi WATANABE committed Jun 12, 2012
    Configuration menu
    Copy the full SHA
    1bef5c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2012

  1. Bug on operation priority and line-head minus sign fixed

    Atsushi WATANABE committed Sep 7, 2012
    Configuration menu
    Copy the full SHA
    6e66fe6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2014

  1. Cleaned link settings and dependencies

    Problems on building in a separate directory and cross compiling are fixed
    at-wat committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    a26da8f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. Configuration menu
    Copy the full SHA
    2150b21 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Fix operator priority

    at-wat committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    33b7c96 View commit details
    Browse the repository at this point in the history
  2. Add boolean operators

    at-wat committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    92752f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0615af7 View commit details
    Browse the repository at this point in the history
  4. Add extern C for C++

    at-wat committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    aa50051 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Use cmake. (#1)

    at-wat authored Jul 28, 2017
    Configuration menu
    Copy the full SHA
    8425866 View commit details
    Browse the repository at this point in the history
  2. Add const attribute.

    at-wat committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    ae6caeb View commit details
    Browse the repository at this point in the history
  3. Fix abs().

    at-wat committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    82bbe8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b122f7c View commit details
    Browse the repository at this point in the history
  5. Use cmake.

    at-wat committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    6a7ea8d View commit details
    Browse the repository at this point in the history
  6. Revert local changes on formula-calc.

    Merge commit '2150b21e70543fb37c9a8990ab8d226964f1f3fd' into use-cmake
    at-wat committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    cd05a92 View commit details
    Browse the repository at this point in the history
  7. Subtree merge formula-calc library.

    Merge commit 'b122f7c8ee3f6aba11c95ccf52781ef33ab909b6' into use-cmake
    at-wat committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    4522e8f View commit details
    Browse the repository at this point in the history
  8. Add support for windows.

    at-wat committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    39f62b9 View commit details
    Browse the repository at this point in the history
  9. Install g++ on travis build.

    at-wat committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    30b3b15 View commit details
    Browse the repository at this point in the history
  10. Link utils with static lib.

    at-wat committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    5d90539 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2017

  1. Configuration menu
    Copy the full SHA
    f944d4d View commit details
    Browse the repository at this point in the history
  2. Update cmake config.

    at-wat committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    ae15b80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5c17f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc3ed12 View commit details
    Browse the repository at this point in the history
  5. Build shared library. (#4)

    at-wat authored Jul 29, 2017
    Configuration menu
    Copy the full SHA
    362011a View commit details
    Browse the repository at this point in the history
  6. Fix header install.

    at-wat committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    969efaf View commit details
    Browse the repository at this point in the history
  7. Subtree merge formula-calc.

    Merge commit '362011a11a45285c5b41054f290e74f19461b5ab' into use-cmake
    at-wat committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    e78ab4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af4094d View commit details
    Browse the repository at this point in the history
  9. Build samples.

    at-wat committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    103e505 View commit details
    Browse the repository at this point in the history
  10. Deploy samples.

    at-wat committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    049e986 View commit details
    Browse the repository at this point in the history
  11. Fix install without ssm.

    at-wat committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    0b38cc9 View commit details
    Browse the repository at this point in the history
  12. Fix ssm include switch.

    at-wat committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    57b9f3a View commit details
    Browse the repository at this point in the history
  13. Fix include.

    at-wat committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    c982161 View commit details
    Browse the repository at this point in the history
  14. Export cmake config.

    at-wat committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    3522b62 View commit details
    Browse the repository at this point in the history
  15. Fix static link.

    at-wat committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    803198a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9b82f71 View commit details
    Browse the repository at this point in the history
  17. Subtree merge formula-calc.

    Merge commit '9b82f71813c27405f26056dc7ac66783707a1382' into use-cmake
    at-wat committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    2d928da View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2017

  1. Fix static link.

    at-wat committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    bf6821e View commit details
    Browse the repository at this point in the history
  2. Fix run-test deploy.

    at-wat committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    500b01c View commit details
    Browse the repository at this point in the history
  3. Change sample filename.

    at-wat committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    906922a View commit details
    Browse the repository at this point in the history