Activity for Wheefun C Compiler Info

  • Phillip Kilgore Phillip Kilgore committed [r22] on Code

    Fixed missing #endif caused by duplication of define in compiler.h

  • Phillip Kilgore Phillip Kilgore committed [r21] on Code

    Fixed duplicate define in compiler.h, replaced with endif as required

  • Phillip Kilgore Phillip Kilgore committed [r20] on Code

    Added WFCNFO_FARPTR and WFCNFO_NEARPTR keywords. Fixed issue for where the fallback stereotype for long long was expanded incorrectly.

  • Phillip Kilgore Phillip Kilgore committed [r19] on Code

    Fixed some stuff with endianness and int detection for MSVC.

  • Phillip Kilgore Phillip Kilgore committed [r18]

    Added C++11 keywords for default constructor, etc

  • Phillip Kilgore Phillip Kilgore committed [r17]

    Added WFNCFO_FLOAT_BITS, WFCNFO_DOUBLE_BITS

  • Phillip Kilgore Phillip Kilgore committed [r16]

    Began refactoring int.h so that it uses slightly more robust detection. Added some headers for a) basic preprocessor magic, b) stereotype binding, and c) literal constructors. Moving into version 0.0.2

  • Phillip Kilgore Phillip Kilgore committed [r15]

    Began work on OSX port

  • Phillip Kilgore Phillip Kilgore committed [r14]

    Fix to stdcxx bits so that to fix inclusion guard that was defined for stdc instead

  • Phillip Kilgore Phillip Kilgore committed [r13]

    Added several more feature macros for standard C and C++

  • Phillip Kilgore Phillip Kilgore committed [r12]

    Added some feature macros, beginning to add support for OpenWatcom

  • Phillip Kilgore Phillip Kilgore committed [r11]

    Added more sensible values for EXPORT, IMPORT keywords for gcc; added HIDDEN keyword

  • Phillip Kilgore Phillip Kilgore committed [r10]

    Added bug in DOS support; x87 (x86 floats) is actually little endian, not big endian, so corrected.

  • Phillip Kilgore Phillip Kilgore committed [r9]

    Fixed mispelling not caught with MSVC includes.

  • Phillip Kilgore Phillip Kilgore committed [r8]

    Fixed some bugs with compiler.h and added more operating systems to os.h

  • Phillip Kilgore Phillip Kilgore committed [r7]

    Began port to Haiku

  • Phillip Kilgore Phillip Kilgore committed [r6]

    Added WFCNFO_ALWAYS_INLINE to provide a default implementation

  • Phillip Kilgore Phillip Kilgore committed [r5]

    Segregated integer support into its own headers, fixed a bug with WFCNFO_KW_SINLINE accidentally defining static

  • Phillip Kilgore Phillip Kilgore committed [r4]

    Migrated type detection into their own headers

  • Phillip Kilgore Phillip Kilgore committed [r3]

    Added type detection to GCC

  • Phillip Kilgore Phillip Kilgore committed [r2]

    Added support for integer auto-detection

  • Phillip Kilgore Phillip Kilgore committed [r1]

    Initial import from WFIO, plus some extras

1