]> git.mxchange.org Git - simgear.git/history - simgear/nasal
Fix Windows compile of HTTP repo tests.
[simgear.git] / simgear / nasal /
2013-03-03 Thomas Geymayercppbind: Allow getter without from_nasal defined and...
2013-03-03 Thomas GeymayerMake old gcc happy
2013-03-03 Thomas Geymayercppbind: rework to allow binding nearly everything.
2013-03-01 Thomas Geymayercppbind: Prepare for improved bindings.
2013-03-01 Thomas GeymayerAdd optional user_data to Nasal C functions.
2013-02-28 Thomas GeymayerVisual Studio fix
2013-02-28 Thomas Geymayercppbind: Fix SGPath from_nasal_helper
2013-02-28 Thomas GeymayerNasal cppbind: support more member function types
2013-02-07 James TurnerA couple more tests fixes.
2013-01-31 Thomas GeymayerNasal String wrapper and allow adding methods to string...
2013-01-23 James TurnerTolerate lack of C99 in MSVC.
2013-01-22 James TurnerAdd left/right Nasal library functions.
2013-01-22 James TurnerMore native math functions in Nasal.
2012-12-29 Thomas GeymayerAllow nasal::Ghost to only wrap classes by their shared...
2012-12-28 James TurnerAdd SGPath to the Nasal conversion helpers.
2012-12-23 Thomas GeymayerRevert to old way of including everything from SGMath.hxx
2012-12-17 Thomas GeymayerMissing file...
2012-12-16 Thomas GeymayerNasal cppbindings: automatic conversion of vec2 to...
2012-12-16 Thomas GeymayerFix memory leak if nasal::Ghost creation fails
2012-12-02 Thomas GeymayerFirst working version of DOM like Canvas event handling
2012-11-29 Thomas GeymayerAdd method canvas::Group::getElementById
2012-11-29 Thomas GeymayerUse better method names and add comments
2012-11-29 Thomas GeymayerAdd methods to get arguments passed to function from...
2012-11-27 Thomas GeymayerSimplify/Make VS happy
2012-11-27 Thomas Geymayercppbind: Automatic conversion of derived ghosts and...
2012-11-18 Thomas GeymayerGet Canvas/PropertyBasedElement by name
2012-11-16 Thomas GeymayerFix for old gcc which got broken by fix for VS
2012-11-16 Thomas GeymayerFix for VS bug
2012-11-16 Thomas GeymayerNasal bindings: Always pass object by reference
2012-11-15 Thomas GeymayerOne more fix for old gcc
2012-11-15 Thomas GeymayerFix compile errors for old gcc
2012-11-15 Thomas GeymayerCanvas/C++ bindings: automatically detect dynamic type...
2012-11-13 Thomas GeymayerWork around Visual Studio bug
2012-11-12 Thomas GeymayerC++/Nasal bindings: allow registering free function...
2012-11-12 Thomas GeymayerMissing include and more doxygen improvements
2012-11-12 Thomas GeymayerFix file headers
2012-11-12 Thomas GeymayerAdd nasal::Ghost class for exposing C++ classes to...
2012-11-10 Thomas GeymayerAdd from_nasal helper and fix to_nasal for std::vector.
2012-11-09 Thomas GeymayerSome basic C++/Nasal binding helpers
2012-11-08 Thomas GeymayerCanvas cleanup and restructuring
2012-08-17 ThorstenBChristoph Korn/PlayDeb.net: support additional architec...
2012-05-04 ThorstenBopenSUSE "more architectures" patch
2012-04-28 Frederic BouvierNasal is C code, not C++
2012-04-28 James TurnerStrange, somehow missed this file in last commit.
2012-04-28 James TurnerNasal Ghosts can optionally specify member get/set...
2012-04-23 James TurnerFix latent bug in Nasal hash cget / cset functions...
2012-01-09 ThorstenB#587: don't crash on negative sizes
2011-11-05 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-01 James TurnerRemove the remaining Makefiles from the code.
2011-10-30 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-29 ThorstenB#453: Using = as Nasal function argument crashes FG
2011-06-02 ThorstenBfix #314: Nasal not working on i386/32bit systems with...
2010-12-19 James TurnerInitial work on CMake support for SimGear.
2010-11-14 ThorstenBremove old .cvsignore files
2010-02-04 Tim MooreMerge branch 'fredb/winfix'
2010-01-28 Tim MooreMerge branch 'timoore/mat-effect'
2010-01-28 Tim MooreMerge branch 'freb/mingw'
2010-01-25 fredbMINGW patch from BenoƮt Laniel
2009-09-17 Tim MooreMerge branch 'frohlich/weak' into next
2009-07-02 fredbSupport MSVC 64-bit architecture
2009-05-17 Tim MooreMerge branch 'maint' into next
2009-03-30 Tim MooreMerge branch 'maint' into next
2009-02-22 fredbFix to compile with MSC
2009-02-15 Tim MooreMerge branch 'topic/nasal' into next
2009-02-15 mfranz"io.flush() implementation from Melchior. Also add...
2008-12-06 fredbUgly hack to fix a memory corruption problem
2008-09-30 andyYeah, I really shouldn't be in the lexer
2008-09-30 andyAnother lexer fix
2008-09-30 andyFix broken lex.c checkin
2008-09-30 andyFixes for bugs shaken out in the recent push: die prope...
2008-09-26 andyFix parsing for degenerate cases like a[,] a[:] and...
2008-09-26 andySync with Nasal upstream (Melchior already had a chance...
2008-08-25 andyFix typing error with fgetc in readln(). On most boxes...
2007-08-01 andyMelchior discovered that call(call) would crash due...
2007-08-01 andyFix crash in code generator for some bad lvalue expressions
2007-07-31 andyAdd ppc64 to the list of supported platforms based...
2007-05-30 andySync with Nasal upstream. Mostly fixes to naContinue...
2007-05-25 andyGCC on ppc linux uses a different architecture symbol...
2007-05-02 andyEmpty vectors work much better as the result of sorting...
2007-05-02 andyFix crash when sorting newly-allocated empty vectors
2007-04-06 andyMelchior found a bug with negative values in default...
2007-04-06 andysync with Nasal CVS (added a sort() builtin)
2007-04-02 andyFix typo in _M_IX86
2007-04-02 andyRewrite substr() to properly clamp its argument ranges...
2007-04-02 andyAdd missing free functions for win32
2007-04-02 andyUse __FUNCTION__, which works on gcc and MSVC 7/8,...
2007-03-30 andyMelchior points out that NaN/Inf behavior is not platfo...
2007-03-29 andySync with Nasal CVS (soon to become Nasal 1.1). Notabl...
2006-07-05 andyThe previous update (and, embarassingly, the "nasal...
2006-07-03 andyBeen hacking at Nasal recently:
2006-04-10 andyManabu Nishiyama (non-FlightGear Nasal user) discovered an
2006-03-21 andyOops, implement the previously-mentioned fix without...
2006-03-21 andyThe original code (rather oddly) interprets a length...
2006-03-21 andyMelchior discovered that cmp() was just wrong, failing...
2006-03-16 andyThe handle gets nulled out if the user has closed the...
2006-03-15 andyFix broken checkin in iolib.c. Also add the 'bits...
2006-03-15 andyMelchior found the first bug -- report EOF as nil in...
2006-03-15 andyAdd the Nasal I/O library so Melchior can play with...
2006-02-17 ehofmanOlaf Flebbe:
2006-01-10 fredbMSVC vsnprintf ( in fact _vsnprinft ) returns -1 when...
next