Strahinja Val Markovic 2805b0fe85 Better thread safety in IdentifierCompleter
Everything that needs access to filetype_map_ has been split into a new class
called IdentifierDatabase. This class is thread-safe. Previously, multiple
threads could access filetype_map_ at the same time, some reading things from
it, others writing to it. WTF was I doing? My best guess is that I introduced
this vile stupidity when I added the second thread to IdentifierCompleter;
previously it was impossible for multiple threads to stomp on filetype_map_
because only one thread ever accessed it. I changed that some time ago and
forgot to protect filetype_map_.

Idiot.
2013-05-25 11:43:14 -07:00
..
2013-05-05 09:47:56 -07:00
2013-05-05 09:47:56 -07:00
2013-05-05 09:47:56 -07:00
2013-03-16 12:10:24 -07:00
2013-01-19 20:10:52 -08:00
2013-01-23 17:23:38 -08:00
2013-03-01 22:18:43 -08:00
2013-02-23 15:54:44 -08:00
2013-01-19 20:10:52 -08:00
2013-03-23 10:47:30 -07:00
2012-08-11 19:01:40 -07:00
2013-01-19 20:10:52 -08:00
2013-01-19 20:10:52 -08:00