18
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 3 years ago.
Jul 16, 2021 — Jul 16, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed compiler warning, "misleadingly indented as if it were guarded by the ‘if’" in ossimQuickbirdRpcModel::parseRpcData(...) method. More... over 5 years ago
Merge pull request #256 from ossimlabs/oscar More... over 5 years ago
Merge with dev More... over 5 years ago
Fixed bug in model transform More... over 5 years ago
Fixed ossimTiffInfo::printModelType(...) check for geocentric. More... over 5 years ago
Merge branch 'dev' of github.com:ossimlabs/ossim into dev More... over 5 years ago
Added an exam ple build for Ubuntu donated by Ed Leaver More... over 5 years ago
Merge pull request #255 from eleaver/eleaver-rpcmodel-hdf5 More... over 5 years ago
include_directories( ${MPI_CXX_INCLUDE_PATH} ${MPI_C_INCLUDE_PATH} ) to satisfy FindMPI.cmake on CentOS-7 More... over 5 years ago
Merge branch 'dev' into eleaver-rpcmodel-hdf5 More... over 5 years ago
1. Changed ossimRpcModel's destructor to public, rather than protected. 2. Added an explicit OPTION(BUILD_OSSIM_HDF5_SUPPORT "Set to ON to build OSSIM with HDF5 support." OFF) to CMakeLists.txt 3. To improve MPI support, to CMakeLists.txt added include_directories( ${MPI_CXX_INCLUDE_DIRS} ) include_directories( ${MPI_C_INCLUDE_DIRS} ) 4. As part of MPI but generally applicable, added CMakeLists.txt boilerplate to enable RPATH support as default. More... over 5 years ago
Added check for deepcore plugin More... over 5 years ago
Added deepcore to build environment variables More... over 5 years ago
Made sure the typedefs were exactly as before but with size wrappoer checks More... over 5 years ago
Added different configuration More... over 5 years ago
Set default cache size to 256 megs More... over 5 years ago
Changed tile_size back More... over 5 years ago
Added OSSIM_ to the defines so it will be unique for us More... over 5 years ago
Added conditional checks for data type sizes and generate to the ossimConfig.h More... over 5 years ago
Removing jpipserver for now unless explicitly specified More... over 5 years ago
Merge pull request #254 from ossimlabs/drb-20200424 More... over 5 years ago
Changed ossimImageRenderer::checkIVT() to not adjust the ossimEquDistCylProjection origin longitude to image center. More... over 5 years ago
Fixed ossimEquDistCylProjection::setOrigin(...) issue where origin longitude is not zero. More... over 5 years ago
Modified to output the UTF encoding and fixed json to use _ for attribute key prefix More... over 5 years ago
Merge branch 'dev' of github.com:ossimlabs/ossim into dev More... over 5 years ago
Added documentation More... over 5 years ago
Delete Sonarqube and Fortify Sections More... over 5 years ago
Integrated KWL output for formatter More... over 5 years ago
Merge branch 'dev' of github.com:ossimlabs/ossim into dev More... over 5 years ago
Added Kwl formatters More... over 5 years ago