Thread: [Gambas-devel-svn] SF.net SVN: gambas:[4760] gambas/trunk/gb.jit/configure.ac
Brought to you by:
gambas
From: <ga...@us...> - 2012-05-23 19:56:54
|
Revision: 4760 http://gambas.svn.sourceforge.net/gambas/?rev=4760&view=rev Author: gambas Date: 2012-05-23 19:56:48 +0000 (Wed, 23 May 2012) Log Message: ----------- [GB.JIT] * BUG: Use component name instead of explicit name in gb.jit configure.ac file. Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2012-05-25 15:54:07
|
Revision: 4777 http://gambas.svn.sourceforge.net/gambas/?rev=4777&view=rev Author: lordheavy Date: 2012-05-25 15:54:00 +0000 (Fri, 25 May 2012) Log Message: ----------- [GB.JIT] * NEW: Use AC_PROG_PATH() macro detect llvm-config file. llvm-config file can also be defined with LLVM_CONFIG environment variable. Useful in case of several llvm libs installed (see debian!), or non-standard path. Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2012-05-30 14:11:47
|
Revision: 4793 http://gambas.svn.sourceforge.net/gambas/?rev=4793&view=rev Author: lordheavy Date: 2012-05-30 14:11:38 +0000 (Wed, 30 May 2012) Log Message: ----------- [GB.JIT] * BUG: Now component is disabled for llvm version prior to 3.1 at compilation time. Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fra...@us...> - 2012-11-20 23:57:45
|
Revision: 5345 http://gambas.svn.sourceforge.net/gambas/?rev=5345&view=rev Author: france1159 Date: 2012-11-20 23:57:38 +0000 (Tue, 20 Nov 2012) Log Message: ----------- [CONFIGURATION] * NEW: Support for checking OS-specific extension of the library. Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2013-06-13 11:25:28
|
Revision: 5698 http://sourceforge.net/p/gambas/code/5698 Author: lordheavy Date: 2013-06-13 11:25:24 +0000 (Thu, 13 Jun 2013) Log Message: ----------- [GB.JIT] BUG: Fix configure with llvm 3.3 Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2013-06-13 11:35:49
|
Revision: 5699 http://sourceforge.net/p/gambas/code/5699 Author: lordheavy Date: 2013-06-13 11:35:45 +0000 (Thu, 13 Jun 2013) Log Message: ----------- [GB.JIT] BUG: Use another header file for configure step that is available from v3.1 to v3.3+, so proper include path is choosed Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-11 01:31:03
|
Revision: 6976 http://sourceforge.net/p/gambas/code/6976 Author: gambas Date: 2015-03-11 01:30:55 +0000 (Wed, 11 Mar 2015) Log Message: ----------- [GB.JIT] * BUG: Ensure that llvm version is between 3.1 and 3.5, as llvm 3.6 JIT has been replaced by a new one that is not compatible. Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-10 10:43:29
|
Revision: 7067 http://sourceforge.net/p/gambas/code/7067 Author: gambas Date: 2015-05-10 10:43:28 +0000 (Sun, 10 May 2015) Log Message: ----------- [GB.JIT] * BUG: Fix a warning message when configuration fails. Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-07-14 17:41:50
|
Revision: 8154 http://sourceforge.net/p/gambas/code/8154 Author: gambas Date: 2017-07-14 17:41:48 +0000 (Fri, 14 Jul 2017) Log Message: ----------- [GB.JIT] * BUG: Try to make gb.jit compile correctly again. Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-07-15 19:44:07
|
Revision: 8157 http://sourceforge.net/p/gambas/code/8157 Author: gambas Date: 2017-07-15 19:44:05 +0000 (Sat, 15 Jul 2017) Log Message: ----------- [GB.JIT] * BUG: Really make gb.jit compile correctly again. Modified Paths: -------------- gambas/trunk/gb.jit/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |