Update to match the Makefile.am files. Drop G*_EXPORTS from
[platform/upstream/glib.git] / build / ChangeLog
1 2008-09-15  Tor Lillqvist  <tml@novell.com>
2
3         * win32/vs8/*.vcproj: Update to match the Makefile.am files. Drop
4         G*_EXPORTS from PreprocessorDefinitions, nothing looks for such
5         macros. Add G_DISABLE_DEPRECATED. Add PCRE_STATIC for glib to
6         avoid exporting the pcre functions. Add G_LOG_DOMAIN for gobject.
7
8 2008-08-27  Tor Lillqvist  <tml@novell.com>
9
10         * win32/vs8/*.vcproj: Add "win32" directory level to the
11         references to the dependencies folder (which each actual user of
12         the project file probably needs to edit anyway depending on their
13         directory structure). Add missing files, remove nonexistent files.
14
15         * win32/vs8/glib.vcproj: Don't needlessly copy localcharset.c, but
16         compile it where it is in libcharset. Drop dirent as gdir.c
17         includes dirent.h and wdirent.c directly. Handle also
18         G_GNUC_FORMAT in the custom build step for glib.symbols.
19
20 2008-08-02  Tor Lillqvist  <tml@novell.com>
21
22         Bug 545954 - 64-bit issue in dirent
23
24         * win32/dirent/dirent.h: Use __int64 for the dd_handle on 64-bit
25         Windows. (Would use intptr_t, but that is not available before
26         MSVS8, and we want to keep this compilable also with MSVS6 and 7,
27         I think.) Thanks to Richard Hult.
28
29 2008-05-19  Tor Lillqvist  <tml@novell.com>
30
31         * win32/dirent/dirent.c: Include dirent.h with doublequotes so
32         that it is searched from this same folder first.
33
34 2008-05-19  Tor Lillqvist  <tml@novell.com>
35
36         * win32/vs8/gspawn-win32-helper.vcproj
37         * win32/vs8/gspawn-win32-helper-console.vcproj: New files. Build
38         these two executables.
39
40         * win32/vs8/*.vcproj: Compile as C and not C++.
41
42         * win32/vs8/glib-genmarshal.vcproj: Use MBS and not Unicode. (What
43         this setting really means is just that we don't define the UNICODE
44         and _UNICODE macros when compiling; it has no effect on what APIs
45         the code might use.) Use the same IntermediateDirectory as the
46         other projects.
47
48         * win32/vs8/glib.sln: Add the gspawn-win32-helper and gspawn-win32-helper projects.
49
50 2008-05-17  Tor Lillqvist  <tml@novell.com>
51
52         * "build" is no longer include into GLib through
53         svn:externals. The relevant directories and files have been svn
54         add'ed to GLib (trunk) instead.
55
56 2008-05-16  Tor Lillqvist  <tml@novell.com>
57
58         * win32/vs8/glib.vcproj: Add gi18n.c.
59
60         * win32/vs8/gio.vcproj: Add gwin32directorymonitor.c.
61
62         * win32/vs8/glib-genmarshal.vcproj: Put also glib-genmarshal.exe
63         in the "bin" folder.
64
65 2008-04-23  Tor Lillqvist  <tml@novell.com>
66
67         Bug 529391 - Update of vs8 build files for Glib 2.16
68
69         * win32/vs8/*: Update from Danel Atallah.
70
71 2008-03-12  Tor Lillqvist  <tml@novell.com>
72
73         * MAINTAINERS: Add.
74
75         * win32/make.mingw: Remove this since long unused and obsolete
76         file from SVN.
77
78         * win32/make.msc: Don't mention it here either then.
79
80 2007-04-15  Tor Lillqvist  <tml@novell.com>
81
82         * .cvsignore
83         * win32/.cvsignore
84         * win32/dirent/.cvsignore
85         * win32/vs8/.cvsignore: Remove.
86
87 2006-10-14  Tor Lillqvist  <tml@novell.com>
88
89         * win32/vs8/gmodule.vcproj
90         * win32/vs8/gobject.vcproj
91         * win32/vs8/gthread.vcproj: Updates by Mike Edenfield. (#354124)
92
93 2006-09-02  Tor Lillqvist  <tml@novell.com>
94
95         * win32/vs8/glib.vcproj: Update from Mike Edenfield.
96
97 2006-02-08  Tor Lillqvist  <tml@novell.com>
98
99         * win32/vs8/glib-genmarshal.vcproj: New file: Visual Studio
100         project file for glib-genmarshal.exe, by Sergey Scobich.
101
102         * win32/vs8/Makefile.am
103         * win32/vs8/glib.sln: Add it.
104
105 2006-01-31  Tor Lillqvist  <tml@novell.com>
106
107         * win32/Makefile.am (EXTRA_DIST): Drop the obsolete shell scripts
108         and make.mingw.
109
110         * win32/vs8/*: Visual Studio 2005 project files for GLib
111         contributed by Sergey Scobich. (#328691)
112
113         * win32/Makefile.am (SUBDIRS): Add vs8.
114
115         * win32/make.msc (LINKDEBUG): Use /nodefaultlib:msvcrt.lib when
116         debugging. (#329325, Timo Linna)
117
118 2005-09-01  Tor Lillqvist  <tml@novell.com>
119
120         * win32/cl-wrapper.c: Again spent some hours hacking on this. Now
121         the compilation phase of building libglib autoconfiscated using
122         CC=cl-wrapper seems to work. But problems in the linking phase,
123         for instance -Wl,--whole-archive isn't implemented, and I don't
124         think link.exe even has a such feature to include all of a
125         library. Argh. To implement -Wl,--whole-archive, would need to
126         extract the library contents into a temp directory and link with
127         all the resulting object files. Sigh.
128
129 2005-07-09  Tor Lillqvist  <tml@novell.com>
130
131         * README: When using auto*/libtool/gcc to build GLib, Pango and
132         GTK+, the scripts to compile resource files in build/win32 are no
133         longer used. Still here in case somebody wants to have a look,
134         though.
135         
136 2005-02-06  Hans Breuer  <hans@breuer.org>
137
138         * win32/make.msc win32/module.defs : updated to include Cairo,
139         gnome-canvas, gnome-print(ui), libart, pangoft2, libxml2, libxslt
140
141 2004-12-29  Tor Lillqvist  <tml@iki.fi>
142
143         * win32/cl-wrapper.c: More hacking. Implement -idirafter
144         correctly, amending the INCLUDE environment variable. Ignore
145         -lm. Error if multiple -o options. Copy input libs called foo.a to
146         foo.temp.lib so that link knows what they are. Remove dead
147         code. Link with same default libraries as mingw's gcc. Use
148         indirect command line file if command line is too long.
149
150 2004-12-12  Tor Lillqvist  <tml@iki.fi>
151
152         * win32/cl-wrapper.c: Hack more on this. Using MSVC is necessary
153         if one wants to use tools like Purify or BoundsChecker.
154
155 2004-08-11  Tor Lillqvist  <tml@iki.fi>
156
157         * win32/dirent/dirent.[ch]: Update from mingw-runtime-3.3.
158         Implements both normal and wide-char versions.
159
160         * win32/dirent/wdirent.c: New file.
161
162         * win32/dirent/Makefile.am (EXTRA_DIST): Add wdirent.c.
163
164 2004-05-01  Hans Breuer  <hans@breuer.org>
165
166         * win32/make.msc : -DG_ENABLE_DEBUG=1 for debug builds
167         (#141335, John Ehresman)
168
169 2004-03-05  Federico Mena Quintero  <federico@ximian.com>
170
171         Fix #136082, patch by Morten Welinder.
172
173         * win32/cl-wrapper.c: #include <config.h>
174         * win32/dirent/dirent.c: Likewise.
175
176 2004-01-24  Tor Lillqvist  <tml@iki.fi>
177
178         * win32/compile-resource
179         * win32/lt-compile-resource: Use /bin/sh instead of /bin/bash, as
180         MSYS doesn't come with any /bin/bash. When compiling with
181         --enable-static and --disable-shared flag, libtool creates *.lo
182         files as scripts, but the *.o files are in "." and not in
183         ".libs". Thanks to Fridrich Strba.
184
185 2003-11-15  Tor Lillqvist  <tml@iki.fi>
186
187         * win32/dirent/makefile.msc: Improve. (#126913, John Ehresman)
188
189 2003-08-08  Tor Lillqvist  <tml@iki.fi>
190
191         * win32/cl-wrapper.c: Fix bug in environment variable
192         handling. Support --version flag. Prefix double quotes in -I and
193         -D parameters with backslash.
194
195 2003-06-06  Tor Lillqvist  <tml@iki.fi>
196
197         * win32(compile-resource (resfile): Support a WINDRES environment
198         variable. (#112387, J. Ali Harlow)
199
200 2002-09-28  Tor Lillqvist  <tml@iki.fi>
201
202         * win32/make.mingw: Add libxml2 CFLAGS and LIBS
203         (suggestion by Steffen Macke).
204
205 2002-09-17  Tor Lillqvist  <tml@iki.fi>
206
207         * win32/compile-resource: Return failure (implicitly, as the
208         return status of the last command executed) if m4 or windres
209         fails. Thanks to charlet@act-europe.fr (#93373).
210
211 2002-09-13  Tor Lillqvist  <tml@iki.fi>
212
213         * win32/lt-compile-resource: Argh. With some libtool versions, or
214         when the moon is in a certain phase, libtool creates the actual
215         object files as .lo files. Otherwise .lo files are small scripts
216         (which is what lt-compile-resource has always thought until now).
217         Add an ugly hack that tries to determine which kind of .lo files are
218         used, and act correspondingly.
219
220 2002-09-10  Tor Lillqvist  <tml@iki.fi>
221
222         * win32/module.defs: Remove GTK_VER which was misleading and
223         unused. Ditto for GTKGLAREA_VER. Add comment about taking this
224         stuff with a very big grain of salt.
225
226 2002-03-27  Tor Lillqvist  <tml@iki.fi>
227
228         * win32/module.defs
229         * win32/make.msc
230         * win32/make.mingw: Try to make up-to-date with GLib 2.0, ATK 1.0,
231         Pango 1.0 and GTK+ 2.0. This stuff is starting to feel more and
232         more quaint, though. Remove the FriBiDi references, Pango uses its
233         own mini-fribidi version. Use the names GTK2_CFLAGS and _LIBS also in
234         make.mingw, not GTKCURRENT_*.
235
236 2001-12-05  Tor Lillqvist  <tml@iki.fi>
237
238         * win32/make.mingw (LIBICONV_LIBS): Fix typo: pkg-config --libs,
239         not --cflags. Thanks to Victor Secarin.
240
241         * win32/build-dll: Don't call dirname blindly on $0 which might be
242         a Windows-style (drive letter, backslashes) pathname. Thanks to
243         Victor Secarin. Remove mention of Platform SDK, it doesn't
244         include the linker any longer.
245
246 2001-10-31  Tor Lillqvist  <tml@iki.fi>
247
248         * win32/make.mingw (TIFF_LIBS): We can use same import library for
249         non-LZW and LZW-enabled versions. Just let the user decide which
250         DLL to use.
251
252 2001-10-30  Tor Lillqvist  <tml@iki.fi>
253
254         * win32/make.mingw: Use pkg-config for more stuff. The
255         corresponding .pc files are included in the new packages on
256         www.gimp.org/win32/new-downloads.html. 
257
258         * win32/dirent/dirent-zip: New file, script to package a developer
259         package of dirent.h and dirent.lib.
260
261         * win32/dirent/Makefile.am (EXTRA_DIST): Add it.
262
263 2001-10-24  Tor Lillqvist  <tml@iki.fi>
264
265         * win32/make.mingw: Also try to include module.defs from the build
266         subdirectory of GLib.
267
268         * win32/make.msc: When DEBUG, use -Zi, otherwise -Zi. Always use
269         /machine:ix86.
270
271 2001-10-23  Tor Lillqvist  <tml@iki.fi>
272
273         * win32/cl-wrapper.c: Various changes. I don't actually use this
274         to build with libtool and MSVC, only to run configure for MSVC. At
275         least for now.
276
277         * win32/make.mingw: Use pkg-config to get CFLAGS and LIBS for GLib
278         and GTK.
279
280         * win32/make.msc: Use GDK and GTK import library names now
281         produced in gtk-1-3-win32-production.
282
283 2001-10-10  Tor Lillqvist  <tml@iki.fi>
284
285         * win32/module.defs (PNG): Use libpng 1.2.0.
286
287         * win32/lt-compile-resource: Mkdir .libs if not there already.
288
289 2001-09-30  Tor Lillqvist  <tml@iki.fi>
290
291         * win32/build-dll: Comment clarification.
292
293         * win32/Makefile.am: Add dirent subdirectory.
294
295         * win32/dirent/*: New files. The (public domain) dirent
296         implementation from the mingw runtime, for MSVC users.
297
298         * win32/make.msc (DIRENT_CFLAGS,DIRENT_LIBS): Point to
299         build/win32/dirent in the GLib sources. Hmm.
300         (CC): Remove duplicate $(OPTIMIZE), already in CFLAGS.
301         
302 2001-09-28  Tor Lillqvist  <tml@iki.fi>
303
304         * win32/make.mingw
305         * win32/make.msc: Separate the compiler program names into
306         an Make macro of its own (CCOMPILER and CXXCOMPILER).
307
308         * win32/cl-wrapper.c: New file. A program that accepts Unix-like C
309         compiler command line arguments, and runs the Microsoft C compiler
310         (cl) after transforming the arguments to cl's syntax. This program
311         can be used when using the auto*/configure mechanism to build
312         software with MSVC.
313
314 2001-09-25  Tor Lillqvist  <tml@iki.fi>
315
316         * win32/module.defs: Do define GLIB_VER after all. (Do use it in
317         (import) library names, like it is on Unix.)
318
319         * win32/make.mingw
320         * win32/make.msc: Some comments added. Use GLIB_VER in GLib
321         (import) library names.
322
323 2001-09-17  Tor Lillqvist  <tml@iki.fi>
324
325         * win32/build-dll: Invocation changed. We now expect a version
326         info like libtool's -version-info parameter. The intention is to
327         produce the same name DLL as libtool would, i.e. use "current -
328         age" as the DLL name suffix.
329
330         * win32/compile-resource: New file, containing the part of
331         build-dll that compiles the resource file, if available.
332
333         * win32/lt-compile-resource: New file, invokes compile-resource,
334         placing the resulting .o file in the .libs subdirectory, and
335         handcrafts a "libtool object" for it.
336
337         * win32/Makefile.am: Distribute new files.
338
339         * win32/make.mingw: Add COMPILE_RESOURCE.
340
341 Tue Sep  4 01:46:15 2001  Owen Taylor  <otaylor@redhat.com>
342
343         * win32/Makefile.am (EXTRA_DIST): Add build-dll, on
344         the assumption it isn't going to get distributed otherwise.
345
346 2001-09-01  Tor Lillqvist  <tml@iki.fi>
347
348         * win32/build-dll: Move here from GLib. Use gcc -shared instead of
349         the multiple pass gcc+dlltool method. Don't include the version
350         number in the import library names.
351
352         * win32/make.mingw
353         * win32/make.msc: Correspondingly, remove the version number parts
354         from (some) import library names. (Just a start, more to follow.)
355
356         * win32/module.defs: In fact, no need to know the versions at all
357         for stuff that doesn't include it as part of the directory name.
358         
359 2001-01-06  Hans Breuer  <hans@breuer.org>
360
361         * win32/module.defs : renamed GTKCURRENT to GTK2 and some
362         version number updates
363
364         * win32/make.msc : added GTK2_CFLAGS and GTK2_LIBS, now used
365         by CVS HEAD Gimp. Minor updates,
366
367 2001-05-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
368
369         * win32/make.mingw: Redid CFLAGS.
370
371         * win32/make.mingw (CXX): Removed PTHREAD defs. Added -O2 -Wall to
372         compile flags.
373
374 2001-01-06  Hans Breuer  <hans@breuer.org>
375
376         * win32/make.msc win32/module.defs : added ATK,
377         adapted Pango version
378
379 2001-03-19  Tor Lillqvist  <tml@iki.fi>
380
381         * win32/module.defs (GLIB_GENMARSHAL): Add macro for glib-genmarshal.
382
383 2001-02-17  Tor Lillqvist  <tml@iki.fi>
384
385         * win32/make.{mingw,msc} (INTL_LIBS): Call the import library just
386         libintl, not gnu-intl, for consistency with Unix conventions. (The
387         DLL is still called gnu-intl.dll, using such a generic name as
388         just "intl.dll" would be asking for trouble.)
389
390 2001-01-28  Tor Lillqvist  <tml@iki.fi>
391
392         * win32/module.defs
393         * win32/make.mingw
394         * win32/make.msc : Use libiconv 1.5.1. Use libiconv's import
395         library as built by its Makefile.msvc, without any version
396         number. Use the same convention for the GNU-style import library.
397
398 2000-12-27  Tor Lillqvist  <tml@iki.fi>
399
400         * win32/make.{mingw,msc} (TIFF_LIBS): Provide separate TIFF_LZW
401         and TIFF_NOLZW.
402
403 2000-12-21  Tor Lillqvist  <tml@iki.fi>
404
405         * win32/*: Add version number for FreeType2. We need the FT2
406         library built as a DLL, and append the vesion number to its name,
407         too.
408
409 2000-12-20  Tor Lillqvist  <tml@iki.fi>
410
411         * win32/module.defs (FRIBIDI_VER): Use FriBidi 0.1.15.
412
413 2000-12-14  Tor Lillqvist  <tml@iki.fi>
414
415         * win32/make.msc: Split C runtime flag (-MD or -MDd) to a separate
416         macro.
417
418 2000-11-15  Tor Lillqvist  <tml@iki.fi>
419
420         * win32/module.defs (PANGO_VER): Update Pango version to 0.13.
421
422 2000-10-22  Tor Lillqvist  <tml@iki.fi>
423
424         * win32/make.msc (PANGO_LIBS): Include version in Pango lib names.
425
426 2000-10-07  Tor Lillqvist  <tml@iki.fi>
427
428         * win32/make.msc: Improve to be more useable.
429
430 2000-09-12  Tor Lillqvist  <tml@iki.fi>
431
432         * win32/make.{mingw,msc}: Add PTHREAD_LIBS and PTHREAD_CFLAGS.
433
434 2000-08-24  Tor Lillqvist  <tml@iki.fi>
435
436         * win32/module.defs: Add separate version number for gdk-pixbuf.
437
438         * win32/make.mingw: Add C++ defs.
439
440 2000-08-20  Tor Lillqvist  <tml@iki.fi>
441
442         * win32/*: Remove FREETYPE2_20000624, not needed any
443         longer by gimp-freetype.
444
445         * win32/make.mingw: Add rule to produce assembler source.
446
447         * win32/make.msc: Fix syntax error. Add CFLAGS.
448
449 2000-08-05  Tor Lillqvist  <tml@iki.fi>
450
451         * win32/module.defs
452         * win32/make.{mingw,msc}: Rename the FreeType2 snapshot from 2000-06-24
453         (used by gimp-freetype). Use the name "FreeType2" for the current
454         FreeType2.
455         
456 2000-07-30  Tor Lillqvist  <tml@iki.fi>
457
458         * win32/module.defs
459         * win32/make.mingw
460         * win32/make.msc: Rename XML to LIBXML. Use version 0.14 of
461         it. Add LIBXML_CFLAGS and _LIBS. Add GTKCURRENT referring the
462         current CVS GTK+ (nonworking on Win32).
463         
464 2000-07-25  Tor Lillqvist  <tml@iki.fi>
465
466         * win32/make.mingw (PANGO_LIBS): Typo.
467
468 2000-07-21  Tor Lillqvist  <tml@iki.fi>
469
470         * win32/*: Reorder stuff to be in alphabetical order of package
471         names. Add GtkGLArea. Add path to OpenGL headers.
472
473 2000-07-18  Tor Lillqvist  <tml@iki.fi>
474
475         * win32/module.defs (FRIBIDI_VER)
476         * win32/make.{mingw,msc} (FRIBIDI_LIBS): Use correct version
477         of FriBidi.
478
479 2000-07-15  Tor Lillqvist  <tml@iki.fi>
480
481         * win32/make.mingw
482         * win32/make.msc
483         * win32/module.defs: Add Pango.
484
485 2000-07-10  Tor Lillqvist  <tml@iki.fi>
486
487         * win32/module.defs: 
488         * win32/make.msc: New files. Factor out common stuff to module.defs.
489         make.msc is for nmake and MSVC. Thanks to Hans Breuer.
490
491         * win32/Makefile.am: Add them to EXTRA_DIST.
492
493         * win32/make.mingw: Move part to module.defs. Ugly hack to find
494         module.defs.
495
496 2000-07-02  Tor Lillqvist  <tml@iki.fi>
497
498         * win32/make.mingw: Addd FriBidi and libiconv. Add USRDIR for
499         headers and libs that are "installed".
500
501 2000-06-07  Tor Lillqvist  <tml@iki.fi>
502
503         * win32/make.mingw: Clarify where this stuff should be located.
504
505         * Makefile.am
506         * win32/Makefile.am: New files. Only set SUBDIRS and EXTRA_DIST.
507
508 2000-05-29  Tor Lillqvist  <tml@iki.fi>
509
510         * win32/make.mingw: Add gmodule directory to GLib includes. Use
511         freetype2 directory called just that.
512
513 2000-05-13  Tor Lillqvist  <tml@iki.fi>
514
515         * README: Remove the original README text.
516
517         * win32/make.mingw: Define macros for CFLAGS and LIBS of GLib,
518         GTk+, intl, freetype2, zlib, libjpeg, libtiff and GIMP. Remove the
519         WIN32APIHEADERS, that is now taken care of in glib/build-dll.
520
521 2000-05-05  Tor Lillqvist  <tml@iki.fi>
522
523         * win32/make.mingw: Add GIMP_VER. Add path to GIMP and freetype2
524         sources.
525
526 2000-05-04  Tor Lillqvist  <tml@iki.fi>
527
528         * ChangeLog: Start ChangeLog.
529
530         * README: Change purpose of this directory.
531
532         * win32/make.mingw: New file.
533
534         * build.inf
535         * cvs.py
536         * write.py: Remove.