Skip to content

Commit

Permalink
project rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Boxer committed Mar 25, 2016
1 parent 0da5fb4 commit d508405
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CTestConfig.cmake
@@ -1,7 +1,7 @@
set(CTEST_PROJECT_NAME "ronin")
set(CTEST_PROJECT_NAME "grok")
set(CTEST_NIGHTLY_START_TIME "3:00:00 UTC")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=ronin")
set(CTEST_DROP_LOCATION "/submit.php?project=grok")
set(CTEST_DROP_SITE_CDASH TRUE)
4 changes: 2 additions & 2 deletions INSTALL
@@ -1,5 +1,5 @@

How to build and install Ronin binaries
How to build and install grok binaries
==========================================

UNIX/LINUX/MacOSX/Windows systems
Expand Down Expand Up @@ -32,7 +32,7 @@ Main available cmake flags:
Note: when using this option, static libraries are not built and executables are dynamically linked.
* To build the CODEC executables: '-DBUILD_CODEC:bool=on' (default: 'ON')
* To build the documentation: '-DBUILD_DOC:bool=on' (default: 'OFF')
* To enable testing (and automatic result upload to http://my.cdash.org/index.php?project=ronin):
* To enable testing (and automatic result upload to http://my.cdash.org/index.php?project=grok):
cmake . -DBUILD_TESTING:BOOL=ON -DOPJ_DATA_ROOT:PATH='path/to/the/data/directory'
make
make Experimental
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@

Ronin is a high performance open source JPEG 2000 codec, based on the OpenJPEG reference implementation of the standard
Grok is a high performance open source JPEG 2000 codec, based on the OpenJPEG reference implementation of the standard

The code is released under the Affero General Public License, version 3.
Please see the LICENSE file for license details.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/openjp2/openjpeg.h
Expand Up @@ -1523,7 +1523,7 @@ OPJ_API uint32_t OPJ_CALLCONV opj_plugin_get_debug_state();


////////////////////////////////////////////////////
// Structs to pass data between plugin and Ronin
// Structs to pass data between plugin and grok
////////////////////////////////////////////////////

typedef struct opj_pass {
Expand Down

0 comments on commit d508405

Please sign in to comment.