Skip to content

Releases: BraedonWooding/LLV

Single Source Header Support

31 Jan 05:32
9cbb92b
Compare
Choose a tag to compare

Download llv.h as the single source header

v1.1 - Stability Patches

13 Jan 22:25
8d307e6
Compare
Choose a tag to compare

Main Changelog

  • A ton of stability patches
  • Some renaming of things (vector -> list)

v1.0 - First Release

11 Jan 10:20
Compare
Choose a tag to compare

This is just so I can at-least state a first release, there may still be bugs but I'll be chucking in a ton more tests over the next little while to iron them out!

Remember use the install script (details under readme) to install.

1.0.1/1.0.2

  • Just had a few bugs from me updating the names to lowercase (to fix any problems on windows) which resulted in (you guessed it) a few issues with git not handling it right, so a lot of work to fix that.
  • Also updated tests to use system path forgetting that updating system path on travis is annoying as hell.