Skip to content

Commit

Permalink
Remove old cython/cpp references throughout the code base
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Faion committed Feb 19, 2020
1 parent 7d2a6e5 commit a72bdd9
Show file tree
Hide file tree
Showing 29 changed files with 0 additions and 2,445 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ settings/
.idea
#directory for test file will be ignored
Pupil_Test_Files
detector_2d.cpp
detector_3d.cpp
CircleGoodnessTest.cpp
SphereCircleTest.cpp
*.mkv
*.egg-info
hmd_cal_data
Expand Down
3 changes: 0 additions & 3 deletions deployment/bundle.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ if not exist %release_dir% (
set PATH=%PATH%;C:\Python36\Lib\site-packages\scipy\.libs
set PATH=%PATH%;C:\Python36\Lib\site-packages\zmq

python ..\pupil_src\shared_modules\cython_methods\build.py
python ..\pupil_src\shared_modules\calibration_routines\optimization_calibration\build.py

call :Bundle capture %current_tag%
call :Bundle service %current_tag%
call :Bundle player %current_tag%
Expand Down
6 changes: 0 additions & 6 deletions deployment/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ fi
echo "release_dir: ${release_dir}"
mkdir ${release_dir}

printf "\n##########\nBuilding cython modules\n##########\n\n"
python3 ../pupil_src/shared_modules/cython_methods/build.py

printf "\n##########\nBuilding calibration methods\n##########\n\n"
python3 ../pupil_src/shared_modules/calibration_routines/optimization_calibration/build.py

# bundle Pupil Capture
printf "\n##########\nBundling Pupil Capture\n##########\n\n"
cd deploy_capture
Expand Down
5 changes: 0 additions & 5 deletions pupil_src/launchables/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ def stop_eye_process(eye_id):
import audio
from uvc import get_time_monotonic

# trigger pupil detector cpp build:
import pupil_detectors

del pupil_detectors

# Plug-ins
from plugin import Plugin, Plugin_List, import_runtime_plugins
from calibration_routines import calibration_plugins, gaze_mapping_plugins
Expand Down
5 changes: 0 additions & 5 deletions pupil_src/launchables/world.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@ def set_detection_mapping_mode(new_mode):

import audio

# trigger pupil detector cpp build:
import pupil_detectors

del pupil_detectors

# Plug-ins
from plugin import (
Plugin,
Expand Down
185 changes: 0 additions & 185 deletions pupil_src/shared_cpp/include/DistancePointEllipse.h

This file was deleted.

110 changes: 0 additions & 110 deletions pupil_src/shared_cpp/include/ceres/CeresUtils.h

This file was deleted.

Loading

0 comments on commit a72bdd9

Please sign in to comment.