summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-10-30added missing HIDs instead of using copy&paste IDs of other functionsEike Rathke
2013-10-30using dbgutil builds is good for you (TM)Eike Rathke
2013-10-30real assert() to bail out on invalid indexEike Rathke
2013-10-30Let's use typedef for this.Kohei Yoshida
2013-10-30renumbered string ID defines consecutively to close gapsEike Rathke
2013-10-30Lower-case directory names, and rename to just 'opencl'.Kohei Yoshida
2013-10-30Re-add missing test file and re-enable previously disabled test.Kohei Yoshida
2013-10-30error: unused variable 'kSrc' [loplugin]Stephan Bergmann
2013-10-30WaE: unused variable 'kSrc' [loplugin]Tor Lillqvist
2013-10-29We don't need this hack. This actually causes the test to crash....Kohei Yoshida
2013-10-29Restore the old behavior, even when the data comes from a cache.Kohei Yoshida
2013-10-29Believe or not, '>>' in this context is also C++11 specific.Kohei Yoshida
2013-10-30renamed STR_COUNT to SC_GLOBSTR_STR_COUNT to clarify ...Eike Rathke
2013-10-30STR_VALERR had no place in globstr, moved to scstring SCSTR_VALERREike Rathke
2013-10-30use something different than the SID_ prefix confused with SlotIDEike Rathke
2013-10-30moved StatisticsDialogs string IDs from globstr to RID_STATISTICS_DLGSEike Rathke
2013-10-30use SC_STRLOAD()Eike Rathke
2013-10-30added SC_STRLOAD() macroEike Rathke
2013-10-30commented purpose of this file to clarify resident natureEike Rathke
2013-10-30proper include guard nameEike Rathke
2013-10-29Include a message for unhandled-token in OCL group interpreter.I-Jui (Ray) Sung
2013-10-29Hopefull this is the last of std::unique_ptr.Kohei Yoshida
2013-10-30opencl-test.cxx: -Werror=unused-macrosMichael Stahl
2013-10-29DIE auto DIE!!!Kohei Yoshida
2013-10-29Catch exception always as const reference.Kohei Yoshida
2013-10-29More C++11 specific features we aren't supposed to be using...Kohei Yoshida
2013-10-29std::unique_ptr is C++11 specific. Let's use boost::shared_ptr for now.Kohei Yoshida
2013-10-29We don't need these headers.Kohei Yoshida
2013-10-29std::shared_ptr is C++11 specific. Use boost::shared_ptr instead.Kohei Yoshida
2013-10-29Properly split opbase.hxx into header and source files.Kohei Yoshida
2013-10-29Properly split header and source files.Kohei Yoshida
2013-10-29Lower-cased file names.Kohei Yoshida
2013-10-29Temporarily disable failing OpenCL tests for now.Kohei Yoshida
2013-10-29Correct way to try to enable OpenCL in unit test.Kohei Yoshida
2013-10-29The test documents for these tests are not available.Kohei Yoshida
2013-10-29Add missing boilerplates.Kohei Yoshida
2013-10-29Fix compiler warnings for unused variables and non-const char* declaration.Kohei Yoshida
2013-10-29Fix compilation problems on AMD OCL of finaancial functionshaochen
2013-10-29Cache compiled kernels in GPU Calc dynamic kernel compilerI-Jui (Ray) Sung
2013-10-29Use MD5 in RTL instead of the one from OpenSSL.I-Jui (Ray) Sung
2013-10-29Throw exceptions for unhandled functions in GPU group interpreter.I-Jui (Ray) Sung
2013-10-29Re-enable testcasesI-Jui (Ray) Sung
2013-10-29Rebase to calc-group-interpreter-4I-Jui (Ray) Sung
2013-10-29Fix NAN argumetn in ground_water, stock_history, sum_exhaochen
2013-10-29Fix bugs for SLN in GPU Calchaochen
2013-10-29Fix bugs for SLN not cal by GPUhaochen
2013-10-29Implement fix for bug of NAN argument in some finacial functionshaochen
2013-10-29Implement fix for CSC in GPU Calchaochen
2013-10-29Testcases for CSC in GPU Calchaochen
2013-10-29Fix release of CSC-COTH in GPU Calchaochen