log Makefile.gen @ 678:7e207f1023d9

age author description
Sat, 29 Feb 2020 12:19:02 +0200 Matti Hamalainen Split stdio and memio stuff to separate files from th_stdio.c
Tue, 21 Jan 2020 07:16:18 +0200 Matti Hamalainen Improve the experimental regex matching debugging macros.
Thu, 16 Jan 2020 18:45:41 +0200 Matti Hamalainen Disable regex stuff from normal builds.
Thu, 16 Jan 2020 01:09:00 +0200 Matti Hamalainen Initial commit of the highly experimental and unfinished regular expression
Wed, 15 Jan 2020 11:37:30 +0200 Matti Hamalainen Fix building of 'tests'.
Sun, 12 Jan 2020 18:03:47 +0200 Matti Hamalainen Add new compile-time optional th_optarg struct field o_arg for specifying the option argument description/name. TH_USE_OPT_ARG must be defined at compile time.
Mon, 06 Jan 2020 21:31:13 +0200 Matti Hamalainen Typecast to void* to silence a silly clang-9 warning.
Mon, 06 Jan 2020 12:39:44 +0200 Matti Hamalainen Rename EXEEXT to BINEXT in the build system.
Mon, 09 Jul 2018 07:29:33 +0300 Matti Hamalainen Build th_file module.
Mon, 02 Jul 2018 00:01:50 +0300 Matti Hamalainen Improve build system.
Fri, 07 Apr 2017 02:48:31 +0300 Matti Hamalainen Improve the build system.
Tue, 31 May 2016 16:16:04 +0300 Matti Hamalainen Fix build for older GCC versions.
Wed, 09 Mar 2016 14:03:10 +0200 Matti Hamalainen Split some build stuff into Makefile.inc
Wed, 09 Mar 2016 13:55:48 +0200 Matti Hamalainen Make build process less noisy.
Wed, 09 Mar 2016 13:42:24 +0200 Matti Hamalainen Fix build process for parallel make.
Wed, 09 Mar 2016 13:23:24 +0200 Matti Hamalainen Improve build rule for th_string.c depencies.
Wed, 09 Mar 2016 13:03:05 +0200 Matti Hamalainen Improve build process.
Wed, 09 Mar 2016 10:53:45 +0200 Matti Hamalainen Adjust build flags.
Thu, 03 Mar 2016 11:45:23 +0200 Matti Hamalainen Move the debug/test defines to main Makefile.gen
Mon, 22 Feb 2016 23:42:29 +0200 Matti Hamalainen Don't run 'check' target through 'all'.
Mon, 22 Feb 2016 21:56:23 +0200 Matti Hamalainen Split some things to a template file th_printf1.c
Mon, 22 Feb 2016 18:43:46 +0200 Matti Hamalainen Fix build.
Mon, 22 Feb 2016 16:04:14 +0200 Matti Hamalainen Fix 'make check'. :S
Mon, 22 Feb 2016 16:01:04 +0200 Matti Hamalainen Add 'make check' target.
Wed, 17 Feb 2016 15:38:33 +0200 Matti Hamalainen Build all modules.
Tue, 16 Feb 2016 21:28:00 +0200 Matti Hamalainen Start of a very simplistic unit test suite. Initially handling just printf()