Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Occt7 #158

Closed
wants to merge 65 commits into from
Closed

Occt7 #158

wants to merge 65 commits into from

Commits on Jun 1, 2016

  1. Add Readme about this Repo

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    46e671d View commit details
    Browse the repository at this point in the history
  2. Change default Readme as to provide a Warning message to potential

    end user
    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    7faf0c9 View commit details
    Browse the repository at this point in the history
  3. Initial update of Salome Code SMESH with Salome 7.7.1 and OCCT 7.0.0

    THIS FILES REQUIRES OCCT 7.0.0 to properly compile do not try with lower version
    you won't be successfull at all
    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    93ba35e View commit details
    Browse the repository at this point in the history
  4. Fix SMESH compilation with OCCT 7 and Salome 7.7.1

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    427ccb9 View commit details
    Browse the repository at this point in the history
  5. Enable StdMeshers compilation

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    470d937 View commit details
    Browse the repository at this point in the history
  6. Add NETGENPlugin with OCCT 7

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    c1d4e66 View commit details
    Browse the repository at this point in the history
  7. Hey this is compiling and you can even execute it

    Please read Port_Modification.changlog for remaining BUGS. FeM and Mesher do not work yet
    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    86712e3 View commit details
    Browse the repository at this point in the history
  8. Fix Transformation Matrix assignement into TopoShape

    due to class declaration changes into OpenCascade
    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    2300a7d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0fbaf79 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fca9c78 View commit details
    Browse the repository at this point in the history
  11. Fix Fem to work with OCCT 7 and Salome 7.7.1

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    d0dcf46 View commit details
    Browse the repository at this point in the history
  12. Fix a few type and re-enable the DAT Driver within SMESH

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    3739082 View commit details
    Browse the repository at this point in the history
  13. Fix badly hard coded path into CMake configuration file

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    edc8c8a View commit details
    Browse the repository at this point in the history
  14. Update modification requirements

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    f06d368 View commit details
    Browse the repository at this point in the history
  15. Fix a casting issue to be compliant with OCCT into Part

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    0866b6b View commit details
    Browse the repository at this point in the history
  16. Fix STEP import issue which as missing an include file

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    077f947 View commit details
    Browse the repository at this point in the history
  17. Add VTK to Fem link phase

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    d1f806d View commit details
    Browse the repository at this point in the history
  18. Add FindMEDFile.cmake to ease compilation with MED library new

    dependancy from SMESH
    System Administrator authored and Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    d89982f View commit details
    Browse the repository at this point in the history
  19. Change the way VTK library are included, thanks to Solofo to have rep…

    …orted
    
    this issue
    System Administrator authored and Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    4470241 View commit details
    Browse the repository at this point in the history
  20. Adapt the NETGEN searcher for MacOS

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    1fde1e0 View commit details
    Browse the repository at this point in the history
  21. Add HDF5 dependency to CMake file

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    29390d6 View commit details
    Browse the repository at this point in the history
  22. Modify a typo into include file name

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    0b2c2ca View commit details
    Browse the repository at this point in the history
  23. Modify an include file name which was wrong

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    be5fc19 View commit details
    Browse the repository at this point in the history
  24. Modify the way some include file required under linux are found

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    f86facd View commit details
    Browse the repository at this point in the history
  25. Add Vagrant script to build up FreeCAD on debian/jessie64

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    b16638a View commit details
    Browse the repository at this point in the history
  26. Add a first port of Vagrant build to TravisCI

    There might be issues on MacOS due to lack of some packages with HomeBrew
    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    fc4b1e8 View commit details
    Browse the repository at this point in the history
  27. Fix travis syntax error

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    bb15422 View commit details
    Browse the repository at this point in the history
  28. Update file name

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    eba2e21 View commit details
    Browse the repository at this point in the history
  29. Fix a bug with mesh Generator which where allocated by Mesh instead g…

    …lobally. Mesh are numbered and only a single generator is needed
    
    Thanks fot ickby to have track down this issue
    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    7bbe8f5 View commit details
    Browse the repository at this point in the history
  30. Add new search patch into FindOpenCasCade.cmake

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    a490308 View commit details
    Browse the repository at this point in the history
  31. Apply Icbky fix to support common Generator between Fem and PartMeshe…

    …r module within
    
    SMESH
    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    9b44adf View commit details
    Browse the repository at this point in the history
  32. Use ickby travis build to track python issue

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    2e5120c View commit details
    Browse the repository at this point in the history
  33. Try a linux build with remote package pre-compiled

    System Administrator authored and Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    f315b77 View commit details
    Browse the repository at this point in the history
  34. Update compilation script for travis-CI

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    4fb694c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    79d2315 View commit details
    Browse the repository at this point in the history
  36. Oops add --force-yes

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    1f94f54 View commit details
    Browse the repository at this point in the history
  37. Add own sources.list as travis one is using PPA

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    2fc3d68 View commit details
    Browse the repository at this point in the history
  38. Add hdf5 for linux build

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    b3e386f View commit details
    Browse the repository at this point in the history
  39. Try to add Netgen support to Mac build

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    8c29614 View commit details
    Browse the repository at this point in the history
  40. Add /opt/local/FreeCAD-0.17/bin/ into PATH for build

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    38e5d57 View commit details
    Browse the repository at this point in the history
  41. Remove path change

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    1ed8f23 View commit details
    Browse the repository at this point in the history
  42. Re apply path change

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    ff5c17e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    92db59e View commit details
    Browse the repository at this point in the history
  44. Reverse FindNETGEN script

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    4947702 View commit details
    Browse the repository at this point in the history
  45. add /usr/bin as first path entry

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    93dad36 View commit details
    Browse the repository at this point in the history
  46. Move back apt erase operation

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    b3d56e9 View commit details
    Browse the repository at this point in the history
  47. Remove python 2.6.9

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    f204d59 View commit details
    Browse the repository at this point in the history
  48. Fix a typo into include

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    f1c7698 View commit details
    Browse the repository at this point in the history
  49. Fix bad merge results

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    b6373f5 View commit details
    Browse the repository at this point in the history
  50. Add path for Netgen

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    70ad367 View commit details
    Browse the repository at this point in the history
  51. Fix travis

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    58365e1 View commit details
    Browse the repository at this point in the history
  52. Add ixx include file

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    aa390bf View commit details
    Browse the repository at this point in the history
  53. rm everything related to python into /opt

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    f57cd60 View commit details
    Browse the repository at this point in the history
  54. Add netgen source tree (include) into /usr/share/netgen to satisfy de…

    …tection
    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    3449172 View commit details
    Browse the repository at this point in the history
  55. Fix missing include for occ 6

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    068be11 View commit details
    Browse the repository at this point in the history
  56. Restart test

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    f16f372 View commit details
    Browse the repository at this point in the history
  57. Fix some minor issue on .deb package path

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    3d8b6c9 View commit details
    Browse the repository at this point in the history
  58. Modify FreeCAD binary path

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    387d670 View commit details
    Browse the repository at this point in the history
  59. Rabse the whole branch on master

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    f24c875 View commit details
    Browse the repository at this point in the history
  60. Add bblacey travis update to support OCCT7 on homebrew !

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    f9b9c97 View commit details
    Browse the repository at this point in the history
  61. Update linux package generation

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    790699c View commit details
    Browse the repository at this point in the history
  62. Add script for building the linux version with Vagrant on a local system

    Add first snappy generation
    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    fc8a4c6 View commit details
    Browse the repository at this point in the history
  63. Vagrant build and ubuntu snap integration

    Jean-Marie Verdun committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    4eb702e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2016

  1. Remove a crash if 2 calls are performed within the module (avoid SMES…

    …H::Generator to be destroyed)
    Jean-Marie Verdun committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    f8c1eb0 View commit details
    Browse the repository at this point in the history
  2. Add Vagrant as CI to produce snap on ubuntu xenial

    Jean-Marie Verdun committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    0aaf3f3 View commit details
    Browse the repository at this point in the history