Skip to content

Releases: danielbarter/mini_compile_commands

v0.6

24 Oct 15:39
Compare
Choose a tag to compare

Improved error reporting when server fails to start.

mini compile commands build hook

07 Apr 22:55
Compare
Choose a tag to compare

Added a build hook so compile_commands.json files can be generated while building a derivation.

v0.4

18 Dec 18:20
Compare
Choose a tag to compare

Fixed issue where C++ standard library headers were not being passed as command line arguments for GCC. See #1

v0.3

03 Nov 02:47
Compare
Choose a tag to compare

Added support for projects using flakes

v0.2

29 Oct 18:42
Compare
Choose a tag to compare

cc-wrapper-hook merged into nixpkgs. Will appear in unstable channel soon. Have moved the mini-compile-command derivation into this repo since it will be easier to keep in sync with the rest of the code. This slightly complicates the usage, but will make long term maintenance easier

v0.1

26 Sep 19:22
Compare
Choose a tag to compare

Initial release!