- 21 Feb, 2019 1 commit
-
-
MONSEIGNE Thibaut authored
-
- 17 Mar, 2016 1 commit
-
-
Jussi Lindgren authored
+ Enabled logging in some Ogre/CEGUI using parts + Moved some dox files around, removed one obsolete scenario
-
- 08 Mar, 2016 1 commit
-
-
Jussi Lindgren authored
-
- 19 Jul, 2013 1 commit
-
-
Jussi Lindgren authored
* Moved trunk2 contents to root
-
- 26 Jun, 2013 1 commit
-
-
Jozef Legeny authored
* moved the includes into include/openvibe everything: * modified the code to use the openvibe/ prefix once again git-svn-id: svn://scm.gforge.inria.fr/svn/openvibe@3760 c330d7e9-fc0c-0410-a5b3-fd85c6f5aa8f
-
- 13 Jun, 2013 2 commits
-
-
Jozef Legeny authored
* moved folders from inside the core/ to the top level git-svn-id: svn://scm.gforge.inria.fr/svn/openvibe@3702 c330d7e9-fc0c-0410-a5b3-fd85c6f5aa8f
-
Jussi Lindgren authored
* Fixed some include paths build: * share/openvibe/ is now the base data location in the main CMakeLists.txt git-svn-id: svn://scm.gforge.inria.fr/svn/openvibe@3699 c330d7e9-fc0c-0410-a5b3-fd85c6f5aa8f
-
- 13 May, 2013 1 commit
-
-
Jussi Lindgren authored
+ Added 'vr-demo' + Added 'ssvep-demo' git-svn-id: svn://scm.gforge.inria.fr/svn/openvibe@3649 c330d7e9-fc0c-0410-a5b3-fd85c6f5aa8f
-
- 01 Mar, 2013 1 commit
-
-
Jussi Lindgren authored
* Integrated NeuroDebian packaging patches from Nicolas Bourdaud with some heavy modifications * Build now 'understands' typical GNU install dirs on Linux * Path tokens in configuration manager now point to the install locations by default (can be overridden by .conf files) * Basic folders such as "log/" are no longer created by install as this can cause trouble with the GNU style installs * Various relative paths are no longer hard-coded. Paths pointing to "../share", "../lib" and "../bin" have been replaced with function calls that query environment variables OV_DATADIR, OV_LIBDIR, and OV_BINDIR respectively (in openvibe/ov_directories.h). The env variables are configured in the Linux launch scripts by CMake. For Windows, the launch scripts will set up env variable paths relative to the script folder. Additionally, after configuration manager is up, tokens such as Data_Path etc can be used instead to get these folders. Note that the getters in ov_directories.h will not be affected by changing the configuration token values. * COgreVisualisation will now expand OpenViBE style configuration tokens in the ogre's resources.cfg * By default everything is still installed under dist/. For Linux, its now a one-line change in the main CMakeLists.txt to get it to install everything to the usual GNU locations. However, this still needs testing. * Logs and configs now reside in $HOME/.config/openvibe on Linux and $APPDATA/openvibe on Windows. Configurations in old locations are still read, but not written. The new location is returned by the conf token ${OpenVibeUserFolder}. * Empty directories are no longer tried to be installed by CMake (git doesn't like empty dirs) applications/acquisition-server: * Restored g_thread_init() inside #if test for version. We still need this call on Windows or it'll crash. * Windows boost dependency updated to 1.47, added boost libs for filesystem. * Changed Fieldtrip to rely on the stdint.h supplied with the compiler (works on VC10 at least) instead of the custom version, as that caused problems with the regular stdint.h brought in by boost 1.47. openvibe: + CString: Added [] subscript operator, added length() member applications/vr-demo: * The VR demo will now create proper ogre/cegui file logs instead of spamming the console applications/ssvep-demo: * The VR demo will now create proper ogre/cegui file logs instead of spamming the console git-svn-id: svn://scm.gforge.inria.fr/svn/openvibe@3474 c330d7e9-fc0c-0410-a5b3-fd85c6f5aa8f
-
- 30 Mar, 2011 1 commit
-
-
Jozef Legeny authored
+ added an external application for SSVEP paradigm + added a 'trainer' application usable for classifier training and online experiments + added a 'shooter' application for online SSVEP testing git-svn-id: svn://scm.gforge.inria.fr/svn/openvibe@2852 c330d7e9-fc0c-0410-a5b3-fd85c6f5aa8f
-