]> git.mxchange.org Git - simgear.git/history - simgear/nasal
HTTP terra sync: fix hash cache handling
[simgear.git] / simgear / nasal /
2015-06-07 James TurnerRemove some debug output.
2015-03-13 Rebecca N. PalmerMake nasal/iolib.h available to flightgear (for io...
2015-03-13 Rebecca N. PalmerMove Nasal io.open to flightgear
2015-03-11 James TurnerFreeBSD / clang fix from Gerald Laplanche
2015-01-18 Rebecca N. PalmerFix endianness tests, allowing arm64 support
2014-11-23 Thomas GeymayerNasal: add an naRef to ghosts to allow for proper gc...
2014-09-27 Torsten DreyerMerge branch 'UniformFactory' into next
2014-09-15 Thomas Geymayercppbind: check if ghost is of wrong type.
2014-07-31 Thomas GeymayerLots of (mostly) doxygen fixes/cleanup.
2014-07-29 Thomas GeymayerImprove (mostly Canvas event related) documentation.
2014-07-21 Thomas GeymayerHopefully final fix for old gcc...
2014-07-21 Thomas GeymayerOne more fix for old gcc.
2014-07-21 Thomas GeymayerTrying to make old gcc on Jenkins happy.
2014-07-20 Thomas Geymayercppbind: helper to call Nasal methods on NasalWidget.
2014-07-20 Thomas Geymayercppbind: fix Ghost casting/storage in polymorphic class...
2014-07-14 Thomas GeymayerNasal: require 0o as prefix for octal numbers.
2014-06-26 Thomas Geymayerfix g++ 4.4: "warning: suggest parentheses around ...
2014-06-26 Thomas GeymayerNasal: fix parsing octal/hex numbers in strings as...
2014-06-23 Thomas Geymayernasal::Ghost: improve intrusive pointer storage and...
2014-06-20 Thomas GeymayerNasal: better error message for non-numeric string.
2014-06-17 Thomas GeymayerNasal: support for standard bitwise operators.
2014-06-15 Thomas Geymayercppbind: queue Ghosts for deletion and delete outside gc.
2014-06-15 Thomas Geymayercanvas::Layout: proper cleanup/update on removing items.
2014-06-12 Thomas Geymayercanvas::Layout: support height-for-width layouting.
2014-06-10 Thomas Geymayercppbind: expose SGRect as [x, y, w, h]
2014-06-04 Thomas Geymayercppbind::Ghost: improve compiler error message for...
2014-06-04 Thomas GeymayerThis has to work on windows now^^
2014-06-04 Thomas GeymayerHopefully fixing windows build.
2014-06-04 Thomas GeymayerNow the real fix for old compilers...
2014-06-04 Thomas GeymayerFix headless build and reduce include dependencies.
2014-06-04 Thomas GeymayerTrying to fix problems retrieving static member address...
2014-06-03 Thomas GeymayerFix for old versions of Boost.
2014-06-03 Thomas Geymayercppbind::Ghost: safely use strong and weak references.
2014-06-01 Thomas GeymayerCanvas/Layout: tweak the way elements are exposed to...
2014-05-30 Thomas Geymayercppbind: use Hash iterators to extract simgear::Map
2014-05-30 Thomas GeymayerFix for clang/template dependent name lookup.
2014-05-29 Thomas Geymayercppbind: some new methods and safer type check.
2014-05-29 Thomas Geymayernasal::Hash: add iterators.
2014-05-27 James TurnerFix bad Nasal parse of ‘foo[]’.
2014-05-18 Thomas Geymayercppbind.Ghost: more member overloads.
2014-05-18 Thomas Geymayercppbind.Ghost: clean up a bit
2014-05-18 Thomas Geymayercppbind: convert maps from nasal.
2014-05-18 Thomas Geymayercppbind.Ghost: register _get called on retrieving unset...
2014-05-10 Thomas Geymayercppbind: from_nasal/to_nasal for SGWeakReferenced based...
2014-05-06 Thomas Geymayercppbind: add naContext/naRef overload to Ghost::_set
2014-05-06 Thomas GeymayerSGSharedPtr/SGWeakPtr: add some methods/operators
2014-05-05 Thomas Geymayercppbind: small logging/warning updates.
2014-05-05 Thomas Geymayercppbind.Ghost: register _set called on setting new...
2014-05-05 Thomas Geymayercppbind: disable special handling of 'parents' for...
2014-05-05 Thomas GeymayerNasal: allow ghost as 'me' for 'call'
2014-04-15 Thomas Geymayermath/nasal: Add more SGRect members and nasal helper.
2014-03-31 Thomas Geymayercppbind: fix testing for naRef identity.
2014-03-27 Thomas Geymayernasal::Ghost: remove bogus warning.
2014-03-22 Thomas Geymayercppbind: fix problem with function call without arguments.
2014-03-22 Thomas Geymayercppbind: allow calling methods with 'me' object from...
2014-03-12 Thomas Geymayercppbind: Do not derive from SGReferenced if there is...
2014-03-11 Thomas Geymayercppbind: fix possible usage of expired object from...
2013-12-19 Rebecca PalmerFix test failure on char-unsigned-by-default architectu...
2013-12-04 Thomas Geymayercppbind: don't leak nasal references for Ghost methods.
2013-12-01 Thomas Geymayercppbind: Fix detecting derived Ghosts
2013-12-01 Thomas Geymayercppbind: make ghost_type static to keep same pointer...
2013-11-23 James TurnerReset: allow re-init of Nasal Ghosts.
2013-10-27 Thomas GeymayerNew class simgear::Map extending std::map interface.
2013-10-25 Thomas Geymayercppbind: automatic conversion of SGReferenced derived...
2013-10-16 Thomas GeymayerNasal: do not print invalid elements for error backtraces.
2013-10-15 Thomas Geymayercppbind: convert Nasal functions to C++ boost::function.
2013-10-15 Thomas Geymayercppbind: fix bad class hierarchy for bad_nasal_cast.
2013-10-15 Thomas GeymayerNasal: use correct function pointer in naCall (with...
2013-10-15 Thomas GeymayerNasal: recursive method calling.
2013-10-14 Thomas GeymayerNasal: add naGCSave/naGCRelease for preventing objects...
2013-10-14 Thomas Geymayercppbind: add to_nasal_helper for enums.
2013-10-13 Thomas Geymayercppbind: Catch exceptions before reaching C code.
2013-10-09 James TurnerAnother attempt to make MSVC happy!
2013-10-09 James TurnerFix MSVC build, no C99 so no round().
2013-10-09 James TurnerReset: Nasal additions to force GC, clear saved refs.
2013-10-03 James TurnerExtend built-in Nasal math.
2013-09-14 James TurnerBah, tested on the wrong compiler, so missed a file.
2013-09-14 James TurnerPrefix GCC version constant.
2013-07-23 James TurnerFix for #587, crash on break/continue.
2013-07-23 James TurnerInitialise token precedence rule.
2013-07-23 James TurnerBug 585, assignment to multiple l-values.
2013-07-23 James TurnerBug 737, crash parsing default args.
2013-07-15 Thomas Geymayernasal::String: add ends_with method
2013-06-02 Thomas GeymayerMake nasal::Ghost usable with weak_ptr
2013-05-01 Thomas GeymayerAllow adding a contition to locked-track animation
2013-04-25 Thomas GeymayerRemove debug output (and shorten test names)
2013-04-12 Thomas GeymayerNasal: add naVec_removelast. (Thanks to Philosopher)
2013-04-01 Thomas Geymayernasal::Ghost tweaking to allow using with osg::oberser_ptr.
2013-03-23 Thomas Geymayernasal::Ghost tweaking and to_nasal_helper for SGGeod.
2013-03-19 Thomas Geymayercppbind: add from_nasal_helper to convert Nasal ghosts...
2013-03-15 Thomas GeymayerCMake: Create list of libs for testing only once
2013-03-06 Thomas GeymayerFix some warnings
2013-03-06 Thomas Geymayercppbind: allow adding free functions accepting nasal...
2013-03-05 Thomas GeymayerMay MSVC likes this more...
2013-03-05 Thomas Geymayercppbind: Add some methods to nasal::CallContext
2013-03-04 Thomas Geymayercppbind: Tweak from_nasal error reporting
2013-03-04 Thomas GeymayerSilence MSVC
2013-03-04 Thomas Geymayercppbind: tweaking from_nasal/to_nasal.
2013-03-03 Thomas Geymayercppbind: faster from_nasal for bool and fix VS warning.
2013-03-03 Thomas Geymayercppbind: refactor to_nasal for better name lookup.
next