28 Commits

Author SHA1 Message Date
edb78d5fb4 Upgraded to actix-web 4, rust 1.80 2024-08-11 15:20:34 +02:00
41a02a1d5c Specify toolchain version and update libraries
This prevents compilation issues with newer standard libraries.
2024-08-09 11:56:01 +02:00
8eb533afc8 Adding documentation
* Adding script to generate and upload documentation.
 * Updated some dependencies.
v1.0
2020-04-02 10:20:58 +02:00
781b7d1c10 Remove the ironsea_store modules itself. 2020-03-18 17:34:38 +01:00
baa92f860e Removing dependency on ironsea_store 2020-03-17 17:05:34 +01:00
9012beffc2 Revert "Adding converter to SolR json format"
This reverts commit 2925c0879e.
2020-03-16 13:55:57 +01:00
2925c0879e Adding converter to SolR json format 2020-03-16 13:54:29 +01:00
ecb83d90e9 Fix broken reference to mercator_parser 2020-03-16 13:50:23 +01:00
5244bfeef9 Optimisations and fixes
* Enable LTO for the indexer
 * Add a missing unwrap while serializing an index.
alpha-4
2020-01-31 09:20:09 +01:00
e75debc2fb Dependencies updates, new features, code cleanup
* Removed unused local crates ironsea_store_*
 * Updated dependencies
 * Added whenever possible '#![forbid(unsafe_code)]' annotations
 * Added support for MeshViewer XYZ format
 * Improved JSON efficiency by making more succinct.
 * Code cleanup to reduce the number of clippy warnings
2020-01-21 11:21:38 +01:00
2629310330 Update to latest version of dependences. 2019-11-14 16:05:25 +01:00
12457de029 Optimisations 2019-11-14 15:33:19 +01:00
1fa62e485b Clarifications in the quickstart guide 2019-11-13 10:30:25 +01:00
6d93a031e6 Reducing again the number of allocations alpha-3 2019-10-31 15:21:51 +01:00
ff96c95dcf Remove forgotten Table references 2019-10-30 22:20:08 +01:00
a545d6b03d Index API updates
* Reduce the number of allocations
 * Remove Table & VectorTable crates
2019-10-30 21:42:04 +01:00
8f796b819d Enable Link Time Optimisations (LTO) 2019-10-30 15:31:09 +01:00
136e5b42b6 Fix documentation 2019-10-23 10:39:08 +02:00
c4b2bd2fe2 Adding features
* Support for multi-resolution indexes
 * Support for ViewPort as an extra parameter to automatically select
   the index resolution
 * Take into account axis units while converting between spaces.
alpha-2
2019-10-18 12:31:51 +02:00
0944f8f436 Fix indexing & Documentation updates 2019-10-10 15:34:00 +02:00
4cbbdd9b97 Don't forget to initialize cells[0] 2019-10-09 22:05:22 +02:00
2d6ac152b6 USe HashSet to build dictionnaries 2019-10-09 21:31:08 +02:00
4dc26d3a7b Reduced allocations, implemented Hash for SpaceObject alpha-1 2019-10-08 12:39:33 +02:00
74234f9e84 Support multiple Cores 2019-10-04 20:01:53 +02:00
fbeec466bc Updates
* Refactored parameters in mercator_db
 * Upgraded actix_web to 1.0+
 * Added API JSON parameters support
 * Introduced versionning of the REST API
2019-10-03 14:54:33 +02:00
647b88cdc4 Initial commit 2019-09-16 18:09:21 +02:00
37a4432dde Ignore generated files 2019-09-04 11:05:07 +02:00
ecf73d9948 Licenses and acknowledgements 2019-09-04 10:12:35 +02:00