mkvtoolnix/lib
Moritz Bunkus 8bcc286dfc
refactoring: no 'using namespace …' in header files
It is dangerous insofar as it pollutes an immense number of source
files. For example, utf8cpp's stuff uses relative namespace
names (e.g. `utf8::some_type`). If `using namespace libebml` is in
effect, then this clashes with `libebml::utf8` which is a typedef for
`unsigned char`, causing compiler errors.
2018-06-15 17:45:22 +02:00
..
avilib-0.6.10 refactoring: no 'using namespace …' in header files 2018-06-15 17:45:22 +02:00
boost common: fix compilation with older versions of Boost 2015-05-09 11:34:03 +02:00
libebml@87b4d4f787 update libEBML to v1.3.6, libMatroska to v1.4.9 2018-04-20 20:37:55 +02:00
libmatroska@2cf0198cf3 update libEBML to v1.3.6, libMatroska to v1.4.9 2018-04-20 20:37:55 +02:00
librmff build system: remove preliminary support for coremake 2012-12-25 11:49:38 +01:00
nlohmann-json nlohmann JSON: don't use std::snprintf 2018-06-08 23:11:53 +02:00
pugixml pugixml: update to v1.9 (git revision e584ea3) 2018-06-08 22:17:08 +02:00
utf8-cpp build system: remove preliminary support for coremake 2012-12-25 11:49:38 +01:00
Rakefile