Releases: jonpalmisc/emake
Releases · jonpalmisc/emake
Emake 2.0.0
- Raise minimum Python version, remove
tomlidependency - Move from
docopttotyperfor CLI
Emake 1.4.0
- Rename
copy_ccoption tomove_cc- This option now moves
compile_commands.jsonfrom the build folder to the current directory, rather than copying it. Duplicatecompile_commands.jsonoccasionally confused editors and tools. - The old
copy_ccoption is still recognized for compatibility, but still moves the file.
- This option now moves
Emake 1.3.1
Migrate away from Poetry for packaging, upgrade dependencies
Emake 1.2.0
What's Changed
- Use
ebuildas the new default build directory - Use benedict for better settings parsing/handling by @TheRealKeto in #6
- Add layered configuration support by @TheRealKeto in #8
Full Changelog: v1.1.0...v1.2.0
Emake 1.1.0
- Add ability to set environment variables at configure time via
configure.env(#3) - Use
tomllibovertomlion Python ≥ 3.11 (by @TheRealKeto, #5)
Full Changelog: v1.0.1...v1.1.0
Emake 1.0.1
v1.0.1 Split reconfigure flag into hard and soft reconfigure, bump to v1.0.1
Emake 0.2.0
Full Changelog: v0.1.0...v0.2.0
Emake 0.1.0
v0.1.0 Add minimal install instructions