1. 31 Ock, 2013 2 kayıt (commit)
  2. 30 Ock, 2013 3 kayıt (commit)
  3. 29 Ock, 2013 2 kayıt (commit)
  4. 28 Ock, 2013 1 kayıt (commit)
  5. 25 Ock, 2013 2 kayıt (commit)
    • Herbert Dürr's avatar
      better classpath control for javac compile runs · 6603c1e8
      Herbert Dürr yazdı
      setting ant's includeantruntime option makes builds more repeatable
      6603c1e8
    • Pedro Giffuni's avatar
      i121421 - Calc's RAND() behaves poorly on most platforms. · 68e4de94
      Pedro Giffuni yazdı
      Replace WH2006 PRNG with the well known Mersenne Twister
      as implemented in Boost. This actually has some drawbacks
      with respect to our previous implementation: we lose the
      nifty seeding and instead use the timer which is
      non-optimal.
      
      The main reason is the speed: MT is said to be at least
      4 times faster.
      
      On the other hand I also moved the WH to the scaddins
      module where it is  used by Calc's RANDBETWEEN function.
      This way we still have the alternative PRNG and we
      drop another use of the unreliable rand from libc. 
      68e4de94
  6. 24 Ock, 2013 2 kayıt (commit)
  7. 23 Ock, 2013 8 kayıt (commit)
  8. 22 Ock, 2013 3 kayıt (commit)
  9. 21 Ock, 2013 4 kayıt (commit)
  10. 19 Ock, 2013 2 kayıt (commit)
  11. 18 Ock, 2013 3 kayıt (commit)
  12. 17 Ock, 2013 5 kayıt (commit)
  13. 16 Ock, 2013 2 kayıt (commit)
  14. 15 Ock, 2013 1 kayıt (commit)