Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: conda-forge/freecad-feedstock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: FreeCAD/freecad-feedstock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
Loading
Showing with 1,429 additions and 917 deletions.
  1. +0 −50 .appveyor.yml
  2. +0 −33 .azure-pipelines/azure-pipelines-linux.yml
  3. +0 −86 .azure-pipelines/azure-pipelines-osx.yml
  4. +0 −101 .azure-pipelines/azure-pipelines-win.yml
  5. +0 −46 .azure-pipelines/build_steps.sh
  6. +0 −57 .azure-pipelines/run_docker_build.sh
  7. +6 −1 .ci_support/README
  8. +42 −0 .ci_support/linux_64_python3.11.____cpython.yaml
  9. +42 −0 .ci_support/linux_aarch64_python3.11.____cpython.yaml
  10. +0 −40 .ci_support/linux_python3.7.yaml
  11. +44 −0 .ci_support/osx_64_python3.11.____cpython.yaml
  12. +44 −0 .ci_support/osx_arm64_python3.11.____cpython.yaml
  13. +0 −44 .ci_support/osx_python3.7.yaml
  14. +34 −0 .ci_support/win_64_python3.11.____cpython.yaml
  15. +0 −41 .ci_support/win_cxx_compilervs2015python3.7.yaml
  16. +0 −47 .circleci/build_steps.sh
  17. +0 −27 .circleci/checkout_merge_commit.sh
  18. +11 −33 .circleci/config.yml
  19. +0 −4 .circleci/fast_finish_ci_pr_build.sh
  20. +0 −57 .circleci/run_docker_build.sh
  21. +0 −35 .circleci/run_osx_build.sh
  22. +20 −0 .gitattributes
  23. +1 −0 .github/CODEOWNERS
  24. +0 −15 .github/CONTRIBUTING.md
  25. +0 −25 .github/ISSUE_TEMPLATE.md
  26. +0 −18 .github/PULL_REQUEST_TEMPLATE.md
  27. +111 −0 .github/workflows/conda-build.yml
  28. +25 −0 .github/workflows/increase_build_number.yml
  29. +25 −1 .gitignore
  30. +8 −0 .pre-commit-config.yaml
  31. +107 −0 .scripts/build_steps.sh
  32. +35 −0 .scripts/logging_utils.sh
  33. +112 −0 .scripts/run_docker_build.sh
  34. +115 −0 .scripts/run_osx_build.sh
  35. +147 −0 .scripts/run_win_build.bat
  36. +23 −9 LICENSE.txt
  37. +41 −49 README.md
  38. +0 −8 azure-pipelines.yml
  39. +116 −0 build-locally.py
  40. +9 −8 conda-forge.yml
  41. +42 −21 recipe/bld.bat
  42. +57 −13 recipe/build.sh
  43. +20 −0 recipe/conda_build_config.yaml
  44. +16 −0 recipe/cross-linux.cmake
  45. +13 −0 recipe/increase_build_number.py
  46. +54 −47 recipe/meta.yaml
  47. BIN recipe/patches/.DS_Store
  48. +57 −0 recipe/patches/0001-Revert-CMake-Update-compiler-and-standard-mins.patch
  49. +26 −0 recipe/patches/0001-Revert-Mesh-Remove-explicit-C-17-requirement.patch
  50. +20 −0 recipe/patches/osx_arm64_cross_compiling.patch
  51. +6 −1 recipe/yum_requirements.txt
50 changes: 0 additions & 50 deletions .appveyor.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .azure-pipelines/azure-pipelines-linux.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .azure-pipelines/azure-pipelines-osx.yml

This file was deleted.

101 changes: 0 additions & 101 deletions .azure-pipelines/azure-pipelines-win.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .azure-pipelines/build_steps.sh

This file was deleted.

57 changes: 0 additions & 57 deletions .azure-pipelines/run_docker_build.sh

This file was deleted.

7 changes: 6 additions & 1 deletion .ci_support/README

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading