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

Fixed build to work with R14,R15,R16,17 and 18 #172

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jul 29, 2015

  1. Fixed build for Erlang 18.0

    - Added Erlang version check and correct type selection
    - Added erlang:timestamp() check script and correct compilation path for rebar and Makefile
    - Added macro for TIMESTAMP and replaced direct calls with macros
    Denis Justinek committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    eb6ed6d View commit details
    Browse the repository at this point in the history
  2. Added 18.0 to Travis tests

    Denis Justinek committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    13095cd View commit details
    Browse the repository at this point in the history
  3. Updated Travis config.

    Denis Justinek committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    d4de59b View commit details
    Browse the repository at this point in the history
  4. Fixed tests compilation.

    Denis Justinek committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    3649893 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. Applied patch howleysv@dda35e1

    Moved conditional compilation into .erl files to avoid issues in projects that include emysql header.
    Denis Justinek committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    56a7d49 View commit details
    Browse the repository at this point in the history
  2. Reverted to original state.

    Builds failed on Erlang prior to 17
    Denis Justinek committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    4125208 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Moved conditional compilation into the .erl files.

    Included patches:
    - howleysv@dda35e1
    - howleysv@00d2f86
    Denis Justinek committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    fa7c94b View commit details
    Browse the repository at this point in the history