Skip to content

Releases: joergboe/MakeItSimple

Release 4.4.0

09 Jan 16:37
Compare
Choose a tag to compare

New:

  • Project type and copy_warnings is now part of the project.mk
  • Project wizard reads now all relevant information from project.mk
  • Default warning level is now 3

RElease 4.3.1

05 Jan 20:17
Compare
Choose a tag to compare

Improved project wizard.
Version corrected

Release 4.3.0

04 Jan 20:48
86850fb
Compare
Choose a tag to compare

Improved project wizard.

Release 4.2.2

13 Dec 18:25
Compare
Choose a tag to compare

New:

  • Project wizard with more defaults

Release 4.2.0

11 Dec 19:59
Compare
Choose a tag to compare

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

04 Dec 17:10
Compare
Choose a tag to compare

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

25 Nov 19:40
Compare
Choose a tag to compare
  • Project wizard 'mktsimple'
  • Install script
  • Doc improvements

Release 4.0.0

22 Nov 14:56
0dffe52
Compare
Choose a tag to compare

New:

  • Project wizard 'mktsimple'
  • Install script

Release 3.3

16 Nov 11:23
Compare
Choose a tag to compare

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

29 Oct 13:40
Compare
Choose a tag to compare
  • 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