msvc


Log

Author Commit Date CI Message
dtremenak 03663110 2008-06-13T21:16:09 make windows use the FONT_FILE mechanism for setting default font in demos also, no reason to special-case it. add standard license verbage to msvc config.h. tack a copyright notice on a couple files I made significant changes to.
dtremenak f3318e80 2008-06-11T23:35:09 be consistent
dtremenak e0f829e1 2008-06-11T23:34:26 fix vc7.1 project
dtremenak 84869ec7 2008-05-23T00:46:08 * Provide a helper class for walking potentially-multibyte unicode strings. * Provide support for multibyte encodings (UTF-8, UTF-16) in FTFont and derived classes, and in FTSimpleLayout. * Put a few UTF-8 strings in non-latin codeplanes in FTGLDemo (toggle at compile-time) for testing. * FTSimpleLayout should be tested extensively before release. I would be surprised if I didn't break at least one unusual use case.
dtremenak 3966ae39 2008-05-23T00:20:54 fix release mode configurations
dtremenak 898fd580 2008-05-22T17:28:21 quell deprecation messages for posix and c-style string functions
dtremenak 65757b6e 2008-05-21T01:16:20 build C demo on windows
dtremenak a8352445 2008-05-21T00:53:45 missed FTBuffer.cpp
dtremenak dee77a99 2008-05-21T00:44:40 build bufferfont/bufferglyph stuff on windows too
dtremenak 6ba54b3d 2008-05-08T23:31:55 disable "'this': used in base member initializer list" warning. although it is dangerous practice, it's valid and ftgl does not use the passed pointer until well after the object is guaranteed to be fully constructed.
dtremenak f5ad459d 2008-05-08T23:27:21 quell spurious deprecation warnings
dtremenak 7c4faf7e 2008-05-08T23:10:17 M_PI and friends on MSVC are only defined if _USE_MATH_DEFINES is defined first. include it appropriately in config.h.
sammy 7201d98a 2008-05-07T00:11:09 * Synchronise msvc/Makefile.am with its directory contents.
dtremenak f7af2a1b 2008-05-06T22:36:53 get rid of the (broken and obsolete) windows-specific demo, and obsolete VC6 readme (which has been superceded by the global msvc readme). build the normal and simple demos in visual studio too.
dtremenak f3211b08 2008-05-06T21:43:37 make the windows demo build (on vc8 at least)
sammy 654d19c4 2008-05-06T08:24:45 * Move msvc/Makefile.am back to its proper place. * Add the new visual studio build files to the distribution.
JeffM2501 4fdf308c 2008-05-06T06:03:46 mention the joy of the build dir.
JeffM2501 a7b8433a 2008-05-06T06:02:51 a readme for those that like to read and learn and grow.
JeffM2501 17d2b384 2008-05-06T05:51:54 make the demos build, and pair it down to just one set of build targets, release and debug
JeffM2501 fe768541 2008-05-06T05:43:46 put our stuff in build not debug
JeffM2501 adad77b4 2008-05-06T05:43:22 build a static lib as an option
JeffM2501 d15e7a70 2008-05-06T05:12:39 start a vc7.1 build
JeffM2501 95f3b90b 2008-05-06T04:55:37 build as a VC8 DLL again
JeffM2501 c6053772 2008-05-06T04:15:12 move the config.h and demo file up so they can be shared with all MSVC builds.
JeffM2501 e56f9fdd 2008-05-06T04:03:17 fix busted line endings
JeffM2501 83bbc4b9 2008-05-06T03:59:34 move 2005 build files to VC8 dir so we can have more then one windows build system
brlcad 3674c4d1 2008-04-28T17:31:42 specify minimum versions, make ac be 2.58 and am be 1.6 (needed in order to support os x 10.4 out-of-the-box). PKG_CHECK_MODULES doesn't seem to wrap the args properly so you can't embed AC_MSG_RESULT, make a zip and bzip2 when we make a dist, and provide NULL to make am happy
sammy 0aff12c1 2008-04-24T13:40:12 * Rename "win32_vcpp" to "msvc" and move all Visual Studio build files out of their subdirectory. * Add the msvc subdirectory to "make dist" so that it gets distributed.