Oliver Hamlet
4f01487bad
Update changelog and version for v0.14.2
0.14.2
2019-01-20 12:18:46 +00:00
Oliver Hamlet
2c9ea2209b
Workaround probable Windows bug in path equivalency checks
...
In Windows, std::filesystem::equivalent throws
std::system_error if a path contains characters that can't be
represented in the system code page (e.g. Windows 1252). This is
undocumented and seems unnecessary as Microsoft's own docs say Windows
paths are stored natively in Unicode, so it sounds like a bug to me.
To work around this, return true early if the path objects are equal,
so std::filesystem::equivalent doesn't need to be called, and catch
system_error if it does need to be called - this may result in false
negatives, but for LOOT's purposes that is fine and is very unlikely
anyway.
2019-01-20 11:02:17 +00:00
Oliver Hamlet
a7bf878269
Update loot-condition-interpreter to v1.2.1
2019-01-20 00:49:34 +00:00
Oliver Hamlet
d908a2b046
Update Boost install script used in Travis CI
2019-01-12 16:33:15 +00:00
Oliver Hamlet
245bc3830c
Update doxygen to 1.8.15 in CI
2019-01-12 16:33:15 +00:00
Oliver Hamlet
7a966d21ef
Update spdlog to v1.3.0
2019-01-12 16:33:15 +00:00
Oliver Hamlet
c8090fe044
Update changelog and version for v0.14.1 release
0.14.1
2018-12-23 11:37:46 +00:00
Oliver Hamlet
31f7465256
Update loot-condition-interpreter to v1.2.0
...
Fixes #45 .
2018-12-23 00:01:13 +00:00
Oliver Hamlet
9d2b2d06d3
Fix release date of metadata syntax v0.14
2018-12-15 17:24:51 +00:00
Oliver Hamlet
2e074a4618
Update changelog and version for 0.14.0 release
0.14.0
2018-12-09 21:59:31 +00:00
Oliver Hamlet
4448153267
Download and extract Doxygen manually on AppVeyor
...
The Chocolatey install is broken because some links changed.
2018-12-09 09:20:39 +00:00
Oliver Hamlet
2fada874dc
Update URL to download Doxygen from for Travis
2018-12-08 21:39:53 +00:00
Oliver Hamlet
9ead05bf1f
Update repository links to account for loot-api -> libloot rename
2018-12-08 21:39:53 +00:00
Oliver Hamlet
33d8e060b7
Update function naming guideline in contributing guide
2018-12-08 16:34:51 +00:00
Oliver Hamlet
5bb20daa82
Rename "LOOT API" to "libloot"
...
To avoid confusion when talking about the library vs. its API. The GitHub
repository has not yet been renamed, so all references to it are
unchanged.
2018-11-17 18:43:07 +00:00
Oliver Hamlet
1e520aff54
Update changelog to include libloadorder update
2018-11-17 18:39:35 +00:00
Oliver Hamlet
93fd4f6e26
Update libloadorder to v12.0.0
...
To fix checking self-consistency when loadorder.txt is not valid
UTF-8. This also adds support for hoisted plugins, but LOOT's
sorting algorithm doesn't yet support them, so it is unused.
2018-11-17 16:49:20 +00:00
Oliver Hamlet
f11c9e9fbf
Fix Bash Tag extraction not cutting off {{BASH: prefix
2018-11-15 08:43:02 +00:00
Oliver Hamlet
62f9000412
Update loot-condition-interpreter to v1.1.1
2018-11-14 21:28:44 +00:00
Oliver Hamlet
5dceba1788
Rename WrinklyNinja to Ortham in GitHub links
...
Also fix the AppVeyor CI link.
2018-11-07 17:07:55 +00:00
Oliver Hamlet
6e5b17ccf0
Fix outdated third-party license info
2018-11-07 17:05:55 +00:00
Oliver Hamlet
26b165437e
Document the product_version() condition function
2018-10-28 08:45:23 +00:00
Oliver Hamlet
fdab90b3f0
Update API docs
2018-10-27 17:26:31 +01:00
Oliver Hamlet
b15d33bf91
Update metadata syntax docs
2018-10-27 17:00:22 +01:00
Oliver Hamlet
d7ec8b1cfc
Update spdlog to v1.2.1
2018-10-27 10:10:17 +01:00