Skip to content
Snippets Groups Projects
  1. Jul 18, 2012
  2. Jan 25, 2012
  3. Jan 17, 2012
  4. Jan 05, 2012
  5. Dec 27, 2011
  6. Dec 21, 2011
  7. Nov 14, 2011
  8. Oct 11, 2011
  9. Sep 15, 2011
  10. Jul 01, 2011
  11. Jun 02, 2011
  12. May 31, 2011
  13. May 30, 2011
  14. May 24, 2011
  15. May 16, 2011
  16. May 12, 2011
  17. May 10, 2011
  18. May 09, 2011
  19. Apr 19, 2011
  20. Nov 30, 2010
  21. Nov 29, 2010
    • Adam Wardynski's avatar
      Use boost auto-linking feature in MSVC or BORLAND. · 2739b29a
      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.
      2739b29a
  22. Nov 18, 2010
  23. Nov 15, 2010
  24. Nov 13, 2010
  25. Sep 22, 2010
  26. Sep 21, 2010
    • ilor's avatar
      Initial version of the basic functionality split from libmaca. · e862fc89
      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.
      e862fc89