- May 24, 2011
-
-
ilor authored
-
- May 16, 2011
-
-
ilor authored
-
- May 12, 2011
- May 10, 2011
-
-
Adam Radziszewski authored
-
- May 09, 2011
-
-
Paweł Kędzia authored
-
- Apr 19, 2011
-
-
ilor authored
-
Adam Radziszewski authored
-
- Nov 30, 2010
-
-
Bartosz Broda authored
-
- Nov 29, 2010
-
-
Adam Wardynski authored
That should finally solve the issues of static vs dynamic libraries conflicts that were arising when we tried to dynamically link boost DLLs but didn't do anything about auto-linking feature that wanted to link static libs. ATM I left the default static linking on due to some warnings about using non-DLL interfaced classes in classes that have DLL interfaces.
-
- Nov 18, 2010
-
-
Adam Wardynski authored
-
- Nov 15, 2010
-
-
Adam Wardynski authored
Leave defaults for linking Boost libraries on non-WIN32. WIN32 atm needs to link to static libraries for some reason.
-
Adam Wardynski authored
-
- Nov 13, 2010
-
-
Adam Wardynski authored
Make add_library use default setting which is set to SHARED libs for anything but WIN32. WIN32 libs are going to be STATIC until external API is specifically defined (Windows' DLLs export nothing by default, UNIX shared libs export everything)
-
Adam Wardynski authored
-
- Sep 22, 2010
-
-
ilor authored
-
- Sep 21, 2010
-
-
ilor authored
Libcorpus2 now contains the base strructures (tokens etc), their I/O and related classes. Libpwrutils (name TBD) contains basic building blocks common to all tagger-related libraries Tagset-tool only needs libcorpus, so was brough here as well.
-