From 9473c0bb8d1a69a042e1fd745fb2f76ea0b8ac27 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 4 Aug 2012 14:01:19 +0200 Subject: added google url library --- README.3rdPARTY | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README.3rdPARTY') diff --git a/README.3rdPARTY b/README.3rdPARTY index 15d237c..4f89092 100644 --- a/README.3rdPARTY +++ b/README.3rdPARTY @@ -28,3 +28,22 @@ http://code.google.com/p/streamhtmlparser/ - added constant namespace 'streamhtmlparser' in htmlparser_cpp.h.in htmlparser_cpp.h - changed system includes to "*" - fixed some "error: comma at end of enumerator list [-Werror=pedantic]" + +google-url + +Copyright 2007, Google Inc. + +http://code.google.com/p/google-url/ + +- removed all python and Windows stuff +- flattened hierarchy +- renamed *.cc to *.cpp +- removed a lot of compilation problems: + - illegal external termplate instationations (at least in C98++ they + were illegal) + - superflous commas at end of enumerations + - parameters shadowing member or member functions of classes + - portability checks missing for Windows (TCHAR) + - replaced deprecated strstream with sstream classes + - unused function parameters (spec_len, context) + - tamed some unhandled enums in switches -- cgit v1.2.3-54-g00ecf