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
/
CMake
/
resources.cmake
Age
Commit message (
Expand
)
Author
3 days
wip: fork
maxim nikonov
2024-08-31
CMake: replace check_function_exists() with check_symbol_exists() (#1053)
ManoloFLTK
2024-08-26
Display Git revision in docs generated from releases (#499)
Albrecht Schlosser
2024-08-25
CMake: replace check_function_exists() for trunc() (#1049)
Albrecht Schlosser
2024-08-23
CMake: remove cache consistency check (#1046)
Albrecht Schlosser
2024-08-08
CMake: remove debug statements
Albrecht Schlosser
2024-08-08
CMake: fix usage of OPENGL_GLU_INCLUDE_DIR (#1001)
Albrecht Schlosser
2024-05-13
CMake: improve linking OpenGL3 example programs (#959)
Albrecht Schlosser
2024-05-03
CMake: don't put freetype stuff in include directories for macOS
ManoloFLTK
2024-05-02
Remove commit 4a31d49 that breaks X11 build
ManoloFLTK
2024-05-02
CMake: put freetype stuff in include directories for X11 only
ManoloFLTK
2024-04-05
CMake: Fix detection of trunc() for Windows
Albrecht Schlosser
2024-04-02
Add replacement for potentially missing trunc() (#944)
Albrecht Schlosser
2024-03-18
CMake: formatting only
Albrecht Schlosser
2024-03-18
Replace setenv() with putenv() on old systems (+937)
Albrecht Schlosser
2024-02-13
CMake: simplify resources.cmake
Albrecht Schlosser
2024-02-13
CMake: improve formatting, remove debug statements
Albrecht Schlosser
2024-02-07
Introduce "Modern CMake" in FLTK
Albrecht Schlosser
2022-05-21
Wayland under FreeBSD: detect <GL/glu.h> and fix LIBDECOR_PLUGIN_DIR.
ManoloFLTK
2022-04-03
Improve libpng header search (notably on macOS)
Albrecht Schlosser
2022-03-13
CMake/Windows (MSVC): remove confusing CMake warning
Albrecht Schlosser
2022-03-07
CMake/MinGW/MSYS2: fix building examples with libglew32 (#226)
Albrecht Schlosser
2021-11-26
Fix for issue #253: Remove xdbe support
ManoloFLTK
2021-07-21
Call pthread's recursive mutex on Linux (Issue #245)
Albrecht Schlosser
2021-03-01
Fix cairo build (autoconf + CMake) + README's
Albrecht Schlosser
2020-08-25
Towards construction of fltk-config by CMake under macOS (WIP).
ManoloFLTK
2020-08-21
CMake: add examples folder to build (optional)
Albrecht Schlosser
2020-07-15
CMake: refactor and reformat CMake files
Albrecht Schlosser
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2018-02-23
CMake: Fix fltk-config for Windows and Unix/Linux.
Albrecht Schlosser
2018-01-10
CMake: enable building FLTK in a subdirectory of another project.
Albrecht Schlosser
2017-06-29
Update copyright year(s).
Albrecht Schlosser
2017-06-29
CMake: replace improperly used variables with correct ones.
Albrecht Schlosser
2017-03-17
[CMake] Fix Visual Studio header detection.
Albrecht Schlosser
2017-03-17
[CMake] Remove unused header test HAVE_GL_GL_H (GL/gl.h).
Albrecht Schlosser
2016-12-06
[CMake] Rewrite pthreads checks for compatibility with configure.
Albrecht Schlosser
2016-08-09
[CMake] Fix Windows dll build with Visual Studio generator.
Albrecht Schlosser
2016-06-14
THE best way to test for availability of dlsym().
Manolo Gouy
2016-06-13
[CMake] Fix restoration of CMAKE_REQUIRED_LIBRARIES.
Albrecht Schlosser
2016-06-13
Fix cases where function dlysym() is not in library libdl.
Manolo Gouy
2015-12-30
[CMake] config.h, part 2 - full compatibility with autoconf.
Albrecht Schlosser
2015-12-30
Harmonize configure and CMake build system (part 1).
Albrecht Schlosser
2015-12-30
Add configure and CMake checks for X11/Xregion.h.
Albrecht Schlosser
2015-04-25
[CMake] Add doxygen documentation generation (STR #3195).
Albrecht Schlosser
2015-04-25
[CMake] Fix CMake build's fltk-config (STR #3217).
Albrecht Schlosser
2014-11-22
Set correct svn properties on CMake files.
Albrecht Schlosser
2014-09-27
CMake enhancements, as discussed in STR #3055.
Albrecht Schlosser
2014-02-09
Split CMake files for better maintenance, as discussed in fltk.general.
Albrecht Schlosser