8000 Tags · Bird99s/oce · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Bird99s/oce

Tags

official-upstream-packages

Toggle official-upstream-packages's commit message
Official occt packages

OCE-0.18.3

Toggle OCE-0.18.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tpaviot#690 from tpaviot/review/appveyor-fix-mingw

Review/appveyor fix mingw

OCE-0.18.2

Toggle OCE-0.18.2's commit message
Merge pull request tpaviot#672 from tpaviot/review/prepare-0.18.2

Set version number to 0.18.2, updated NEWS and README

OCE-0.18.1

Toggle OCE-0.18.1's commit message
Merge pull request tpaviot#666 from tpaviot/review/prepare-0.18.1

prepare release 0.18.1

OCE-0.17.3

Toggle OCE-0.17.3's commit message
Updated NEWS and appveyor files

OCE-0.18

Toggle OCE-0.18's commit message
Merge pull request tpaviot#650 from tpaviot/review/prepare-0.18

Review/prepare 0.18

OCE-0.17.2

Toggle OCE-0.17.2's commit message
Updated REAMDE.md for 0.17.2

OCE-0.17.1

Toggle OCE-0.17.1's commit message
Merge pull request tpaviot#597 from tpaviot/tp/prepare-release-0.17.1

Prepare release 0.17.1

f4b750f

Toggle f4b750f's commit message
Import OCCT 6.9.0

 Remove unneeded folders, they are very large:
   data samples/mfc doc dox

 # Remove useless WOK folders
 rm -rf drv/*/.adm

 # Fix permissions (on Unix):
 find * -type f -exec chmod a-x {} \;

 # Autotools scripts
 chmod a+x build_configure

 # Windows scripts
 find adm/msvc  -type f -exec chmod a+x {} \;

 # Shell and bat scripts
 chmod a+x \
    adm/templates/draw.sh  \
    adm/templates/draw.bat  \
    adm/templates/env.sh.in  \
    adm/templates/env.bat.in  \
    adm/templates/sample.bat  \
    codeblocks.sh  \
    custom.bat  \
    custom.sh.in  \
    draw.bat  \
    draw.sh  \
    env.bat  \
    env.sh  \
    gendoc.bat  \
    gendoc  \
    msvc.bat  \
    xcode.sh \
    samples/qt/IESample/genproj.bat \
    samples/qt/Tutorial/genproj.bat \
    samples/tcl/Penrose.tcl \
    samples/tcl/cpu.tcl \
    samples/tcl/pencil.tcl \
    samples/tcl/snowflake.tcl

official/6.8.0

Toggle official/6.8.0's commit message
Import of OCCT 6.8.0

0