Static-const-ify ICD loader info strings
[ocl-icd] / icd_generator.rb
2015-11-20  Vincent DanjeanFix guards in ocl_icd.h
2015-11-20  Vincent Danjeanimprove clGetExtensionFunctionAddress{,ForPlatform}
2015-11-20  Vincent DanjeanUpdate copyright notices
2015-11-20  Brice VideauICD should be compliant regarding extensions.
2015-11-20  Brice VideauCL/cl_egl.h is needed to build EGL interfaces.
2015-06-08  Vincent DanjeanAlso use real prototype in weak test functions
2015-06-07  Vincent DanjeanFix and improve testsuite
2015-06-06  Vincent Danjean[BUG] call the function when the return type is void
2015-06-06  Vincent DanjeanCorrectly handle clGetDeviceIDs in generator and tests
2015-05-19  Giuseppe BilottaCount GPU, CPU and ALL devices on newly inserted platforms
2015-05-19  Giuseppe BilottaRemove useless vendor_icd.first_platform
2014-10-06  Brice VideauConsistency.
2014-10-05  Vincent DanjeanFix numbers in unknown members of dispatch table to...
2014-10-05  Vincent DanjeanAvoid using types not supported by OpenCL headers in...
2014-10-05  Vincent DanjeanAvoid warnings with 2.0 OpenCL headers when using 1...
2014-09-26  Vincent DanjeanBug fix in code path rarely used
2014-05-22  Brice VideauGenerator can process 2.0 functions.
2013-12-03  Vincent DanjeanRefactor code for selection of default platform
2013-12-02  Vincent DanjeanAll generated file ends with "_gen" suffix (but install...
2013-11-20  Brice VideauIn case a NULL platform is passed to the loader, the...
2013-11-20  Brice VideauMoved some declarations to the header as they are neede...
2013-10-02  Vincent DanjeanRefactor generated code
2013-10-01  Brice VideauAdded NULL pointers handling, should not segfault anymo...
2013-06-20  Brice VideauInclude guard for ocl_icd.h
2013-02-11  Vincent Danjeanicd_generator: still cleanup
2013-02-11  Vincent Danjeanrefactor icd_generator
2013-02-11  Vincent Danjeancleanup icd_generator
2012-12-04  Brice VideauAdded windows specific functions to the table, then...
2012-09-12  Vincent DanjeanCleanup and fix debug ifdef
2012-09-10  Vincent DanjeanFix log with strange behavior of clGetExtensionFunction...
2012-09-03  Vincent DanjeanMerge branch 'master' of git+ssh://scm.forge.imag.fr...
2012-08-30  Vincent Danjean[debug] More debug info
2012-07-19  Vincent Danjean[build] ignore warnings of OpenCL headers even with...
2012-07-19  Vincent Danjean[build] cleanup code
2012-06-20  Vincent Danjeancleanup code and add additionnal tests
2012-06-19  Vincent DanjeanMerge remote-tracking branch 'origin/master'
2012-06-19  Vincent DanjeanCleanup debug, refactor libdummycl
2012-06-19  Vincent DanjeanSwich to autotools
2012-06-14  Brice VideauAdded clGetGLContextInfoKHR to the loader.
2012-06-13  vdanjeanFind a new entry manually (74) and another one (92...
2012-06-13  vdanjeanDo not look for *EXT or *KHR functions by name
2012-06-13  vdanjeanCleanup debug
2012-06-13  vdanjeanAdd visibility("hidden") for all but public symbols
2012-06-13  vdanjeanCleanup again
2012-06-13  vdanjeanRename files and cleanup includes
2012-06-13  vdanjeanFormat YAML output ourself
2012-06-06  vdanjeanGenerate and use a map symbol file
2012-06-06  videauAdded version and symbol association.
2012-06-01  vdanjeancleanup ocl_icd.h
2012-06-01  vdanjeanAdd myself in copyright
2012-06-01  vdanjeanFix problem with special functions
2012-06-01  vdanjeanAdd weak functions
2012-06-01  vdanjeanForce sorted order in yaml file
2012-06-01  vdanjeanRewrite Makefile
2012-05-25  videauBugfix.
2012-05-25  videauAdded a clGetPlatformInfo template in generated bindings.
2012-05-25  videauAdded License and bugfixes.
2012-05-24  videauAdded option to generate from database.
2012-05-24  videauFirst version