- Dec 20, 2010
-
-
ilor authored
-
- Dec 14, 2010
-
-
ilor authored
-
- Dec 13, 2010
-
-
ilor authored
initial switch to use shared_ptrs for sentence and chunk objects, ale get rid of the pointless sentence template
-
- Dec 09, 2010
- Dec 08, 2010
- Dec 01, 2010
-
-
Adam Wardynski authored
-
- Nov 30, 2010
-
-
Bartosz Broda authored
-
ilor 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 25, 2010
-
-
ilor authored
-
- Nov 22, 2010
- Nov 21, 2010
-
-
Adam Radziszewski authored
-
- Nov 19, 2010
-
-
Adam Radziszewski authored
-
- Nov 18, 2010
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
ilor authored
-
ilor authored
use the msvc-compatible string() casts instead of the working on gcc, but probably noncompliant, char* to itertor casts
-
ilor 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
-
Adam Wardynski authored
-
ilor authored
-
- Nov 13, 2010
-
-
Adam Wardynski authored
-
Adam Wardynski authored
Looks like there's no conversion between const char* and string::const_iterator on MSVC (actually it sounds safer if you ask me). Anyway, working around that by wrapping const char* around a std::string
-
Adam Wardynski authored
If SIGUSR1 is not defined, skip the code that registers handler for TokenTimer (so yes, it is not fully functional on a system without SIGUSR1).
-
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
-
Adam Wardynski authored
-
- Nov 04, 2010
- Nov 01, 2010
-
-
Adam Radziszewski authored
-
Adam Radziszewski authored
-