osrm-backend/contractor
RockLobster 5694aeda5f FIX:
Moved the GeometryCompressor's free_list_maximum into a member variable of the class.
(+UniqueNumber() commented out since it is not being used anywhere in all of OSRM)

There was absolutely no need for free_list_maximum to be a static variable and it caused major issues in my code.
Short description:
- I ran osrm-prepare's Prepare().Process(..) function in my own code multiple times for multiple files
	=> After the first file is done, free_list_maximum is still on the same size, but a new GeometryCompressor will start at a size of 100 again.
	=> Indices broken.
2015-03-05 11:30:52 +01:00
..
contractor.hpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
edge_based_graph_factory.cpp rename variable name 2015-02-06 11:58:41 +01:00
edge_based_graph_factory.hpp - serialize component_id 2014-12-23 16:14:28 +01:00
geometry_compressor.cpp FIX: 2015-03-05 11:30:52 +01:00
geometry_compressor.hpp FIX: 2015-03-05 11:30:52 +01:00
processing_chain.cpp renamed: Util/* -> util/* 2015-01-27 17:47:23 +01:00
processing_chain.hpp renamed: DataStructures/* -> data_structures/* 2014-11-28 12:15:31 +01:00