Commit Graph

34 Commits (2d8f0daeefb51bc983761abc12f324124fc76dbb)

Author SHA1 Message Date
Victor Seva 2bf464e5cb Imported Upstream version 1.6.0~20150612~a2d214df36
10 years ago
Victor Seva df9992620d Imported Upstream version 1.6.0~20140516~eaa616
11 years ago
Raphael Coeffic 3af67ec695 adds AmDynInvoke pointer to the supported payloads in AmArg.
15 years ago
Stefan Sayer 7dcb7e2abb added OpenSSL linking exception to license
15 years ago
Stefan Sayer 54b79a65fb core: fix isArgDouble test macro
15 years ago
Stefan Sayer a4f3eb72c9 let AmArg be ArgObject (so AmArg can contain a reference to AmArg without the need to copy the whole value)
15 years ago
Stefan Sayer 1fa81f84fc added isArgUndef macro
16 years ago
Stefan Sayer 8fc7d2baaa bool type for AmArg
16 years ago
Stefan Sayer 76af27b993 Convenience constructor for ArgObject. invalidate() before assigning ArgObject
16 years ago
Stefan Sayer 97c44eced4 push and pop functions; making assert... functions visible
16 years ago
Stefan Sayer e65a1296db print function for AmArg to represent in debug output
16 years ago
Stefan Sayer 8a857f6803 making assertArray() and assertStruct() publicly accessible
16 years ago
Stefan Sayer 0756084299 equality check for AmArg
17 years ago
Stefan Sayer f366f0f922 add erase function. fix size() for struct
17 years ago
Stefan Sayer 35b2c9aebd fixed error msg
17 years ago
Stefan Sayer 75c40f15e5 SEMS-40: improved logging
17 years ago
Stefan Sayer b38fe059b8 added AmArg::clear function
17 years ago
Stefan Sayer 21fa7890ce GCC 4.3 missing includes Easy fixes from Peter
17 years ago
Stefan Sayer 9411ad3ac8 fixes for SEMS on Solaris
18 years ago
Stefan Sayer 6fed281bac adds struct (attribute-value map), some convenience contructors, and correct assignment operator
18 years ago
Stefan Sayer d87513d82a added the ArgBlob variant type, which is a type that owns a binary blob of data. see doxygen doc for details.
18 years ago
Stefan Sayer df041a16ed train ride doxygen documentation
18 years ago
Stefan Sayer 494641793c convenience macros for checking amarg type
18 years ago
Stefan Sayer e6dec3329d made assertArray public so that empty arg-arrays can be created
18 years ago
Stefan Sayer 6d721d6244 made AmArg size() const
18 years ago
Stefan Sayer 29cc0cf236 combined AmArg and AmArgArray into one class
18 years ago
Stefan Sayer 53ba4b63a5 AmArgArray can be ArgObject
18 years ago
Stefan Sayer e8e19a39df corrected AmArg ownership of ArgObject.
18 years ago
Stefan Keller 0903675067 - added a new plugin type "logging facility" for plugins which want to receive all log messages
18 years ago
Stefan Sayer 7c964b9b03 unifies indentation level in all source files to 2 (-i2)
19 years ago
Stefan Sayer 00e3b5b89f stats server extended:
19 years ago
Stefan Sayer 349378a86d Objects may be passed through DI interface (still lacks refcounting)
19 years ago
Stefan Sayer 809a2727d7 added doxygen class documentation
19 years ago
Raphael Coeffic 14c69b1672 moved the user timer (used to be known as AmSessionTimer) to the session_timer plugin.
19 years ago