Skip to content

Releases: jonpalmisc/emake

Emake 2.0.0

21 Dec 14:55
fb5d310

Choose a tag to compare

  • Raise minimum Python version, remove tomli dependency
  • Move from docopt to typer for CLI

Emake 1.4.0

28 Mar 06:09
4558c87

Choose a tag to compare

  • Rename copy_cc option to move_cc
    • This option now moves compile_commands.json from the build folder to the current directory, rather than copying it. Duplicate compile_commands.json occasionally confused editors and tools.
    • The old copy_cc option is still recognized for compatibility, but still moves the file.

Emake 1.3.1

09 Jun 02:27
99c0e04

Choose a tag to compare

Migrate away from Poetry for packaging, upgrade dependencies

Emake 1.2.0

06 Nov 15:14
4287a4e

Choose a tag to compare

What's Changed

  • Use ebuild as 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

04 Mar 15:09
f2c50d0

Choose a tag to compare

  • Add ability to set environment variables at configure time via configure.env (#3)
  • Use tomllib over tomli on Python ≥ 3.11 (by @TheRealKeto, #5)

Full Changelog: v1.0.1...v1.1.0

Emake 1.0.1

12 Feb 23:23
d5f84c1

Choose a tag to compare

v1.0.1

Split reconfigure flag into hard and soft reconfigure, bump to v1.0.1

Emake 0.2.0

31 Dec 01:01
1855e69

Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

Emake 0.1.0

31 Dec 01:00
e099007

Choose a tag to compare

v0.1.0

Add minimal install instructions