updated gprof task

This commit is contained in:
2025-11-09 23:44:39 +05:00
parent f884925788
commit 7197f09ca4
2 changed files with 10 additions and 6 deletions

View File

@@ -1,9 +1,10 @@
## 2.3.0
+ Added ***project user config***! Read more in `./project.config.user.default`
+ **CONFIG:** Added new file `./project.config.user.default`.
+ **CONFIG:** Changed `cbuild/default_tasks` to `@cbuild/default_tasks`.
+ **CONFIG:** Updated `gprof` task.
+ Changed `include` function: replaced prefix `cbuild/` with `@cbuild/`.
+ **CONFIG:** Changed `cbuild/default_tasks` to `@cbuild/default_tasks`
+ Moved most scripts to `include/`
+ Renamed default config to `./project.config.default`
+ Moved most scripts to `include/`.
+ Renamed default config to `./project.config.default`.
+ Added functions:
+ `file_copy_default_if_not_present()`
+ `replace_var_value_in_script()`