msvc

Branch


Log

Author Commit Date CI Message
Thomas de Grivel 4f375d14 2023-12-22T14:23:28 update_sources configure Makefile
Frank Heckenbach 48363921 2019-02-07T22:39:58 set version number to 2.4.0
Frank Heckenbach 3c0fdf36 2018-11-21T01:50:09 set version number to 2.3.1
Frank Heckenbach d48ee410 2018-10-14T21:28:21 set version number to 2.3.0, prepare for release
dtremenak 3851a043 2011-05-20T03:33:11 define new symbols on msvc builds as necessary
sammy fe058a59 2010-05-23T19:55:26 Bring the VS 2003 build up to date, courtesy of Lars Huttar in SF bug #2027775.
sammy b4180639 2010-05-23T19:35:27 Clarify DLL shipping requirements in msvc/README.txt.
sammy 87a8fb95 2010-05-23T17:50:57 Remove additional files upon make maintainer-clean. Fix courtesy of Bullet Catcher, from SF patch #2039757.
sammy b066d782 2010-05-23T16:30:54 Add query functions to request FTGL configuration information: - C version: ftglGetString(); - C++ version: FTGL::GetString(); Currently supported strings are: - FTGL_CONFIG_VERSION: FTGL version information
sammy 32d5c35a 2009-09-07T15:47:30 Add missing entries to the list of distributed MSVC files.
sammy 8303b877 2009-08-03T13:11:26 Update the MSVC solution.
sammy cd5b5251 2009-07-20T12:22:22 Bring the Visual Studio 2008 solution up to date.
sammy 84fdd792 2009-07-19T16:09:40 Correct the order in which FT_Done_Face is called via the library's destructors. Fixes a Bzflag crash upon exit. Patch courtesy of Mathew Eis (kingrobot) from SF patch 2721799.
sammy f5614dea 2009-07-19T15:18:31 Add vc9 files to the main distribution.
sammy c9b2a93e 2009-07-19T15:17:23 Add a vc9 directory for Visual Studio 2009 builds.
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.