Skip to content

Releases: inobulles/bob

v0.2.24

01 May 22:03

Choose a tag to compare

What's Changed

  • common: VERSION define by @obiwac in #122
  • logging: Remove unused progress bar code & align CLICOLOR_FORCE with convention by @obiwac in #124
  • main: Rebuild on version change by @obiwac in #126

Full Changelog: v0.2.23...v0.2.24

v0.2.23

29 Apr 12:09

Choose a tag to compare

What's Changed

  • bsys/meson: Don't fail if Meson says we don't need to reconfigure & reconfigure if Ninja tells us to by @obiwac in #119
  • Linker: Relink if static libraries linked to by -l are modified by @obiwac in #120
  • import/bob.fl: Documentation by @obiwac in #121

Full Changelog: v0.2.22...v0.2.23

v0.2.22

27 Dec 16:29

Choose a tag to compare

What's Changed

Full Changelog: v0.2.21...v0.2.22

v0.2.21

12 Dec 19:34

Choose a tag to compare

What's Changed

  • bsys: Set BOB_PREFIX even when just building by @obiwac in #117

Full Changelog: v0.2.20...v0.2.21

v0.2.20

01 Dec 12:11

Choose a tag to compare

What's Changed

Not super proud of this release, as a lot of new features and not much testing, because I need to get these out and I don't have too much spare time. At least there's a lot more documentation than there was before. At some point I'll organize a hackathon to go through all open issues and TODOs in the code.

  • cmd: Force redirect for commands which need this by @obiwac in #107
  • cmd: stdout pipe is continuously read when waiting for a process to prevent blocking by @obiwac in #109
  • PkgConfig: Add $install_prefix/libdata/pkgconfig to search path by @obiwac in #108
  • Targets by @obiwac in #111
  • Dep: .cd() factory pattern so we can build dependencies from different directories by @obiwac in #113
  • bsys/gmake: Implement (GNU Make) by @obiwac in #115

Full Changelog: v0.2.19...v0.2.20

v0.2.19

31 Aug 16:26

Choose a tag to compare

What's Changed

  • DEBUG envvar for building Bob, Platform.getenv(), and Flamingo update by @obiwac in #102

Full Changelog: v0.2.18...v0.2.19

v0.2.18

08 Aug 21:14
77a8716

Choose a tag to compare

What's Changed

  • PkgConfig: New class for pkg-config by @obiwac in #101

Full Changelog: v0.2.17...v0.2.18

v0.2.17

06 Aug 12:39
147e32c

Choose a tag to compare

Minor bug fixes.

Full Changelog: v0.2.16...v0.2.17

v0.2.16

01 May 20:04

Choose a tag to compare

What's Changed

  • dep-tree: Force whole dependency tree rebuilding if hash file missing by @obiwac in #100
  • class/go: Start work on Go class by @obiwac in #99

Full Changelog: v0.2.15...v0.2.16

v0.2.15

30 Apr 16:17
8957d3f

Choose a tag to compare

What's Changed

  • flamingo: Update by @obiwac in #96
  • deps: Properly go up dependency tree (previously was only building leaves on the first iteration) by @obiwac in #97

Full Changelog: v0.2.14...v0.2.15