Added NULL pointers handling, should not segfault anymore on NULL pointer.
[ocl-icd] / icd_generator.rb
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