• src/xpdev/genwrap.h

    From rswindell@1:103/705 to CVS commit on Sun Aug 2 18:32:54 2020
    src/xpdev genwrap.h 1.118 1.119
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv11929

    Modified Files:
    genwrap.h
    Log Message:
    Add some more preprocessor checks (for _M_ARM and __aarch64__) in the definition of ARCHITECTURE_DESC in builds targetting ARM processors.

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Aug 2 19:40:49 2020
    src/xpdev genwrap.h 1.119 1.120
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv17770

    Modified Files:
    genwrap.h
    Log Message:
    Use armvX insted of armX (e.g. armv7 means something different than arm7).

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Aug 2 20:29:39 2020
    src/xpdev genwrap.h 1.120 1.121
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv22066

    Modified Files:
    genwrap.h
    Log Message:
    GCC defines __ARM_ARCH and not _M_ARCH, so support that. And ARMv8 while
    we're at it.


    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun Jan 17 18:30:46 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/4e2567adfa6b7427eda3876c
    Modified Files:
    src/xpdev/genwrap.h
    Log Message:
    Change STRERROR() to be just an alias for strerror() on all platformsIts a terrible idea to modify the return value of strerror() on any platform. strerror() can (and often does) return immutable string constants - don't try to modify that string even if it does end in trailing white-space (find another solution to that). This change only affects non-*nix builds since we were already doing the right thing for *nix.
    --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Tue Oct 19 11:22:52 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/851627df99f48d8eaad33d3a
    Modified Files:
    src/xpdev/genwrap.h
    Log Message:
    Don't use the deprecated pthread_yield() functionPer https://man7.org/linux/man-pages/man3/pthread_yield.3.html This call is nonstandard, but present on several other systems. Use the standardized sched_yield(2) instead.Should fix #299.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Fri Feb 11 23:20:35 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/75756ade0f759be31287d247
    Modified Files:
    src/xpdev/genwrap.h
    Log Message:
    Fix Windows build.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Fri Feb 11 23:27:24 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/e95e145f23484498c084cb34
    Modified Files:
    src/xpdev/genwrap.h
    Log Message:
    Restore the msclock_t typedef. Things were using it.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Fri Jan 26 10:59:42 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/1bc19dac945bbdfbf9f01edb
    Modified Files:
    src/xpdev/genwrap.h
    Log Message:
    Eliminate extra semi-colon
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Wed Feb 7 11:03:42 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/d621f28cee75e0493b5cff3b
    Modified Files:
    src/xpdev/genwrap.h
    Log Message:
    Reverse logic on GCC/Win32 detection for alloca/malloc.h

    Mingw32 is _WIN32 and GCC, and we need some way to get the free()
    prototype. :D
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Sat Feb 24 02:31:50 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/c64d90d236b34e6684b683a3
    Modified Files:
    src/xpdev/genwrap.h
    Log Message:
    Borland C needs the strlcpy definition too

    The definition of vsnprintf as _vsnprintf didn't seem to hurt the build
    (as well, for Borland)
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Mar 17 00:25:21 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/57bdb729e1708ac6e732915a
    Modified Files:
    src/xpdev/genwrap.h
    Log Message:
    Add a few more PLATFORM_DESC values
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)