History log of /external/bluetooth/glib/tests/makefile.msc.in
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
29ca2e26b097471bdb17484b9cbbeea224e48f10 09-Dec-2007 Hans Breuer <hans@breuer.org> a test program emulating some of 'ls' build it (currently on win32)

2007-12-09 Hans Breuer <hans@breuer.org>

* tests/gio-ls.c : (new file) a test program emulating some of 'ls'
* tests/makefile.msc.in : build it (currently on win32)


svn path=/trunk/; revision=6079
/external/bluetooth/glib/tests/makefile.msc.in
b877c83cdcde2f7d26f9395d0b21230941cf190e 09-Dec-2007 Hans Breuer <hans@breuer.org> removed -GD to compile with msvc9 (vs2008) with less complains

2007-12-09 Hans Breuer <hans@breuer.org>

* **/makefile.msc glib/makefile.msc.in : removed -GD to compile
with msvc9 (vs2008) with less complains

* glibconfig.h.win32.in : #define G_HAVE_ISO_VARARGS 1 for
msv8 (vs2005) and above

* glib/gfileutils.c : s/stricmp/_stricmp/
* msvc_recommended_pragmas.h : work around Microsoft's premature
attempt to deprecate the C-Library

* tests/makefile.msc.in : added checksum-test


svn path=/trunk/; revision=6076
/external/bluetooth/glib/tests/makefile.msc.in
770b29bad2e95f28fda6849e9f9c30560be90cb1 17-Mar-2007 Hans Breuer <hans@breuer.org> define PCRE_STATIC to reflect the inclusion of pcre as LIB, not

2007-03-17 Hans Breuer <hans@breuer.org>

* glib/makefile.msc.in glib/pcre/makefile.msc
glib/update-pcre/update.sh : define PCRE_STATIC to reflect the
inclusion of pcre as LIB, not stand-alone DLL. Also set NEWLINE=-1
to match any newline by default, use of ../../build/win32/make.msc

* glib/gregex.h : minimal includes of <glib/*.H> instead of <glib.h>

* glib/gnulib/makefile.msc : make use of ../../build/win32/make.msc

* tests/regex-test.c(verbose): don't pass a string containing '%'
as first parameter to g_print ()
(test_match) : for the unexpected case output pattern and string
escaped

* tests/child-test.c tests/slice-color.c : fix c99ism
* tests/slice-test.c : fix c99ism and gccism
* tests/mapping-test.c tests/base-64-tests.c : don't
#include <unistd.h> unconditionally
* tests/option-test.c : use G_GINT64_CONSTANT() instead of direct LL

* tests/makefile.msc.in : more tests build


svn path=/trunk/; revision=5423
/external/bluetooth/glib/tests/makefile.msc.in
d1a3a46ae8378505fd32a8e0f0e395f802ae63c2 15-Nov-2003 Tor Lillqvist <tml@iki.fi> Fix for MSVC build: Skip strtod-test, use correct glib libraries, with 2.0

2003-11-15 Tor Lillqvist <tml@iki.fi>

* tests/makefile.msc.in: Fix for MSVC build: Skip strtod-test, use
correct glib libraries, with 2.0 in the names. (#126906, John
Ehresman)
/external/bluetooth/glib/tests/makefile.msc.in
96dece61ef1af527519aa7fc141a30ee3a367351 10-Feb-2002 Hans Breuer <hans@breuer.org> no sym links on win32, no lstat in msvcrt

2002-02-10 Hans Breuer <hans@breuer.org>

* glib/gfileutils.c : no sym links on win32, no lstat in msvcrt

* tests/makefile.msc.in : added uri-test
/external/bluetooth/glib/tests/makefile.msc.in
abc754faca50c2a41ae390481856d7e4afd58399 05-Jan-2002 Hans Breuer <hans@breuer.org> moved warning to error pragmas to their own file to not force 'good

2002-01-05 Hans Breuer <hans@breuer.org>

* glibconfig.h.win32.in
msvc_recommended_pragmas.h (new file) : moved warning to
error pragmas to their own file to not force 'good practice'
programming in downstream libs and apps. Instead the new header
will be used by -FImsvc_recommended_pragmas.h in gnome/cvs
makefile.msc
* */makefile.msc.in : use -FImsvc_recommended_pragmas.h
/external/bluetooth/glib/tests/makefile.msc.in
6425f5453d7054fc6e21af6fe7037d8053002b59 18-Nov-2001 Hans Breuer <hans@breuer.org> remove g_log_domain_glib usage/export

2001-11-18 Hans Breuer <hans@breuer.org>

* glib/glib.def :
* glib/makefile.msc.in : remove g_log_domain_glib usage/export

* tests/makefile.msc.in : add iochannel-test
/external/bluetooth/glib/tests/makefile.msc.in
da611e7cec5de2daa44ee1106aa29820381b1458 15-Nov-2001 Tor Lillqvist <tml@iki.fi> Add back mainloop-test here, too.

2001-11-15 Tor Lillqvist <tml@iki.fi>

* tests/makefile.{mingw,msc}.in (TESTS): Add back mainloop-test
here, too.

* tests/Makefile.am: Remove leftover comment that claimed
mainloop-test is removed.

2001-11-15 Tor Lillqvist <tml@iki.fi>

* gobject.def: Reflect recent changes.
/external/bluetooth/glib/tests/makefile.msc.in
319f66102793b45df947528c8733e9e23d1e356f 26-Oct-2001 Tor Lillqvist <tml@iki.fi> Add ../* to PATH before running tests to find DLLs.

2001-10-26 Tor Lillqvist <tml@iki.fi>

* tests/makefile.msc.in: Add ../* to PATH before running
tests to find DLLs.
/external/bluetooth/glib/tests/makefile.msc.in
3729dc28add5b3f1715ff9aa0f75284315dc078b 26-Oct-2001 Tor Lillqvist <tml@iki.fi> Update.

2001-10-26 Tor Lillqvist <tml@iki.fi>

* glib/glib.def: Update.

* tests/makefile.{mingw,msc}.in: Add ../* to PATH before running
tests to find DLLs. Separate the interactive tests, don't run them
in the check target.

* */makefile.msc.in: Include make.msc from GLib's build directory.
/external/bluetooth/glib/tests/makefile.msc.in
7d9167402b3a94dab0d07f0034d05d6525b8e904 26-Oct-2001 Tor Lillqvist <tml@iki.fi> Updates.

2001-10-26 Tor Lillqvist <tml@iki.fi>

* README.win32: Updates.

* tests/makefile.mingw.in
* tests/makefile.msc.in: Remove mainloop-test here, too.

gobject:

* makefile.mingw.in: When running glib-genmarshal, set PATH to
include ../glib.
/external/bluetooth/glib/tests/makefile.msc.in
1c8de25a5ebc658c6b427e6c8d212c0f5ce49a2a 25-Sep-2001 Tor Lillqvist <tml@iki.fi> More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,

2001-09-25 Tor Lillqvist <tml@iki.fi>

* configure.in: More Win32 automake macros. For .def files:
GLIB_DEF, GMODULE_DEF, GOBJECT_DEF and GTHREAD_DEF. For .exp
files: TESTGMODULE_EXP (for programs that need to export symbols,
just testgmodule here). A new conditional, MS_LIB_AVAILABLE to
test whether the Microsoft librarian ("ar") is available to build
MS import libraries.

* glib/Makefile.am
* gmodule/Makefile.am: Use above. New rule to build MS import
library.

* glib/makefile.msc.in
* tests/makefile.msc.in
* tests/makefile.mingw.in: Use same DLL and import library names as
libtool.

gmodule:
2001-09-25 Tor Lillqvist <tml@iki.fi>

* makefile.mingw.in: Fix missing end @ in @LT_CURRENT@.

* makefile.msc.in: Use same DLL and import library names as
libtool.

gobject:
2001-09-25 Tor Lillqvist <tml@iki.fi>

* Makefile.am: Use new macros for .def file, and check for
MS_LIB_AVAILABLE, new rule to build MS import library.

* makefile.msc.in: Use same DLL and import library names as
libtool.

gthread:
2001-09-25 Tor Lillqvist <tml@iki.fi>

* Makefile.am: Use new macros for .def file, and check for
MS_LIB_AVAILABLE, new rule to build MS import library.

* makefile.msc.in: Use same DLL and import library names as
libtool.
/external/bluetooth/glib/tests/makefile.msc.in
35923250d4cab3eba8ac14d3aebf0da09e64ba20 21-Jul-2001 Hans Breuer <hans@breuer.org> intial implementation of new API functions. Not sure if it behaves as

2001-07-21 Hans Breuer <hans@breuer.org>

* glib/giowin32.c : intial implementation of new API functions.
Not sure if it behaves as intended ...

* glib.def : removed, glib/glib.def is the file used since moved
* glib/glib.def : updated

* tests/makefile.msc : added iochannel-test
/external/bluetooth/glib/tests/makefile.msc.in
847d8e921273f134bcf560023c14cd5f8eaeea00 20-Jul-2001 Hans Breuer <hans@breuer.org> make it compile again

2001-07-20 Hans Breuer <hans@breuer.org>

* glib/glib/giowin32.c : make it compile again

* glib/glib.def : updated exports

* glib/makefile.msc.in :
* glib/makefile.mingw.in :
* tests/makefile.msc.in : reflect glib move

* tests/mainloop-test.c : #include <io.h> for _pipe()

* tests/gio-test.c : casts for strict compiler settings

* makefile.msc.in : new master makefile reflecting the glib
move. The '.in' isn't really needed anymore, because there
is no version number in it
/external/bluetooth/glib/tests/makefile.msc.in
5eef94c8b70a060ab37dd7ec17c7e0a9ea626e48 29-Mar-2001 Tor Lillqvist <tml@iki.fi> Add module-test rules.

2001-03-29 Tor Lillqvist <tml@iki.fi>

* tests/makefile.msc.in: Add module-test rules.
/external/bluetooth/glib/tests/makefile.msc.in
deb68e159297df454c1ba7186e98b0c5981c4233 06-Jan-2001 Tor Lillqvist <tml@iki.fi> Get len using strlen() if arg is negative in the Win32 code, too.

2001-01-06 Tor Lillqvist <tml@iki.fi>

* gconvert.c (g_locale_to_utf8, g_locale_from_utf8): Get len using
strlen() if arg is negative in the Win32 code, too.

* giowin32.c: Changes necessary to be able to run
mainloop-test. We can't close the fd that our (internal) reader
thread is sitting doing a blocking read() from. We must terminate
the thread first. Keep track of thread handle, and close it when
thread is dying. Start reader thread with the lower-level
CreateThread() instead of _beginthreadex() from the C runtime, in
order to be able to use TerminateThread(). Hopefuly this isn't
harmful.

* glib.def: Update.

* tests/makefile.{mingw,msc}.in (TESTS): Add mainloop-test and
unicode-encoding.

* tests/mainloop-test.c: Portability: <unistd.h>, need <fcntl.h>
on Win32.

* tests/unicode-encoding.c (process): Add missing "line" argument
to fail(). On Win32, convert UTF-16LE, as libiconv'c ivonf always
converts to UTF-16BE if we ask for unspecific UTF-16.
(main) Handle also '\r'.
/external/bluetooth/glib/tests/makefile.msc.in
74987b2cf0d7f8977aa9a7872f0feccbd4a212fd 01-Dec-2000 Tor Lillqvist <tml@iki.fi> Include make.msc from GLib's build subdir.

2000-12-01 Tor Lillqvist <tml@iki.fi>

* {.,*}/makefile.msc.in: Include make.msc from GLib's build subdir.

* makefile.{mingw,msc}.in (glib_OBJECTS): Add gunibreak.

* glib.def: Update correspondingly.
/external/bluetooth/glib/tests/makefile.msc.in
09683edc5c1cd1defcfa3ab01b397c3c058966a2 27-Oct-2000 Tor Lillqvist <tml@iki.fi> Add gmarkup.

2000-10-27 Tor Lillqvist <tml@iki.fi>

* makefile.{mingw,msc}.in (glib_OBJECTS): Add gmarkup.

* glib.def: Add missing functions.

* tests/makefile.{mingw,msc}.in (TESTS): Add markup-test.
/external/bluetooth/glib/tests/makefile.msc.in
fb4de1c50d96cd500f53f7701629fd01ec99d7ad 16-Oct-2000 Tor Lillqvist <tml@iki.fi> Some more debugging output. (g_io_channel_win32_poll): Remove unused vars.

2000-10-16 Tor Lillqvist <tml@iki.fi>

* giowin32.c (reader_thread): Some more debugging output.
(g_io_channel_win32_poll): Remove unused vars.

* gfileutils.c: Changes for Win32, with no unistd.h and no
S_ISLNK().

* gspawn-win32.c: Implementation of the g_spwan_* functions for
Win32. Due to the general non-Unixness of Win32, much of the
functionality that is relatively clean to implement on Unix, is
hard to do on Win32. We must use a separate helper program to
change directory, close extra file descriptors, redirect the std
ones, as needed, and only then start the child process. No child
process pid can be returned, unfortunately. Or if we used
CreateProcess directly, it probably could. (Now we use the spawnv*
functions from msvcrt.)

* glib.def: Add new entry points.

* glib.def
* giowin32.c: Remove g_io_channel_win32_wait_for_condition(),
g_io_channel_win32_poll() subsumes it.

* gbacktrace.h: G_BREAKPOINT for MSVC (on the ix86).

* gwin32.c (g_win32_getlocale): Use "sp" for
LANG_CROATIAN+SUBLANG_SERBIAN_LATIN.

* makefile.{mingw,msc}.in (glib_OBJECTS): Add new files.
Add gspawn-win32-helper.exe rule.

* tests/makefile.{mingw,msc}.in (TESTS): Add shell-test and
spawn-test.

* tests/spawn-test.c: (run_tests): On Win32, don't try to run
/bin/sh, but ipconfig (no special significance in choosing that,
just a program that outputs something to stdout).
/external/bluetooth/glib/tests/makefile.msc.in
18e7dc021591bcaedb922a553d5bc0e0b966b6d9 06-Oct-2000 Tor Lillqvist <tml@iki.fi> Fix the Win32-only code to use current API,

2000-10-06 Tor Lillqvist <tml@iki.fi>

* tests/gio-test.c (main): Fix the Win32-only code to use current
API, g_io_channel_win32_make_pollfd() and g_io_channel_win32_poll().
/external/bluetooth/glib/tests/makefile.msc.in
8e847255e8c396a5bacbbf2897ad78e36ee47900 06-Oct-2000 Tor Lillqvist <tml@iki.fi> Revamp to be like makefile.mingw.in, make the MSVC build actually work

2000-10-06 Tor Lillqvist <tml@iki.fi>

* makefile.msc.in: Revamp to be like makefile.mingw.in, make
the MSVC build actually work again.

* gmodule/makefile.msc.in
* gobject/makefile.msc.in
* gthread/makefile.msc.in: New files, like their mingw counterparts.

* gmodule/Makefile.am
* gobject/Makefile.am
* gthread/Makefile.am: Make and distribute them.

* */makefile.mingw.in: Allow override of GLib version number from
the build/win32/module.defs file.

* glib.def: Add new entry point.

Fixes from Hans Breuer:

* glib.h (struct DIR): Keep the last readdir result cached inside
the DIR struct, to enable several DIRs being open simultaneously.

* gwin32.c (g_win32_readdir): Use the above instead of static.

* giowin32.c (g_io_channel_win32_make_pollfd): Insert cast to keep
MSVC happy.
/external/bluetooth/glib/tests/makefile.msc.in
c4f0c6fd9b673fe7c591f215aed0245335dee2d2 01-May-2000 Tor Lillqvist <tml@iki.fi> Add new functions. Add new object files. Add threadpool-test. No need to

2000-05-02 Tor Lillqvist <tml@iki.fi>

* glib.def: Add new functions.
* makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
* tests/makefile.{cygwin,msc}.in: Add threadpool-test.
* gmodule-win32.c: No need to include <psapi.h>
/external/bluetooth/glib/tests/makefile.msc.in
1146c6fbb37bb85f8c49f572cfae9469339f89ff 31-Jul-1999 Tor Lillqvist <tml@src.gnome.org> New functions.

* gstrfuncs.c (g_strccpy, g_strecpy): New functions.

* glib.h: Declare and document them. Define the deprecated
g_strescape as a macro that calls g_strecpy.

* tests/strfunc-test.c (main): Test them.

* makefile.{cygwin,msc}.in
* tests/makefile.{cygwin,msc}.in: Remove gstack and its test
program.

* glib.def: Additions and removals.

* README.win32: Improve gcc build instructions.

* build-dll: Also build import library for MSVC.
/external/bluetooth/glib/tests/makefile.msc.in
be80f9a106b1560447a7312480045960e521e728 21-Jun-1999 Tor Lillqvist <tml@src.gnome.org> Update the pthreads snapshot version we want. Advice how to hand-expand

* README.win32: Update the pthreads snapshot version we want.
Advice how to hand-expand the makefile.*.in files.

* config.h.win32.in: Define values needed by Sebastian Wilhelmi's
new thread stuff.

* glib.def: Add new functions.

* glibconfig.h.win32.in: Update the pthreads snapshot version.
Fix typo.

* gthread.c: Include config.h, guard inclusion of unistd.h. When
using gcc on Win32, g_thread_functions_for_glib_use must be marked
for export here, too.

* gtimer.c: Implement g_usleep on native Win32 using Sleep (which
only has millisecond granularity, though).

* makefile.cygwin.in
* makefile.msc.in: Update pthreads snapshot version. File
name changes. Remove testgthread.

* tests/makefile.cygwin.in
* tests/makefile.msc.in: Add thread-test. Link with gthread lib.

* gthread-posix.c: Guard pthread_attr_setscope call with test
for _POSIX_THREAD_PRIORITY_SCHEDULING, which should be defined
in a <pthread.h> that supports that feature.
/external/bluetooth/glib/tests/makefile.msc.in
2b688f549c8a2719544b33859cdc5ef99355cf37 06-May-1999 Tor Lillqvist <tml@src.gnome.org> New files, used to generate corresponding non-.in files when making a

* makefile.msc.in makefile.cygwin.in glibconfig.h.win32.in
config.h.win32.in tests/makefile.msc.in tests/makefile.cygwin.in:
New files, used to generate corresponding non-.in files when
making a dist. This is just so the version numbers will be kept in
synch automatically.

* configure.in: Also substitute @GLIB_MAJOR_VERSION@,
@GLIB_MINOR_VERSION@, and @GLIB_INTERFACE_AGE@.

* Makefile.am tests/Makefile.am: Also distribute makefile.cygwin.

* gerror.c (g_on_error_query): On Win32, put up a MessageBox and
then exit.

* glib.def: Add a couple of functions.
/external/bluetooth/glib/tests/makefile.msc.in