You cannot post messages because only members can post, and you are not currently a member.
Description:
CMakeLua is an experiment to embed Lua in CMake to provide an alternative language for writing build system descriptions (in contrast to the home-grown CMake description language). The main repository web page may be found at:
http://www.assembla.com/wiki/show/CMakeL ua
|
|
|
Change of Course?
|
| |
I stumbled upon this project after spending about 1.5 hours (never saw the CMake code before) figuring out if I could easily get CMake to run a python version of a CMakeLists file. Turns out my plans were very similar to what was done with this Lua effort. A main difference was I was planning on putting a nice pythonic wrapper interface on all those cmake commands... more »
|
|
new in sync git repository
|
| |
I've added a git repository: git clone git://git.assembla.com/CMakeLu a.git The branch 'master' is in sync with the CVS code. There is a 'sandbox4' branch with the code of that hg repository, but the code that of 2008-04-14. In the 'cvs-files' branch also the CVS files are checked in, so a simple cvs update will get the latest and greatest... more »
|
|
Progress/change into next CMake release
|
| |
Just wondering, what are the chances that the Lua interface will make
it into the next release?
I'm a grand fan/developer of Lua apps and would love it if CMake was
another app that I could just use Lua instead of learning a new
language.
|
|
Assembla repo
|
| |
I wanted to clone the repo to test it out except the one at
assembla.com doesn't seem to work (I get connection refused with hg
clone). Is there any other mirror that is still up or other way of
getting a copy bar copying and pasting every file out of the trac file
viewer?
|
|
LuaUtils_GetLocationString
|
| |
I just pushed in a few enhancements. Added FATAL_ERROR event for when LuaPublicAPIHelper.lua is not found/loaded/run successfully. Added LuaUtils_GetLocationString(lua _State*) which generates a string which contains the current function, file, and line number a script is currently at. This is meant to assist with error reporting.... more »
|
|
How to clean up this warning?
|
| |
I keep getting warnings when I build/install like: warning: ignoring old commands for target `Utilities/lua/src/CMakeFiles/ luaexec.dir/clean' Anybody know how to clean this up? Thanks, Eric
|
|
Resync, fixed minor snafu in Git/Bridge repo
|
| |
I did another Tailor/CVS resync. Changes are pushed into the mainline. I also discovered I forgot to check in some new files into the Git repo hosting the CVS/Mercurial bridge. The missing files would cause the Tailor/CVS update to fail with an error. So if the Tailor updating was failing for you, this might have been the problem.... more »
|
|
Pull from hg.icculus.org ...
|
| |
Fixed (err...avoid) crash in Cygwin during bootstrapp cmake's initial
run...
[link]
(it's not a CMakeLua bug, fwiw.)
Corrected CMakeLists.txt for systems without extra Lua CFLAGS (like
Windows)...
[link]... more »
|
|
|