1. 21 1月, 2017 1 次提交
  2. 19 1月, 2017 1 次提交
    • H
      Add config.h, for options that affect binary compatibility. · 76af8194
      Heikki Linnakangas 提交于
      Before this patch, consumers of ORCA had to know out-of-band which
      flags were used to compile ORCA, because e.g. ORCA compiled with
      GPOS_DEBUG would only work if the application using ORCA was also
      compiled with GPOS_DEBUG. This is because many of the structs differ
      depending on GPOS_DEBUG. Same for the architecture flags, like GPOS_i386.
      
      The new config.h file is #included from a few central other header files,
      to make sure it gets included in any application that uses other gpos
      headers. We probably should include config.h from all other gpos header
      files, to be sure, but this seems to be enough for ORCA itself and GPDB at
      least.
      
      Bump version number to 2.2.
      76af8194
  3. 05 1月, 2017 1 次提交
  4. 06 8月, 2016 1 次提交
    • H
      Remove unused "communicator" code. · fe3d0255
      Heikki Linnakangas 提交于
      None of this was used. The reason to purge it now is that I want to remove
      the CSocket code from gpos, and this was the only thing that depended on
      that.
      
      Bump ORCA version number to 1.654
      fe3d0255
  5. 14 7月, 2016 1 次提交
    • H
      Allow static compilation. · 105113ff
      Heikki Linnakangas 提交于
      We still default to shared libraries, but you can use the
      "cmake -DBUILD_SHARED_LIBS=off" option to build static libraries instead.
      105113ff
  6. 06 7月, 2016 1 次提交
  7. 15 6月, 2016 1 次提交
  8. 19 5月, 2016 2 次提交
  9. 24 2月, 2016 1 次提交
  10. 12 12月, 2015 1 次提交