1. 20 Tem, 2011 1 kayıt (commit)
  2. 18 Tem, 2011 1 kayıt (commit)
  3. 14 Tem, 2011 3 kayıt (commit)
  4. 13 Tem, 2011 1 kayıt (commit)
  5. 10 Tem, 2011 1 kayıt (commit)
    • Tor Lillqvist's avatar
      iOS hacks · 8112e5ff
      Tor Lillqvist yazdı
      For iOS, the LibreOffice unit tests that normally are built as
      "plugins", i.e. dynamic libraries, are actually built as static
      libraries, because we don't do any dynamic linking of own code on iOS.
      
      Enable giving the "plugin" unit test entry point a different name than
      a fixed "cppunitTestPlugIn", so that several unit tests can be linked
      together into one executable, for simplicity.
      
      Drop the stupid dummy main() function in cppunit plugins. I doubt any
      Unix platform we care for needs it, but drop just for iOS and MacOSX
      for now.
      8112e5ff
  6. 09 Tem, 2011 2 kayıt (commit)
  7. 07 Tem, 2011 1 kayıt (commit)
  8. 30 Haz, 2011 1 kayıt (commit)
  9. 29 Haz, 2011 1 kayıt (commit)
  10. 24 Haz, 2011 1 kayıt (commit)
  11. 23 Haz, 2011 2 kayıt (commit)
  12. 22 Haz, 2011 1 kayıt (commit)
    • Tor Lillqvist's avatar
      Simplify MinGW crack · 981641ae
      Tor Lillqvist yazdı
      Avoid copy-pasting. Just change the pointless use of
      double-underscore-prefixed identifiers __argc and __argv in the getopt
      prototypes (which clashes with stuff from MinGW's stdlib.h,
      apparently) to plain argc and argv for all platforms.
      981641ae
  13. 21 Haz, 2011 1 kayıt (commit)
  14. 20 Haz, 2011 1 kayıt (commit)
  15. 17 Haz, 2011 6 kayıt (commit)
  16. 16 Haz, 2011 2 kayıt (commit)
  17. 15 Haz, 2011 1 kayıt (commit)
  18. 14 Haz, 2011 1 kayıt (commit)
  19. 12 Haz, 2011 1 kayıt (commit)
  20. 11 Haz, 2011 1 kayıt (commit)
  21. 09 Haz, 2011 7 kayıt (commit)
  22. 08 Haz, 2011 1 kayıt (commit)
    • William Lachance's avatar
      Fix raptor to not use xml2-config on Mac · 11e64940
      William Lachance yazdı
      Christian suggested modifying the configure script not to use
      xml2-config/xslt-config at all. Here's a patch which does exactly
      that. I'm not exactly thrilled by the size/complexity of this patch
      for what it does, but at the same time it does seem a bit crazy for
      LO not to build just because libxml is installed in MacPorts (which
      is not uncommon: it's a dependency of ImageMagick for instance).
      11e64940
  23. 06 Haz, 2011 2 kayıt (commit)