1.5 KiB
1.5 KiB
v7
- added function
resolve_dependenciestolink - added variables
DEPS_BASEDIRandDEPSto config - added script
rebuild_dep.shwhich can be called throughMakefile - added dependency cleaning in
default_tasks/clean.sh - added task
callgrind - added task
no_taskwhich is been set ininit.shwhenTASKis empty - now
STATIC_LIB_FILEstarts with "lib"
v6
build_profiletask was split toprofileandgprof- added task
sanitize - default C++ standard set to
c++11 - added
INCLUDEtodefault.config - moved
LINKER_ARGSto the end of linkage command infunctions.shto properly link static libs - added function
try_delete_dir_or_fileforcleantask - dead code removal in
build_execandbuild_static_lib
v5
- added task
clean - added task
exec_dbg - added task
build_profile - added
-fltooptimization tobuild_exectask - added
-fprofile-usetobuild_exectask - removed default configs loading in
init.sh, now reads just line with version fromcbuild/default.configanddefault.config OBJDIRstructure changed- added error on unknown task in config
- makefile now writes logs to
make_raw.log - added makefile task
fix_log - new comments in scripts and Makefile
- wrapped arguments with quots in scripts
- now you have to add
CPP_ARGStoLINKER_ARGSmanually - added
error(msg)function tofunctions.sh - replaced
printfcalls withmyprintin scripts - added default
.gitignore - added *.log to
.gitignore