Merge branch 'c-master' of git.nikiroo.be:workspace/template
authorNiki Roo <niki@nikiroo.be>
Tue, 2 Jul 2024 14:35:52 +0000 (16:35 +0200)
committerNiki Roo <niki@nikiroo.be>
Tue, 2 Jul 2024 14:35:52 +0000 (16:35 +0200)
1  2 
Doxyfile
Makefile
changelog.md

diff --cc Doxyfile
index bb9f351db7b4a5635c17724838e3f7c4db9970cc,cd944e02c5466d44dcba7949cacbe700f5ea3375..eb3b8e939403f1f33211ea42e6564571b76f6a58
+++ b/Doxyfile
@@@ -1,5 -1,14 +1,14 @@@
  # Doxyfile 1.8.13
  
 -PROJECT_NAME           = "Program name"
 -PROJECT_BRIEF          = "Small description"
 -INPUT                  = src/xxx 
+ # Minimum required fields:
++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 58ae2246dda66cb06a6907ad5e7d9d164fc51a23,790beea3a6d2827fa2cd1f954dfb320070ad34b9..428b233929711fc1b7ef8ccade9919daed3e1954
+++ 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 0000000000000000000000000000000000000000,ac7d779e33c5ece4d67b164ddb8f3b5fa8ca45c9..6f49a968cf65843912f9110aee79b58e8523a3f3
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,9 +1,8 @@@
 -## Version WIP
+ # Program
 -- new: something new
 -- new: something else new
 -- changed: something is not the same anymore
 -- fix: fix/correction of a bug
++## Version 2.0.0
++- changed: launcher is renamed into check/launcher
++- changed: launcher works differently regarding the main function
++- changed: print.h uses different macro and functions