Aegisub/libaegisub
Thomas Goyne 7fc78d40ab Switch from boost::ptr_vector to a vector of unique_ptr
ptr_vector hasn't been updated for C++11, so despite being specifically
designed to store pointers to objects it's less safe and not really any
easier to use than a regular vector of unique_ptrs
2014-04-14 13:52:14 -07:00
..
ass Use read_file_mapping for reading attachments 2014-03-21 07:44:22 -07:00
common Remove array indexing from UnknownElement 2014-04-01 09:19:30 -07:00
include/libaegisub Switch from boost::ptr_vector to a vector of unique_ptr 2014-04-14 13:52:14 -07:00
osx Fix crash on empty progress title on OS X 2014-03-26 09:24:47 -07:00
unix Remove old cruft from the precompiled headers 2014-03-21 15:02:12 -07:00
windows Use boost.interprocess's mmap wrapper in the PCM provider 2014-03-20 20:25:44 -07:00
Makefile Use read_file_mapping for reading attachments 2014-03-21 07:44:22 -07:00
config.h Move everything up a level since the root dir no longer has stuff 2014-03-11 12:14:57 -07:00
lagi_pre.h Remove old cruft from the precompiled headers 2014-03-21 15:02:12 -07:00