summaryrefslogtreecommitdiff
path: root/lib/jit_factory.cpp
AgeCommit message (Collapse)Author
2013-09-12gras: jit factory unit test is conditionalJosh Blum
2013-08-30gras: fix jit factory declaration when no LLVMJosh Blum
2013-08-06gras: missing ifdef for jit factory w/o llvmJosh Blum
2013-08-05gras: removed extra slashesJosh Blum
2013-08-05gras: jit factory use FindProgramByNameJosh Blum
2013-08-05gras: work on using clang api - but commented outJosh Blum
The last thing missing is that the API use case doesnt automatically have default C++ include paths.
2013-08-04gras: jit factory automatically adds GRAS_ROOT include pathJosh Blum
2013-08-01gras: jit factory api + unit testsJosh Blum