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