From: Niki Roo Date: Tue, 2 Jul 2024 14:35:52 +0000 (+0200) Subject: Merge branch 'c-master' of git.nikiroo.be:workspace/template X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=f0f6a394f7c40db75029af2ba8d898b02341bf8a;p=cutils.git Merge branch 'c-master' of git.nikiroo.be:workspace/template --- f0f6a394f7c40db75029af2ba8d898b02341bf8a diff --cc Doxyfile index bb9f351,cd944e0..eb3b8e9 --- a/Doxyfile +++ b/Doxyfile @@@ -1,5 -1,14 +1,14 @@@ # Doxyfile 1.8.13 + # Minimum required fields: -PROJECT_NAME = "Program name" -PROJECT_BRIEF = "Small description" -INPUT = src/xxx ++PROJECT_NAME = "Small C utilities" ++PROJECT_BRIEF = "Some small utilities written in C, as a helper library" ++INPUT = src/cutils + STRIP_FROM_PATH = src + OPTIMIZE_OUTPUT_FOR_C = YES + OPTIMIZE_OUTPUT_JAVA = NO + FILE_PATTERNS = *.h + # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. # diff --cc Makefile index 58ae224,790beea..428b233 --- a/Makefile +++ b/Makefile @@@ -4,10 -4,12 +4,12 @@@ # > NAMES: list of all the programs to compile # > TESTS: list of all test programs to compile and run # -NAME = program -NAMES = $(NAME) program2 -TESTS = tests-program +NAME = cutils +NAMES = $(NAME) +TESTS = tests-cutils + ################################################################################ + # You may override these when calling make PREFIX = /usr/local dstdir = bin diff --cc changelog.md index 0000000,ac7d779..6f49a96 mode 000000,100644..100644 --- a/changelog.md +++ b/changelog.md @@@ -1,0 -1,9 +1,8 @@@ + # Program + -## Version WIP ++## Version 2.0.0 + -- new: something new -- new: something else new -- changed: something is not the same anymore -- fix: fix/correction of a bug ++- changed: launcher is renamed into check/launcher ++- changed: launcher works differently regarding the main function ++- changed: print.h uses different macro and functions +