[go: up one dir, main page]

Menu

Commit [r1810]  Maximize  Restore  History

doerfler: @CHG: In an effort to support MINGW in the eclipse SDK Lars Libuda and I fixed quite a few macros. Changes include:

- _LTI_MSC_VER => _LTI_WIN32 for OS specific code, likewise for gcc vs. linux
- __linux__ => _LTI_LINUX obviously
- Lars hacked processInfo ASM to compile under gcc using Windows asm (working?)
- ltiMath.h now pulls isnan(), isinf(), and isfinite() in from namespace std for gcc>3 Some systems use other specs than linux where this is not needed.

Instructions for compiling the LTI-Lib with mingw will follow.

ltilib 2005-06-22

changed /trunk/ltilib/src/basics/ltiColors.cpp
changed /trunk/ltilib/src/basics/ltiConfig.h
changed /trunk/ltilib/src/imgProc/ltiEpsDraw_template.h
changed /trunk/ltilib/src/math/ltiGaussianMixtureModel.h
changed /trunk/ltilib/src/math/ltiMath.h
changed /trunk/ltilib/src/math/ltiValidator.cpp
changed /trunk/ltilib/src/system/ltiGetStreamFd.cpp
changed /trunk/ltilib/src/system/ltiProcessInfo.cpp
changed /trunk/ltilib/src/system/ltiProcessInfo.h
changed /trunk/ltilib/src/system/ltiSerial.cpp
changed /trunk/ltilib/src/system/ltiSerial.h
changed /trunk/ltilib/src/system/ltiTimer.cpp
changed /trunk/ltilib/src/system/ltiTimer.h
changed /trunk/ltilib/src/viewer/ltiFastViewer.cpp
changed /trunk/ltilib/src/viewer/ltiFastViewer.h
changed /trunk/ltilib/src/viewer/ltiViewerFunctor.cpp