Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
8fd1921
Separated CMakeLists into self-contained files in subdirectories. Rem…
cboulay Jul 10, 2015
700f18c
Added to .gitignore.
cboulay Jul 14, 2015
c3d7b5e
Fixed opencv directory in contrib/build-osx-snapshot
cboulay Jul 21, 2015
550ef35
Modified cmake build system and added support files for MSVC2013 x64.…
cboulay Jul 14, 2015
d256a57
Fixed small mistake in build-osx-snapshot.
cboulay Jul 16, 2015
964f60d
Merge branch 'msvc' of https://github.com/cboulay/psmoveapi into vs2013
rovarma Dec 23, 2015
65b46e5
- FindUSB1 now finds both debug and release libraries of libusb to pr…
rovarma Dec 24, 2015
c130363
- Header files are now added to the solution (in correct folders)
rovarma Dec 24, 2015
053e852
- Fixed camera_control_set_parameters; the code to control the camera…
rovarma Dec 24, 2015
0bb64c9
- Warning level now *actually* /W4
rovarma Dec 24, 2015
ec0ae84
- Added more suppressed warnings
rovarma Dec 24, 2015
fd6654c
- Fixed macro redefinition warning
rovarma Dec 25, 2015
1efadbd
- psmove.h/psmove_fusion.h/psmove_tracker.h are now correctly include…
rovarma Dec 25, 2015
4183586
- Added SDL2 submodule
rovarma Dec 25, 2015
3773e26
- tuio_server builds again
rovarma Dec 26, 2015
53fdec4
- tracker_camera_calibration builds (though does not yet appear to work)
rovarma Dec 26, 2015
bf02856
- tracker_camera_calibration works again. Now capturing frames throug…
rovarma Dec 26, 2015
fe0e46e
- Fixed all /W4 warnings in PSMove itself. External libs (notably, li…
rovarma Dec 26, 2015
c963664
- Renamed SuppressCompileWarning macro to more generic 'AddFlag'
rovarma Dec 26, 2015
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 .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
include/psmove_config.h
build*
bindings/processing
external/opencv
external/SDL2
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
[submodule "external/PS3EYEDriver"]
path = external/PS3EYEDriver
url = git://github.com/thp/PS3EYEDriver.git
[submodule "external/libusb-1.0"]
path = external/libusb-1.0
url = https://github.com/libusb/libusb.git
[submodule "external/SDL2"]
path = external/SDL2
url = https://github.com/spurious/SDL-mirror
Loading