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

switch to using c++ compiler instead of g++ to fix cpp-demos on mac os x #1865

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

Commits on May 2, 2018

  1. CQF is replaced by MQF

    shokrof committed May 2, 2018
    Configuration menu
    Copy the full SHA
    2d3f56d View commit details
    Browse the repository at this point in the history
  2. see if this the problem

    shokrof committed May 2, 2018
    Configuration menu
    Copy the full SHA
    02ff941 View commit details
    Browse the repository at this point in the history
  3. check again

    shokrof committed May 2, 2018
    Configuration menu
    Copy the full SHA
    cfa0708 View commit details
    Browse the repository at this point in the history
  4. remove exceptions

    shokrof committed May 2, 2018
    Configuration menu
    Copy the full SHA
    7f9cec3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b2ecf4 View commit details
    Browse the repository at this point in the history
  6. test flag

    shokrof committed May 2, 2018
    Configuration menu
    Copy the full SHA
    0f40129 View commit details
    Browse the repository at this point in the history
  7. test

    shokrof committed May 2, 2018
    Configuration menu
    Copy the full SHA
    e8e8316 View commit details
    Browse the repository at this point in the history
  8. testagain

    shokrof committed May 2, 2018
    Configuration menu
    Copy the full SHA
    7c19647 View commit details
    Browse the repository at this point in the history
  9. ttt

    shokrof committed May 2, 2018
    Configuration menu
    Copy the full SHA
    837dc64 View commit details
    Browse the repository at this point in the history
  10. reset

    shokrof committed May 2, 2018
    Configuration menu
    Copy the full SHA
    c6f1a70 View commit details
    Browse the repository at this point in the history
  11. test again

    shokrof committed May 2, 2018
    Configuration menu
    Copy the full SHA
    9a3fd68 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Configuration menu
    Copy the full SHA
    88f1276 View commit details
    Browse the repository at this point in the history
  2. possible fix for OSx bug

    shokrof committed May 7, 2018
    Configuration menu
    Copy the full SHA
    068f6d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3c822a View commit details
    Browse the repository at this point in the history
  4. fix for OSX

    shokrof committed May 7, 2018
    Configuration menu
    Copy the full SHA
    797d6a3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. test change

    shokrof committed May 18, 2018
    Configuration menu
    Copy the full SHA
    c7c62d6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Configuration menu
    Copy the full SHA
    69bd37c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43f3741 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d038ac View commit details
    Browse the repository at this point in the history
  4. try disabling g++ more globally

    ctb committed May 19, 2018
    Configuration menu
    Copy the full SHA
    207888b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4a9b6d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. add -v flag for debugging output

    ctb committed May 20, 2018
    Configuration menu
    Copy the full SHA
    c5147f9 View commit details
    Browse the repository at this point in the history
  2. allow shared library linking

    ctb committed May 20, 2018
    Configuration menu
    Copy the full SHA
    2bf68f1 View commit details
    Browse the repository at this point in the history
  3. include -lstdc++ at very end

    ctb committed May 20, 2018
    Configuration menu
    Copy the full SHA
    2fcd67b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d5be36 View commit details
    Browse the repository at this point in the history
  5. revert cpp-demos makefile to something that mostly worked; try forcin…

    …g setup.py to use -lstdc++ on darwin
    ctb committed May 20, 2018
    Configuration menu
    Copy the full SHA
    af5f92a View commit details
    Browse the repository at this point in the history
  6. argh fix append to extend

    ctb committed May 20, 2018
    Configuration menu
    Copy the full SHA
    ae0d09b View commit details
    Browse the repository at this point in the history
  7. specify arch specifically

    ctb committed May 20, 2018
    Configuration menu
    Copy the full SHA
    3df15f5 View commit details
    Browse the repository at this point in the history
  8. bump xcode version

    ctb committed May 20, 2018
    Configuration menu
    Copy the full SHA
    7b3252d View commit details
    Browse the repository at this point in the history
  9. bump xcode version again

    ctb committed May 20, 2018
    Configuration menu
    Copy the full SHA
    d31922c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    125aad1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    739d887 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d426e4 View commit details
    Browse the repository at this point in the history
  13. ok, disable extern C stuff

    ctb committed May 20, 2018
    Configuration menu
    Copy the full SHA
    03bf2ef View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c221d92 View commit details
    Browse the repository at this point in the history
  15. print os name

    shokrof committed May 20, 2018
    Configuration menu
    Copy the full SHA
    70d8abb View commit details
    Browse the repository at this point in the history
  16. No need to specail condition.

    shokrof committed May 20, 2018
    Configuration menu
    Copy the full SHA
    71690f4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. add linking flags

    shokrof committed May 21, 2018
    Configuration menu
    Copy the full SHA
    f405fef View commit details
    Browse the repository at this point in the history
  2. remove bundle

    shokrof committed May 21, 2018
    Configuration menu
    Copy the full SHA
    be181c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d00757a View commit details
    Browse the repository at this point in the history
  4. add -lstdcc

    shokrof committed May 21, 2018
    Configuration menu
    Copy the full SHA
    1621b1c View commit details
    Browse the repository at this point in the history
  5. t

    shokrof committed May 21, 2018
    Configuration menu
    Copy the full SHA
    a4bc9c6 View commit details
    Browse the repository at this point in the history
  6. test

    shokrof committed May 21, 2018
    Configuration menu
    Copy the full SHA
    bdb59a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    453fefb View commit details
    Browse the repository at this point in the history