bliksemlabs / rrrr

RRRR rapid real-time routing
BSD 2-Clause "Simplified" License
167 stars 32 forks source link

Properly place real time components in preprocessor directives #123

Open ebosveld opened 10 years ago

ebosveld commented 10 years ago

Please place the real time components in preprocessor directives like you have done in the library used in Bliksem for Windows 8.1. Unfortunately that version is heavily modified towards Windows, which means that it's unusable on iOS. Files are unable to open and it actually makes xcode behave weird.

skinkie commented 10 years ago

Have you checked out the realtime_extended2 branch? I have made a serious effort to move quite a lot of stuff under preprocessor defines.

ebosveld commented 10 years ago

No I haven't. Will check that one out. Did not know what that branch did, so I was a bit hesitant.

In case some things are not yet moved to the directives. Would you like me to do so and create a pull request?