1. 03 Eyl, 2017 3 kayıt (commit)
  2. 02 Eyl, 2017 1 kayıt (commit)
  3. 29 Agu, 2017 1 kayıt (commit)
  4. 28 Agu, 2017 1 kayıt (commit)
  5. 27 Agu, 2017 5 kayıt (commit)
  6. 26 Agu, 2017 1 kayıt (commit)
  7. 25 Agu, 2017 2 kayıt (commit)
  8. 23 Agu, 2017 1 kayıt (commit)
  9. 20 Agu, 2017 2 kayıt (commit)
    • Damjan Jovanovic's avatar
      #i127350# - Table design: can't change length of Postgresql char types · 330392f8
      Damjan Jovanovic yazdı
      Add the initial version of a new SDBC driver, for the PostgreSQL database.
      
      Also its build changes: since it needs Apache Commons Lang version 3,
      get configure.ac to check for that, and get that to always build,
      just like our driver does.
      
      Patch by: me
      330392f8
    • Damjan Jovanovic's avatar
      #i32546# - Java UnoRuntime.getUniqueKey/generateOid do not work reliably · 6dd83d1c
      Damjan Jovanovic yazdı
      In the Java UNO bridge, UnoRuntime.generateOid() generated the
      object-specific part of the OID using java.lang.Object.hashCode(),
      which is only 32 bits long, and is commonly overriden and could thus
      return values from an even smaller range, so OID collisions were quite
      likely.
      
      This changes UnoRuntime.generateOid() to use 128 bit UUIDs for the
      object-specific part of the OID, and store these in an object => oid
      java.util.WeakHashMap, making OID collisions almost impossible.
      
      Patch by: me
      Suggested by: Stephan Bergmann (stephan dot bergmann dot secondary at
      googlemail dot com)
      
      6dd83d1c
  10. 19 Agu, 2017 2 kayıt (commit)
  11. 16 Agu, 2017 3 kayıt (commit)
  12. 15 Agu, 2017 3 kayıt (commit)
  13. 09 Agu, 2017 1 kayıt (commit)
    • Damjan Jovanovic's avatar
      Write a main/ant.properties file from main/set_soenv, which can be used in · 4bbb85b0
      Damjan Jovanovic yazdı
      Ant projects to work out settings, locations, and paths to dependencies
      without getting them from a parent build tool (dmake/gbuild), which allows
      Ant projects to build by themselves, independently of AOO, and allows them
      to be cleanly opened in (at least) Eclipse.
      
      Also port main/connectivity's sdbc_hsqldb.jar to use these changes.    
      
      Patch by: me
      4bbb85b0
  14. 05 Agu, 2017 2 kayıt (commit)
  15. 04 Agu, 2017 1 kayıt (commit)
  16. 03 Agu, 2017 1 kayıt (commit)
  17. 02 Agu, 2017 2 kayıt (commit)
  18. 01 Agu, 2017 1 kayıt (commit)
  19. 26 Tem, 2017 1 kayıt (commit)
  20. 23 Tem, 2017 2 kayıt (commit)
  21. 22 Tem, 2017 1 kayıt (commit)
  22. 21 Tem, 2017 1 kayıt (commit)
  23. 19 Tem, 2017 2 kayıt (commit)