gloperate:macos_fixes

Last commit made on 2017-08-20
Get this branch:
git clone -b macos_fixes https://git.launchpad.net/gloperate

Branch merges

Branch information

Name:
macos_fixes
Repository:
lp:gloperate

Recent commits

2145492... by Stefan Buschmann <email address hidden>

Find temporary workarounds for weird issues on macos with dynamic casts and typeid (NOT a real solution, but makes it at least render something)

4d1921d... by Stefan Buschmann <email address hidden>

Replace all usages of typeid with dynamic_cast, as typeid comparisons between dynamic library boundaries seem to fail on macos

e21c1c2... by Stefan Buschmann <email address hidden>

Remove plugin macros

8759235... by Stefan Buschmann <email address hidden>

Fix compilation for MSVC2013

269643a... by Stefan Buschmann <email address hidden>

Merge pull request #394 from j-o/multiple_global_obj

Allow multiple global script objects

293419f... by Stefan Buschmann <email address hidden>

Update source code documentation

ed329e7... by Jan Ole Vollmer <email address hidden>

Use context property instead of global js object

4e77d0f... by Jan Ole Vollmer <email address hidden>

Add missing include

7301d8a... by Jan Ole Vollmer <email address hidden>

Merge remote-tracking branch 'hpicgs/master' into multiple_global_obj

ec5f1ee... by Jan Ole Vollmer <email address hidden>

Allow multiple global script objects