Skip to content
  1. Jul 01, 2009
  2. Jun 30, 2009
    • Gustavo Zacarias's avatar
      sqlite: bump version · 5818010f
      Gustavo Zacarias authored
      
      
      Closed #333.
      
       * Refactor the internal representation of SQL expressions so that they
         use less memory on embedded platforms.
       * Reduce the amount of stack space used
       * Fix an 64-bit alignment bug on HP/UX and Sparc
       * The sqlite3_create_function() family of interfaces now return
         SQLITE_MISUSE instead of SQLITE_ERROR when passed invalid parameter
         combinations.
       * When new tables are created using CREATE TABLE ... AS SELECT ... the
         datatype of the columns is the simplified SQLite datatype (TEXT, INT,
         REAL, NUMERIC, or BLOB) instead of a copy of the original datatype
         from the source table.
       * Resolve race conditions when checking for a hot rollback journal.
       * The sqlite3_shutdown() interface frees all mutexes under windows.
       * Enhanced robustness against corrupt database files
       * Continuing improvements to the test suite and fixes to obscure bugs
         and inconsistencies that the test suite improvements are uncovering.
      
      Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      5818010f
  3. Jun 29, 2009
  4. Jun 24, 2009
  5. Jun 23, 2009
  6. Jun 22, 2009
  7. Jun 21, 2009
  8. Jun 20, 2009
  9. Jun 19, 2009
  10. Jun 18, 2009
  11. Jun 17, 2009
  12. Jun 16, 2009
  13. Jun 15, 2009
    • Thomas Petazzoni's avatar
      Upgrade classpath version and fix compilation · 67603203
      Thomas Petazzoni authored
       * Upgrade to version 0.98
       * Use --disable-Werror, otherwise it doesn't build since warnings are
         treated as errors
       * Don't depend on tiff, which isn't mandatory, and doesn't
         build. Once tiff is fixed, we can re-add it as a dependency.
      67603203
    • Thomas Petazzoni's avatar
      Improve external toolchain checks · 9456b58a
      Thomas Petazzoni authored
      
      
      This patch adds some checks on the external toolchains.
      
      First, it checks that the C library selection is correct, by looking
      if gcc is able to find the main C library file through the
      -print-file-name option.
      
      Then, it attempts to check if the Buildroot toolchain options match
      the configuration of the toolchain :
      
       * for glibc, it checks that IPv6, RPC, locales, wide-char, large file
         support Buildroot options are enabled, since with glibc all these
         features are always available (at least this is the assumption we
         make) ;
      
       * for uClibc, it checks the Buildroot options with the uClibc
         configuration file in $SYSROOT_DIR/usr/include/bits/uClibc_config.h
      
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      9456b58a
    • Thomas Petazzoni's avatar
      Simple glibc-based external toolchain support · 643aa232
      Thomas Petazzoni authored
      
      
      The current Buildroot works just well with sysrootable glibc
      toolchains, using the external toolchain feature. The only thing that
      needs to be customized is the set of libraries that must be compiled
      to the target.
      
      The following patch takes a simple approach to making it easier for
      users to use glibc toolchains. It just adds a uClibc/glibc choice in
      the external toolchain menu. Then, depending on that selection, the
      configuration system will choose a sane default value for the library
      files list.
      
      The other advantage of having a uClibc/glibc choice is that in the
      future, we'll be able to add checks verifying that the external
      toolchain configuration matches the features selected in Buildroot (in
      terms of IPv6, RPC, locales or large file support).
      
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      643aa232
    • Pwalters's avatar
    • Nigel Kukard's avatar
      dmraid linking against host system fix · 220dca45
      Nigel Kukard authored
      
      
      dmraid is hard coded with -L$(DESTDIR)$(libdir)  which tries to link in
      the host systems' libs
      
      Signed-off-by: default avatarNigel Kukard <nkukard@lbsd.net>
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      220dca45
  14. Jun 14, 2009
  15. Jun 12, 2009
Loading