Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Generate Function Reference.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cd vs-project
python generate_function_reference.py
pause
2 changes: 0 additions & 2 deletions PyGLM build/.gitignore

This file was deleted.

365 changes: 0 additions & 365 deletions PyGLM build/PyGLM build.vcxproj

This file was deleted.

738 changes: 0 additions & 738 deletions PyGLM build/PyGLM build.vcxproj.filters

This file was deleted.

4 changes: 0 additions & 4 deletions PyGLM build/PyGLM build.vcxproj.user

This file was deleted.

2 changes: 1 addition & 1 deletion Update README.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python "PyGLM test/SlashBack.py" README.sb
python "vs-project/SlashBack.py" README.sb
PAUSE
251 changes: 0 additions & 251 deletions test/PyGLM vs NumPy.py

This file was deleted.

File renamed without changes.
5 changes: 1 addition & 4 deletions vs-project/PyGLM test.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<ProjectHome>
</ProjectHome>
<StartupFile>PyGLM_run.py</StartupFile>
<SearchPath>
</SearchPath>
<SearchPath>..\test</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>PyGLM test</Name>
Expand All @@ -29,9 +28,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="generate_function_reference.py" />
<Compile Include="PyGLM_performance.py" />
<Compile Include="PyGLM_run.py" />
<Compile Include="PyGLM_test.py" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PyGLM build\PyGLM build.vcxproj">
Expand Down
3 changes: 1 addition & 2 deletions vs-project/PyGLM_run.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import os, shutil
import os

os.environ["TEST_PICKLING"] = "True"

Expand All @@ -14,7 +14,6 @@

if TEST:
import PyGLM_test, time, traceback, sys
shutil.copy2("PyGLM_test.py", "../test/PyGLM_test.py")
print("Testing PyGLM...")
start_time = time.time()
for member in dir(PyGLM_test):
Expand Down
Loading