Commit graph

13 commits

Author SHA1 Message Date
Peter Szücs
e7cf7b40b2 Use implicit isEqual operator.
For unknown reasons, std::map iterators in libc++ hasn't got explicit isEqual operators.
Maybe the C++ standard is not requiring it.
This hack will convert explicit isEqual to implicit isEqual.
This should not change code behaviour.
2016-12-28 18:40:39 +01:00
Erik Ogenvik
1d9612c740 Convert to cmake. 2016-12-20 23:32:46 +01:00
Peter Szücs
96a34e94fb Swap parameters to prevent segfault.
Its hard to reproduce, but valgrind detects it.
2012-04-07 23:22:59 +02:00
Peter Szücs
2a2921c3ad Fix warning "[[: not found" on ubuntu. 2011-08-28 12:54:45 +02:00
Peter Szücs
2b5050ecf8 Wrap Mac OS X difference.
NOTE: the != case is the Mac case.
Don't let confuse yourself :)
It works by replacing darwin with nothing.
If it returns a different string then the original,
then its running on a Mac.
2011-08-28 12:54:45 +02:00
Peter Szücs
261e8e8564 Fix tolua generator for mac. 2011-08-28 12:50:11 +02:00
Erik Hjortsberg
a4af9f1b86 Removed some parsing which isn't needed anymore. 2010-06-12 22:09:21 +02:00
Erik Hjortsberg
debef0025e Allow the tolua++ command to be set at configure time. 2010-06-02 20:42:53 +02:00
Erik Hjortsberg
654e9114f2 Include our own tolua++.h file first so that we better can support
building on win32.
2010-01-13 10:37:55 +01:00
Alexey Torkhov
836db3e2dd Stripping date from tolua-generated files. Add script to regenerate all bindings. 2008-08-03 13:01:12 +04:00
Alexey Torkhov
ca5ae26910 Modified common tolua script to show and exit if error occured. 2008-07-15 16:50:14 +04:00
Alexey Torkhov
9d919d6de0 Add exec attibute for new update.sh. Add newlines at end of script file to prevent some shell glitches. 2008-06-08 10:21:07 +04:00
Erik Hjortsberg
ae0de6f450 Added common bash script for generating tolua bindings. 2008-06-08 00:13:32 +02:00