Skip to content

Releases: TheMilkies/Cate

2.9.6

24 Oct 22:00
Compare
Choose a tag to compare
  • Added mkdir(String)
  • Fixed the bug where it fails to build a single file project without linking
  • Now you can disable the pointless security measure... that saved us a few times 👍
    This is the last Cate update for a while.

Cate 2.9.5

12 Jun 17:47
Compare
Choose a tag to compare

2.9.5

Finally, subcate is ready for most things!
also some performance things

Cate 2.9.4

11 Jun 10:46
Compare
Choose a tag to compare

Just some small optimizations! it's also a bit smaller now!

Cate 2.9.3

29 Apr 12:34
Compare
Choose a tag to compare
  • Finally fixed the library name bug.
  • Fixed the bug where it prints after running the command.
  • Added the -n flag for "always deny install"

Cate 2.9.2

12 Apr 13:32
Compare
Choose a tag to compare

Cate v2.9.2

New:

  • Can now detect some malicious intents (like rm -rf /)
  • Now default catefile is highlighted in list.
  • Dry run (-d flag)

Cate 2.9.1

24 Mar 22:07
Compare
Choose a tag to compare

New

  • You can now use cc to refer instead of compiler
  • Forcefully rebuilding and cleaning will only delete the class's object files, the directory will be unaffected.

Fixes

  • It loads the global values by default and doesn't override yours
  • Installing now Works.

Cate 2.9

11 Mar 12:33
Compare
Choose a tag to compare

bug fixes and now you can install()!

Cate 2.8.1

06 Mar 11:30
Compare
Choose a tag to compare

New

  • Now you can build multiple targets with a single command!
  • You can now make OS-specific targets with Catel!
  • Global now also has smol and threading

2.8

06 Jan 09:31
Compare
Choose a tag to compare
2.8

Added:

  • global
  • the option to recurse like {"this/*.c"}
  • the option to recurse over libraries
  • automatic file name change for the two library types

Fixed

  • clean bug
  • relink bug

2.7.0 Subcatering

02 Dec 11:49
Compare
Choose a tag to compare

Subcate is finally ready!

You can now call a new Cate instance from within Cate. useful for libraries

subcate("static")
subcate("dynamic")

Other changes

  • Cate can now skip missing )s
  • A few better errors