index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.in
Age
Commit message (
Expand
)
Author
2007-05-20
Fix all compiler warnings from various build systems.
Michael R Sweet
2007-05-14
Solaris sh (POSIX shell) does not support the Bash substitution syntax.
Michael R Sweet
2007-05-14
Str #1656: changed default optimization on Cygwin/Mingw to -O3 because -O3 ca...
Matthias Melcher
2007-05-14
OSF/Tru64 now uses 'install-sh' instead of 'install' to accomodate for a miss...
Matthias Melcher
2007-05-09
Modified 'configure.in' to overcome the Cygwin bug of adding a ^M to the outp...
Matthias Melcher
2007-05-03
Second aproach at solving the 'install -d' issue. I added a public domain scr...
Matthias Melcher
2007-05-02
STR #1632: replaced 'install -d' with 'mkdir -p', falling back to 'install' i...
Matthias Melcher
2007-02-10
Add LDFLAGS for DLLs via Cygwin/MingW as noted by Ian MacArthur.
Michael R Sweet
2007-02-08
More Cygwin DLL fixes (STR #1585)
Michael R Sweet
2007-02-08
Add header check for dlfcn.h.
Michael R Sweet
2007-02-08
Make sure INSTALL command uses absolute path for install-sh...
Michael R Sweet
2007-02-08
Add support for glutGetProcAddress() on Mac OS X and other platforms
Michael R Sweet
2007-02-06
Use install command instead of CHMOD, CP, and MKDIR.
Michael R Sweet
2007-02-05
Update pthreads configure test to work on more platforms.
Michael R Sweet
2007-02-05
Fix glXGetProcAddressARB() usage and support for POSIX threads on HP-UX 11.
Michael R Sweet
2007-02-02
Fix DLL generation via MingW/Cygwin (STR #1546)
Michael R Sweet
2006-10-31
Add -fno-strict-aliasing to compiler options since GCC doesn't understand
Michael R Sweet
2006-10-31
Scratch that, looks like autoconf 2.50 added AC_SYS_LARGEFILE. 2.57
Michael R Sweet
2006-10-31
AC_SYS_LARGEFILE appears to have been introduced in autoconf 2.57...
Michael R Sweet
2006-09-12
Add DSOFLAGS to DSOCOMMAND's, so that we inherit X_LIBS and other options
Michael R Sweet
2006-09-05
Fixed DSO generation (STR #1405)
Michael R Sweet
2006-08-29
Fix man page extension for games.
Michael R Sweet
2006-08-12
Fixed Makefile configuration for OS X dynamic library. STR #1391
Matthias Melcher
2006-08-02
Don't call dummy function inside dummy function - some compilers don't like
Michael R Sweet
2006-07-27
Fix problems with new FLUID output, add common to closing braces to show
Michael R Sweet
2006-06-26
Revert change to --enable-cygwin option since ARCHFLAGS does not work with
Michael R Sweet
2006-06-19
Add --with-archflags option to configure script, and use it in the right
Michael R Sweet
2006-05-30
Make sure native eol-style is set on all source files.
Michael R Sweet
2006-05-21
Included fltk.spec in configure.in
Matthias Melcher
2006-01-31
Fix fl_filename_list() bug (STR #1159) caused by changing of the ABI
Michael R Sweet
2006-01-15
More packaging fun.
Michael R Sweet
2006-01-15
More packaging fun (games package to "advertise" FLTK...)
Michael R Sweet
2006-01-15
Work on Linux and OSX desktop integration stuff via make install and
Michael R Sweet
2006-01-02
Fix MingW threading support.
Michael R Sweet
2005-12-14
Add Cygwin/MingW support for winmm library... (STR #1121)
Michael R Sweet
2005-12-14
FLTK now enables large file support when available (STR #1087)
Michael R Sweet
2005-12-10
Removed the "-g" compile option for the optimized version of FLTK. This was p...
Matthias Melcher
2005-12-08
Add OSX audio support to Sudoku (THANK YOU IAN!)
Michael R Sweet
2005-12-05
Start adding support for sound in Sudoku via ALSA.
Michael R Sweet
2005-11-25
Fix mousewheel handler bug (using wrong variable in initial check)
Michael R Sweet
2005-09-18
Remove libsupc++ stuff, since it doesn't work on OSX 10.4 or with
Michael R Sweet
2005-08-08
Added shared library support for Cygwin and MingW (STR #893)
Michael R Sweet
2005-08-08
Compilation could fail if a previous installation of FLTK was in
Michael R Sweet
2005-07-24
Attempt to make 'localeconv()' part of the configuration process. VC6 works, ...
Matthias Melcher
2005-04-28
Fix MacOS X 10.4 compile issues.
Michael R Sweet
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-04-15
Move -Wconversion option for GCC to extra warning options (not enabled
Michael R Sweet
2005-04-13
Add -Wno-format-y2k option to eliminate Y2k warnings - ignored by some
Michael R Sweet
2005-03-31
Add Fl::screen_count() and Fl::screen_xywh() APIs to support multi-
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
[next]