Dennis Luxen
|
881041800b
|
remove superflous include
|
2014-09-23 09:41:28 +02:00 |
|
alex85k
|
15adcd24be
|
Remove extra mutex unlocking in ConcurrentQueue.h
As discussed in https://github.com/DennisOSRM/Project-OSRM/pull/998 , unlocking the mutex is performed on destruction. Second unlocking gives an assertion (for debug version) for Windows and FreeBSD 10.
|
2014-06-04 18:01:48 +06:00 |
|
Dennis Luxen
|
15a95ff425
|
remove superflous includes
|
2014-05-08 15:49:32 +02:00 |
|
Dennis Luxen
|
37b8f97d60
|
C++11 migration:
- use lambda functions instead of binding member functions
- replace boost::mutex by STLs <mutex>
- reformat according to new guidelines
|
2014-05-08 15:47:48 +02:00 |
|
Dennis Luxen
|
e12ad48822
|
migrate DataStructures to C++11
|
2014-05-07 18:39:16 +02:00 |
|
Dennis Luxen
|
64720c2d2e
|
several lints fixed that were detected by facebook's flint
|
2014-04-21 17:40:07 +02:00 |
|
Dennis Luxen
|
29499f21c5
|
License change to (simplified) 2-clause BSD. Good riddance, AGPL
|
2013-10-14 13:42:28 +02:00 |
|
Dennis Luxen
|
aba078a9d8
|
Refactoring internal style of ConcurrentQueue
|
2013-08-16 17:09:04 +02:00 |
|
DennisOSRM
|
94657a3258
|
Implements a shared-memory parallel LUA scripting engine using OpenMP.
See issue #506
|
2012-11-19 19:04:59 +01:00 |
|
DennisOSRM
|
03deda313a
|
Restructured concurrent FIFO queue to use a circular buffer. Thx to the
guys from last week for asking about such a thing.
|
2012-04-06 15:07:28 +02:00 |
|
DennisOSRM
|
7983063d05
|
Reimplemented ConcurrentQueue with a circular buffer from boost library.
Gives about 10% faster raw parsing performance.
|
2012-04-06 14:33:15 +02:00 |
|
DennisOSRM
|
c6f6a7baed
|
Coding style adapted, removed locks on const (read-only) functions
|
2011-11-11 11:02:16 +01:00 |
|
Project OSRM
|
1bac501cbd
|
Fixes ticket #23
|
2011-11-09 16:16:54 +01:00 |
|
Sasa Ivetic
|
63e8793c7f
|
Moved Concurrent Queue class into its own file
|
2011-10-14 12:02:40 -05:00 |
|