1. 18 May, 2021 1 commit
    • Yu Feng's avatar
      Use std::move in c++ during yield context switch. (GH-4154) · 505e90f9
      Yu Feng authored
      When compiling pyarrow with cython 3.0 we get an error about the copy constructor of an object has been deleted on the generated context switch code.
      
      Also make the "cpp_temp_assignment" test only run in C++11 since it is based on `std::move()`.
      505e90f9
  2. 15 May, 2021 8 commits
  3. 14 May, 2021 10 commits
  4. 11 May, 2021 1 commit
  5. 10 May, 2021 1 commit
  6. 07 May, 2021 1 commit
  7. 06 May, 2021 2 commits
  8. 03 May, 2021 7 commits
  9. 02 May, 2021 9 commits