From 4d0c1a2a289556eacc63fd407fb77d8190be0b1f Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 11 May 2025 22:16:16 +0200 Subject: Add more documentation about ABI checking and a script to do it misc/abi-check: This new script can be used (on Linux) to check ABI compatibility between patch releases. It does everything required in one execution (after installing the prerequisites once). Documentation is included in the script. It may be modified for other platforms, or ABI checking can be done manually. README.abi-version.txt: add a chapter regarding ABI checks misc/abi-compliance-checker.txt: update documentation on how to run misc/abi-check. In previous versions (1.4) building was done using configure/make. Thus this file was almost completely rewritten. documentation/src/migration_1_4.dox: an unrelated but tiny correction. --- documentation/src/migration_1_4.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/src/migration_1_4.dox') diff --git a/documentation/src/migration_1_4.dox b/documentation/src/migration_1_4.dox index 0a92072c0..f59827f17 100644 --- a/documentation/src/migration_1_4.dox +++ b/documentation/src/migration_1_4.dox @@ -339,10 +339,10 @@ some of the "old" names have been introduced in early 1.4.0 development. Old Option Name (FLTK 1.3.x) | New Option Name (FLTK 1.4.x) -------------------------------------|------------------------------------ + none (built always) | FLTK_BUILD_FORMS FLTK_BUILD_EXAMPLES | FLTK_BUILD_EXAMPLES FLTK_BUILD_FLTK_OPTIONS | FLTK_BUILD_FLTK_OPTIONS FLTK_BUILD_FLUID | FLTK_BUILD_FLUID -FLTK_BUILD_FORMS | FLTK_BUILD_FORMS FLTK_BUILD_TEST | FLTK_BUILD_TEST FLTK_MSVC_RUNTIME_DLL | FLTK_MSVC_RUNTIME_DLL OPTION_ABI_VERSION | FLTK_ABI_VERSION -- cgit v1.2.3