Oliver Hamlet
7b97241d7d
Set v0.10.0 release date
2016-11-06 08:33:38 +00:00
Oliver Hamlet
6a77000839
Update API changelog
2016-11-06 08:33:22 +00:00
Oliver Hamlet
b48d05cab7
Update changelogs
2016-10-29 16:12:38 +01:00
Oliver Hamlet
49580f9a0c
Update changelogs
2016-10-16 18:49:17 +01:00
Oliver Hamlet
00be5fd206
Remove obsolete Error class
2016-10-08 12:21:08 +01:00
Oliver Hamlet
9ea5e31cdf
Replace path_* error codes
...
path_write_fail, path_read_fail and path_not_found are replaced by the
new FileAccessError exception class
2016-10-08 12:21:07 +01:00
Oliver Hamlet
51a2efb129
Add ConditionSyntaxError exception type
...
Thrown when there's a syntax error when parsing a condition.
2016-10-08 12:21:07 +01:00
Oliver Hamlet
a9ddd12e80
Replace no_game_detected error code
...
With a new GameDetectionError exception class.
2016-10-08 12:21:07 +01:00
Oliver Hamlet
2d28e04b36
Replace git_error error code
...
With a new GitStateError exception class.
2016-10-08 12:21:06 +01:00
Oliver Hamlet
1d147aee02
Replace sorting_error error code
...
With a new CyclicInteractionError exception class
2016-10-08 12:21:06 +01:00
Oliver Hamlet
711ba9b59d
Preserve libgit2 error codes
...
Throw a system_error with a libgit2_category error category for errors
that propagate from libgit2.
2016-10-08 12:10:21 +01:00
Oliver Hamlet
5cf7ae14e4
Remove liblo_error error code
...
Instead define a libloadorder_category error category to identify
libloadorder errors. This allows the libloadorder error code to be
preserved, and is more standard-c++-like.
2016-10-08 12:10:21 +01:00
Oliver Hamlet
bd08d55903
Distribute documentation in API archive
2016-09-22 07:52:31 +01:00
Oliver Hamlet
9422c649f1
Format changelogs consistently
2016-09-21 21:24:10 +01:00
Oliver Hamlet
385641f47c
Use same changelog name for API as app and syntax docs
2016-09-21 21:24:10 +01:00
Oliver Hamlet
a10a078f01
Rewrite the main LOOT readme in reST
2016-09-21 21:24:09 +01:00
Oliver Hamlet
4cbc592faa
Simplify building documentation
...
Make it so that doxygen and sphinx-build can both be run from the repo
root. Also change the output folder to mirror the input folder name.
2016-09-19 18:23:39 +01:00
Oliver Hamlet
6809c39df4
Updated changelogs
2016-09-18 13:58:08 +01:00
Oliver Hamlet
4948dd0a7c
Rewrite metadata syntax documentation
...
Rewrite it as reStructuredText so that it can be hosted alongside the
API documentation on Read The Docs, which allows linking to WIP syntax
documentation.
2016-09-18 13:04:23 +01:00
Oliver Hamlet
1292815e48
Rename PluginMessage to SimpleMessage
2016-08-24 08:08:26 +01:00
Oliver Hamlet
15436ad229
Refactor error class into API headers
2016-08-24 08:08:16 +01:00
Oliver Hamlet
02fe9f70d2
Add a readme file for the API
...
That links to the online documentation.
2016-08-24 08:08:15 +01:00
Oliver Hamlet
ec018387ac
Add configuration for Read The Docs integration
2016-08-24 08:08:13 +01:00
Oliver Hamlet
9c04741de2
Update API documentation
...
Implement a new system combining Doxygen with Sphinx using Breathe.
2016-08-24 08:08:12 +01:00