Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Use libstdc++.so.6.0.9 to workaround static init problems #1110

Merged
merged 4 commits into from
Aug 28, 2015

Commits on Aug 27, 2015

  1. Use libuv locking primitives instead of C++11

    Allow to link the binding against
    oldish libstdc++.6.0.9 installed on MacOSX
    (from gcc 4.2.1)
    saper committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    ef58b6f View commit details
    Browse the repository at this point in the history
  2. Replace smart pointers with a dumb ones

    Remove C++11 feature in order to be
    able to compile against libstdc++.so.6.0.9
    on MacOSX.
    saper committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    60e0b25 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2015

  1. No need for RTTI

    saper committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    26de5ca View commit details
    Browse the repository at this point in the history
  2. Don't force libc++ on MacOSX

    saper committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    d178927 View commit details
    Browse the repository at this point in the history