Releases: joergboe/MakeItSimple
Releases · joergboe/MakeItSimple
Release 4.4.0
RElease 4.3.1
Improved project wizard.
Version corrected
Release 4.3.0
Improved project wizard.
Release 4.2.2
New:
- Project wizard with more defaults
Release 4.2.0
New:
- Integration into the kate project plugin - The project wizard is now able to produce a .kateproject file
- The current warning level is now stored and remembered for the next makefile run.
- Enhancements for module specific variables. Now the form is like: SRC_xxxx_FLAGS.
- For an exisiting project the project wizard now scans the project.mk file and uses the defaults from there.
- Some corrections in the compilation data base generation.
Release 4.1.0
New:
- Project wizard with changed project type order.
- Sort list outputs
- Hide mks files in directory .mktsimple
- Better help texts
- Enable -Wextra in clang warnings
- Better ERROR and WARNING messages
Release 4.0.1
- Project wizard 'mktsimple'
- Install script
- Doc improvements
Release 4.0.0
New:
- Project wizard 'mktsimple'
- Install script
Release 3.3
New Features:
- The scrip now detects the compiler version and users the appropriate warning file,
- Flags for one specific source file,
- Check for min required make version,
- Warnings for version clang-19,
- New C-project makefile ProjectOutPlaceBuildC
- Rename distclean goal to purge
Error Corrections:
- Compilation database re-build after clean in out place build projects,
- Adapt to gnu make version 4.2,
- Create compile database if a new source file is detected,
- Make option --make-always works now
Release 3.2
- This release has updated warning option files for the compilers:
g++-7 g++-12 g++-13 g++-14 clang++-13 clang++-14 clang++-17 clang++-18 - Sanitized configuration storage