An error occurred fetching the project authors.
  1. 11 May, 2006 1 commit
    • unknown's avatar
      performing a set of bk mv on each CMakeLists.txt file to try and restore the... · 2dce7ff6
      unknown authored
      performing a set of bk mv on each CMakeLists.txt file to try and restore the mixed case filenames since this seems to be required with Cmake 2.4 beta 1.
      This is being pushed to a private tree and tested before being sent to the mainline.
      
      
      client/CMakeLists.txt:
        Rename: client/cmakelists.txt.tmp -> client/CMakeLists.txt
      libmysql/CMakeLists.txt:
        Rename: libmysql/cmakelists.txt.tmp -> libmysql/CMakeLists.txt
      libmysqld/CMakeLists.txt:
        Rename: libmysqld/cmakelists.txt.tmp -> libmysqld/CMakeLists.txt
      sql/CMakeLists.txt:
        Rename: sql/cmakelists.txt.tmp -> sql/CMakeLists.txt
      zlib/CMakeLists.txt:
        Rename: zlib/cmakelists.txt.tmp -> zlib/CMakeLists.txt
      extra/CMakeLists.txt:
        Rename: extra/cmakelists.txt.tmp -> extra/CMakeLists.txt
      tests/CMakeLists.txt:
        Rename: tests/cmakelists.txt.tmp -> tests/CMakeLists.txt
      extra/yassl/CMakeLists.txt:
        Rename: extra/yassl/cmakelists.txt.tmp -> extra/yassl/CMakeLists.txt
      extra/yassl/taocrypt/CMakeLists.txt:
        Rename: extra/yassl/taocrypt/cmakelists.txt.tmp -> extra/yassl/taocrypt/CMakeLists.txt
      storage/heap/CMakeLists.txt:
        Rename: storage/heap/cmakelists.txt.tmp -> storage/heap/CMakeLists.txt
      storage/myisam/CMakeLists.txt:
        Rename: storage/myisam/cmakelists.txt.tmp -> storage/myisam/CMakeLists.txt
      storage/myisammrg/CMakeLists.txt:
        Rename: storage/myisammrg/cmakelists.txt.tmp -> storage/myisammrg/CMakeLists.txt
      storage/csv/CMakeLists.txt:
        Rename: storage/csv/cmakelists.txt.tmp -> storage/csv/CMakeLists.txt
      storage/innobase/CMakeLists.txt:
        Rename: storage/innobase/cmakelists.txt.tmp -> storage/innobase/CMakeLists.txt
      server-tools/instance-manager/CMakeLists.txt:
        Rename: server-tools/instance-manager/cmakelists.txt.tmp -> server-tools/instance-manager/CMakeLists.txt
      libmysqld/examples/CMakeLists.txt:
        Rename: libmysqld/examples/cmakelists.txt.tmp -> libmysqld/examples/CMakeLists.txt
      vio/CMakeLists.txt:
        Rename: vio/cmakelists.txt.tmp -> vio/CMakeLists.txt
      dbug/CMakeLists.txt:
        Rename: dbug/cmakelists.txt.tmp -> dbug/CMakeLists.txt
      strings/CMakeLists.txt:
        Rename: strings/cmakelists.txt.tmp -> strings/CMakeLists.txt
      regex/CMakeLists.txt:
        Rename: regex/cmakelists.txt.tmp -> regex/CMakeLists.txt
      mysys/CMakeLists.txt:
        Rename: mysys/cmakelists.txt.tmp -> mysys/CMakeLists.txt
      storage/archive/CMakeLists.txt:
        Rename: storage/archive/cmakelists.txt.tmp -> storage/archive/CMakeLists.txt
      storage/bdb/CMakeLists.txt:
        Rename: storage/bdb/cmakelists.txt.tmp -> storage/bdb/CMakeLists.txt
      storage/blackhole/CMakeLists.txt:
        Rename: storage/blackhole/cmakelists.txt.tmp -> storage/blackhole/CMakeLists.txt
      storage/example/CMakeLists.txt:
        Rename: storage/example/cmakelists.txt.tmp -> storage/example/CMakeLists.txt
      CMakeLists.txt:
        Rename: cmakelists.txt.tmp -> CMakeLists.txt
      2dce7ff6
  2. 16 Mar, 2006 3 commits
    • unknown's avatar
    • unknown's avatar
      CMake Windows comp_error dependency fix after last push. · 40eb9b87
      unknown authored
      extra/cmakelists.txt:
        Another attempt at fixing the comp_err/GenError dependency problem.
      sql/cmakelists.txt:
        Another attempt at fixing the comp_err/GenError dependency problem.
      client/cmakelists.txt:
        Another attempt at fixing the comp_err/GenError dependency problem.
      libmysql/cmakelists.txt:
        Another attempt at fixing the comp_err/GenError dependency problem.
      server-tools/instance-manager/cmakelists.txt:
        Another attempt at fixing the comp_err/GenError dependency problem.
      40eb9b87
    • unknown's avatar
      Fix Windows CMake dependency problem. · 6091d5c7
      unknown authored
      client/cmakelists.txt:
        Fix dependency problem with the old GenError target.
      extra/cmakelists.txt:
        Fix dependency problem with the old GenError target.
      libmysql/cmakelists.txt:
        Fix dependency problem with the old GenError target.
      server-tools/instance-manager/cmakelists.txt:
        Fix dependency problem with the old GenError target.
      sql/cmakelists.txt:
        Fix dependency problem with the old GenError target.
      win/README:
        Fix dependency problem with the old GenError target.
      6091d5c7
  3. 15 Mar, 2006 1 commit
    • unknown's avatar
      Moved cmake scripts into the proper directories · 66f7f086
      unknown authored
      sql/cmakelists.txt:
        Rename: sql/sql -> sql/cmakelists.txt
      zlib/cmakelists.txt:
        Rename: win/cmakefiles/zlib -> zlib/cmakelists.txt
      vio/cmakelists.txt:
        Rename: win/cmakefiles/vio -> vio/cmakelists.txt
      regex/cmakelists.txt:
        Rename: win/cmakefiles/regex -> regex/cmakelists.txt
      mysys/cmakelists.txt:
        Rename: win/cmakefiles/mysys -> mysys/cmakelists.txt
      cmakelists.txt:
        Rename: win/cmakefiles/base -> cmakelists.txt
      dbug/cmakelists.txt:
        Rename: win/cmakefiles/dbug -> dbug/cmakelists.txt
      strings/cmakelists.txt:
        Rename: win/cmakefiles/strings -> strings/cmakelists.txt
      libmysql/cmakelists.txt:
        Rename: win/cmakefiles/libmysql -> libmysql/cmakelists.txt
      client/cmakelists.txt:
        Rename: win/cmakefiles/client -> client/cmakelists.txt
      extra/cmakelists.txt:
        Rename: win/cmakefiles/extra -> extra/cmakelists.txt
      tests/cmakelists.txt:
        Rename: win/cmakefiles/tests -> tests/cmakelists.txt
      server-tools/instance-manager/cmakelists.txt:
        Rename: win/cmakefiles/im -> server-tools/instance-manager/cmakelists.txt
      storage/heap/cmakelists.txt:
        Rename: win/cmakefiles/heap -> storage/heap/cmakelists.txt
      storage/myisam/cmakelists.txt:
        Rename: win/cmakefiles/myisam -> storage/myisam/cmakelists.txt
      storage/myisammrg/cmakelists.txt:
        Rename: win/cmakefiles/myisammrg -> storage/myisammrg/cmakelists.txt
      storage/bdb/cmakelists.txt:
        Rename: win/cmakefiles/bdb -> storage/bdb/cmakelists.txt
      storage/innobase/cmakelists.txt:
        Rename: win/cmakefiles/innobase -> storage/innobase/cmakelists.txt
      extra/yassl/cmakelists.txt:
        Rename: win/cmakefiles/yassl -> extra/yassl/cmakelists.txt
      extra/yassl/taocrypt/cmakelists.txt:
        Rename: win/cmakefiles/taocrypt -> extra/yassl/taocrypt/cmakelists.txt
      BitKeeper/deleted/.del-deploy.bat~f6b42340:
        Delete: win/cmakefiles/deploy.bat
      66f7f086
  4. 04 Mar, 2006 1 commit
    • unknown's avatar
      Some cmake script fixes · 8f84c9f9
      unknown authored
      win/cmakefiles/client:
        fix dependencies
      win/cmakefiles/libmysql:
        fix dependencies
      win/cmakefiles/regex:
        removed definitions defined here.  They are defined globally
      win/cmakefiles/strings:
        removed definitions defined here.  They are defined globally
      win/cmakefiles/tests:
        fixed dependencies
      win/cmakefiles/vio:
        removed definitions defined here.  They are defined globally
      win/cmakefiles/zlib:
        removed definitions defined here.  They are defined globally
      8f84c9f9
  5. 24 Feb, 2006 1 commit
  6. 10 Feb, 2006 1 commit
  7. 08 Feb, 2006 1 commit
    • unknown's avatar
      cmakefiles cleanup · a9ccd2d8
      unknown authored
      win/cmakefiles/base:
        add flag for diabling insecure crt functions warning
      win/cmakefiles/client:
        add dependency to GenError to make sure the error files are made
      win/cmakefiles/extra:
        add custom target to run comp_err
      win/cmakefiles/sql:
        removed comp_err stuff.
      a9ccd2d8
  8. 07 Feb, 2006 1 commit
  9. 31 Jan, 2006 1 commit
    • unknown's avatar
      initial cmake fileset. It is not production ready but stable enough to start working with · 3fa2273a
      unknown authored
      win/build-vs71.bat:
        batch file to build project files for Visual Studio 2003
      win/build-vs8.bat:
        batch file to build project files for Visual Studio 2005
      win/cmakefiles/base:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/bdb:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/client:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/dbug:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/deploy.bat:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/extra:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/heap:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/innobase:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/myisam:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/myisammrg:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/mysys:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/regex:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/sql:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/strings:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/taocrypt:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/vio:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/yassl:
        cmakefile that will later be moved into the target directory
      win/cmakefiles/zlib:
        cmakefile that will later be moved into the target directory
      win/config-handlerton.js:
        javascript file for updating handlerton.cc based on configure options
      win/config-version.js:
        javascript file for updating mysql_version.h based on configure.in data
      win/configure.js:
        basic configure javascript
      3fa2273a