resolve dependencies between standard config vars default tip

fix config vars written to config.mk even when they are not initialized for this platform

fix help text and config summary generated even when there are no variables

fix tab vs. spaces problem in project XML files

fix missing blank line after config vars in config.mk

do not evaluate variables when initializing config vars

fix that only overridable vars were initialized

fix that only vars with args were included in makefile

improve libdir detection + don't chicken out when a specified config site does not exist

run compiler detection before trying to correct libdir + check TOOLCHAIN_WSIZE before setting 64bit libdir

improve 64 libdir detection on solaris

fix version number in default project.xml

add full spectrum config var configurations

improve the latest fix for toolchain.sh

fix toolchain.sh compatibility with older shells

add description for options

remove broken support for /opt prefix

fix missing --runstatedir option

add special treatment of sysconfdir, localstatedir, and runstatedir even when no config.site exists

remove unused function from toolchain.sh

fix broken compiler detection when warning level is high - fixes #686

fix minor inaccuracies in toolchain.sh

increase program and project file version

remove check_lib() function in favor of a future solid solution

adjust toolchain.sh for solaris

start development of v0.4.0

Added tag v0.3.0 for changeset 82a1a810db4e

release version 0.3.0 v0.3.0

bump dependency to velocity

fix executing flags producing command (e.g. sdl2-config) twice

add stderr redirect for executing tests

add libdir detection for some special cases - partially resolves issue #440

revert last commit, because it reverted bug fix #570

fix usage of wrong debug/release varnames

revert previous "fix" regarding applying pre-defined flags to target flags (it was correct before)

fix missing spaces between build type flags and already set flags

fix predefined flags not taken into account for non-default targets

add support for wsize in C++ compiler detection

fix typo in compiler detection

more detailed output about build config

fix syntax error in check_cpp_compiler C++ test file

fixes wrong indentation

improve toolchain detection to also get the wordsize and stdc version, issue #439, issue #508

move debug/release flags from target to general flags, fixes #571

add configure command line to config.mk, fixes #563

add command check to check_c_compiler/check_cpp_compiler, because some shells print an error if it doesn't exist

rename debug/release flags, fixes #570

fix that predefined CFLAGS etc. are ignored

add detection for invalid option values - fixes #518

fixes debug/release options only showing when other options are specified - fixes #528

improve error text when option is used without value - fixes #519

add missing version attribute to project.xml example

add draft for website

fix that --update overwrites .mk files - fixes #505

add target data for disabled features - resolves #476

fix configure not emitting target data for features - fixes #478

fix incorrect compatibility check for major versions

add compatibility check - resolves #477

start version 0.3.0

Added tag v0.2.0 for changeset bc096357e324

release version 0.2.0 v0.2.0

add platform attributes to config element

fix hardcoded default for prefix in help text

remove unnecessary double-quotes in vars.mk - fixes #370

minimize application code

validation errors contain line and column number

add shortcut for installation to home

fixes invalid XSD detected by new schema validation

adds schema validation - fixes #291

update license URL to raw file

project metadata cleanup

recreate test script with newest uwproj version

improve toolchain detection

adds documentation for new toolchain attr to XSD

add toolchain attribute - relates to #346

add OpenBSD and NetBSD platform detection

prioritize clang on bsd that is not openbsd

fix tabs in toolchain.sh

add OpenBSD platform detection

allow custom line breaks in help text

add helptext descriptions for features

trim all contents by default - relates to #317

trim indents by default - fixes #317

replace -a with && in configure

fix that a broken configure file is left over when something goes wrong

fix empty dependencies element producing broken configure script - fixes #336

fix duplicate output when checking dependencies

add --init and --update options

arg attribute in option element is required

add support for config.site - fixes #313

remove golden sample tests because they are not needed anymore

start development of version 0.2.0

Added tag v0.1.0 for changeset 7e523ed15146

release version 0.1.0 v0.1.0

fix missing error reporting when all option defaults fail - fixes #299

use ${D} instead of hoping for $$ to always work

add command line options - fixes #303

first version of an XML documentation - fixes #266

remove explicit calls of getters in velocity template

fix special chars in dependency names are breaking configure - fixes #312

do not generate flags when lang is not required - fixes #311

fix missing double-quote - fixes #306

fix wrong EPREFIX when PREFIX is overridden

make alldependencies element work - fixes #304

update test example with recent output of uwproj

simplify code which computes the required languages

fix vars.mk never appended to config.mk

add optional include file for the checklib function - fixes #305

use cc.mk as default if someone does not want to create a separate mk file for every toolchain

fix automatic feature disabling failed when more than one dependency is missing

check compilers before any dependency checks

add basic support for the lang element - fixes #284

add support for cxxflags and fix lang parser

basic implementation of shId()

fix bogus version constraint test - relates to #294

Close Branch configure-evo

merge configure-evo branch

update reference configure scripts configure-evo

simplify parameter substitution configure-evo

removal of failed function in favor what the ancients actually did configure-evo

invert logic of dependency check configure-evo

bring back notisplatform configure-evo

revert to backticks - relates to #283 configure-evo

make configure script svr4 compatible again configure-evo

revert command substitution syntax change (relates to #283) configure-evo

major evolution of configure template - fixes #283 configure-evo

add debug/release options - fixes #285

automatically generate dist files with correct version number - fixes #262

fix failing test

update hgignore

automatically disable default-features if dependencies fail

add support for pkgconf version constraints - fixes #294

add missing shId() in feature var name

make FeatureType.default an xs:boolean - fixes #296

replace type="exec" with exec="true" - fixes #295

add simple SLF4J provider - fixes #292

some more code cleanup

first minor code improvements

add RegressionTest - fixes #264

fix missing initialization of CFLAGS and LDFLAGS when toolchain is unknown - fixes #288

add separating comment to config.mk

copy contents of toolchain.mk instead of including them - fixes #287

fix several unquoted variable uses

fixes several minor potential issues in configure script

dependency tests executed too late - fixes #282

fix mix of spaces and tabs

add check_lib() utility to toolchain.sh

don't use cflags/ldflags directly in the configure script - fixes #281

add XML schema - fixes #267

set minimum Java version to 17

fix missing chmod - close #278

add error handling to install.sh

fix default prefix in help text not being the default but the actual prefix

fix output not using PREFIX variable - fixes #270

add missing double-quotes and use lower-case local variable names - fixes #271

require Java 11 and update dependencies to recent versions

add .idea folder to .hgignore

merge

fix configure should always delete the tmp dir

add PREFIX parameter to install script

fix options

improve posix shell compatibility

fix toolchain detection in case gcc is not available

implement optional (feature) dependencies

fix compiler flag generation

yet another compatibility fix

more configure template fixes

fix toolchain script

fix incompatibility with some unix systems

add c++ compiler detection

add configureable make variables

fix unnamed dependency make code template

add missing source changes

make targets without name and prefix possible

add option for excluding dependencies on specific platforms

add element for adding make code for dependencies

fix general dependencies template

add existing source

(0) tip

mercurial