summaryrefslogtreecommitdiff
path: root/README.3rdPARTY
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-04 14:01:19 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-04 14:01:19 +0200
commit9473c0bb8d1a69a042e1fd745fb2f76ea0b8ac27 (patch)
treef88532f9adc9d15514f484cdf65e21c78d72e480 /README.3rdPARTY
parent4029e28c299049e19972556eeb22cf6d15147eab (diff)
downloadcrawler-9473c0bb8d1a69a042e1fd745fb2f76ea0b8ac27.tar.gz
crawler-9473c0bb8d1a69a042e1fd745fb2f76ea0b8ac27.tar.bz2
added google url library
Diffstat (limited to 'README.3rdPARTY')
-rw-r--r--README.3rdPARTY19
1 files changed, 19 insertions, 0 deletions
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 <streamhtmlparser/*> 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