- Jan 09, 2017
-
-
Aaron Cuevas Lopez authored
-
- Apr 26, 2016
-
-
Christopher Stawarz authored
On OS X, the default directory for files explicitly saved/loaded by the user is now ~/Documents/open-ephys. Added CoreServices::getDefaultUserSaveDirectory(), which returns ~/Documents/open-ephys on OS X and the current working directory on other platforms.
-
Christopher Stawarz authored
-
- Jun 04, 2015
-
-
Yogi authored
-
- Oct 09, 2014
-
-
jsiegle authored
-
- Sep 18, 2014
-
-
Aaron Cuevas Lopez authored
-
- Sep 12, 2014
-
-
Josh Siegle authored
-
- Sep 10, 2014
-
-
jsiegle authored
-
- Aug 29, 2014
-
-
Aaron Cuevas Lopez authored
-
- Aug 26, 2014
-
-
Aaron Cuevas Lopez authored
-
- Aug 04, 2014
-
-
Ronny Eichler authored
-
- Jan 28, 2014
-
-
jsiegle authored
-
- Jan 25, 2014
-
-
jsiegle authored
-
- Jan 24, 2014
-
-
jsiegle authored
-
- Jan 23, 2014
-
- Jan 22, 2014
- Dec 20, 2013
-
-
jsiegle authored
-
- Aug 13, 2013
-
-
jsiegle authored
-
- Aug 09, 2013
- Apr 05, 2013
-
-
jsiegle authored
To run this in the future, install astyle (sudo apt-get install astyle), then enter the following from the top-level project directory: astyle --options=astyle.options --recursive "./Source/*.cpp" "./Source/*.h" This will convert tabs to 4 spaces and ensure that brackets are on their own lines.
-
- Mar 21, 2013
-
-
jsiegle authored
Use the following command to update the copyright year in all files, starting in the Source/ directory: find . -type f -print0 | xargs -0 sed -i 's/Copyright (C) 2012/Copyright (C) 2013/g' Works like a charm!
-
jsiegle authored
Added some comments and removed deprecated code.
-
jsiegle authored
MainWindow now points to the ProcessorGraph and AudioComponent with ScopedPointers. deleteAndZero must no longer be called in the destructor.
-
jsiegle authored
-
- Feb 12, 2013
-
-
Marti Bolivar authored
Generic changes: - Genuinely unused variables (-Wunused-variable): delete them. Sometimes add a comment if the variable is for an extension of the code that isn't done yet. - Variables that became unused due to commented-out code (-Wunused-variable): comment out their definitions. Dirty, but that's because commenting out code instead of deleting it is dirty. Many of these are due to commented-out printlines that should have been log messages that only get emitted at high verbosity level. Specific changes: - SpikeObject.cpp (-Wunused-value): move initialization of loop variable into first for loop clause to silence the warning. Signed-off-by:
Marti Bolivar <mbolivar@leaflabs.com>
-
- Jan 23, 2013
-
-
aacuevas authored
-
- Dec 27, 2012
-
-
Josh Siegle authored
-
- Nov 24, 2012
-
-
Adam Mokhtari authored
-
- Sep 20, 2012
-
-
unknown authored
-
- May 23, 2012
- May 21, 2012
- May 20, 2012
-
-
jsiegle authored
-
- May 19, 2012
- May 17, 2012
-
-
Josh Siegle authored
-
- May 16, 2012
-
-
jsiegle authored
-