Gunnar Beutner
|
3008d5ef31
|
Improve performance for field accesses
fixes #11612
|
2016-04-18 17:05:22 +02:00 |
Gunnar Beutner
|
599929b0f6
|
Update copyright headers for 2016
|
2016-01-12 08:29:59 +01:00 |
Michael Friedrich
|
545607be9f
|
Fix that custom attribute with function value cannot be cloned
fixes #10583
|
2015-11-11 14:18:25 +01:00 |
Gunnar Beutner
|
e3c75faabc
|
Implement support for recursive object locks
fixes #10596
|
2015-11-11 10:21:30 +01:00 |
Gunnar Beutner
|
a51bc4010a
|
Fix indentation for Dictionary::ToString
fixes #10527
|
2015-11-04 08:44:56 +01:00 |
Gunnar Beutner
|
dd77863910
|
Implement Array::ToString and Dictionary::ToString
fixes #10329
|
2015-10-26 11:05:24 +01:00 |
Gunnar Beutner
|
fd2cd7a3a5
|
Use operator[] instead of insert() for Dictionary::Set
refs #10428
|
2015-10-23 06:19:46 +02:00 |
Michael Friedrich
|
428be72bab
|
Implement Object#clone and rename Array/Dictionary#clone to shallow_clone
fixes #9931
|
2015-08-17 13:59:49 +02:00 |
Gunnar Beutner
|
db8b4afa58
|
Fix incorrect base class name for Array/Dictionary/etc.
refs #9921
|
2015-08-17 08:14:04 +02:00 |
Gunnar Beutner
|
91da55872d
|
Avoid unnecessary dictionary lookups
fixes #8922
|
2015-03-31 11:45:38 +02:00 |
Gunnar Beutner
|
43f709c22a
|
Fix complexity class for Dictionary::Get
fixes #8919
|
2015-03-31 10:39:02 +02:00 |
Gunnar Beutner
|
37aa3413d8
|
Allow some of the Array and Dictionary methods to be inlined by the compiler
fixes #8666
|
2015-03-10 13:46:24 +01:00 |
Gunnar Beutner
|
9181d7ae05
|
Add missing service name in check results
refs #8257
|
2015-03-05 20:50:27 +01:00 |
Gunnar Beutner
|
fb323ee215
|
Evaluate apply filters in the for loop
fixes #7610
|
2015-01-29 12:38:25 +01:00 |
Michael Friedrich
|
78bfd0204c
|
Update copyright year
|
2015-01-22 12:00:23 +01:00 |
Gunnar Beutner
|
aa38dde1fc
|
Implement prototype functions
fixes #8065
|
2014-12-12 15:22:37 +01:00 |
Gunnar Beutner
|
478f03b49a
|
Replace boost::shared_ptr with boost::intrusive_ptr
refs #7622
|
2014-11-09 16:54:41 +01:00 |
Gunnar Beutner
|
9f7c97051e
|
Hide attributes in command auto-completion which cannot be set
refs #7403
|
2014-10-31 08:49:14 +01:00 |
Gunnar Beutner
|
7559273359
|
Replace cJSON with YAJL
fixes #7452
|
2014-10-26 20:00:35 +01:00 |
Gunnar Beutner
|
632026cd9f
|
Rename C++ header files.
Fixes #6291
|
2014-05-25 16:27:14 +02:00 |
Gunnar Beutner
|
9c3e399188
|
Remove unnecessary includes.
Fixes #6189
|
2014-05-11 18:11:32 +02:00 |
Gunnar Beutner
|
ec7c90d5d7
|
Allow dictionaries to contain null values.
Fixes #5986
|
2014-04-09 10:52:13 +02:00 |
Gunnar Beutner
|
02fc3278c8
|
Implement missing operators for the Value class.
Fixes #5804
|
2014-03-20 13:02:31 +01:00 |
Michael Friedrich
|
ce737ff2f3
|
Change copyright header (again).
Fixes #5424
|
2014-03-19 11:42:47 +01:00 |
Michael Friedrich
|
84be5e3413
|
Implement StatsFunction Registry for features.
Refs #5622
|
2014-02-17 17:53:41 +01:00 |
Michael Friedrich
|
555d72150a
|
Update copyright header.
Fixes #5424
|
2014-01-09 00:32:11 +01:00 |
Gunnar Beutner
|
f05858d3ad
|
Avoid unnecessary copies when iterating over dictionaries.
Refs #5246
|
2013-12-02 11:07:38 +01:00 |
Gunnar Beutner
|
6acc017707
|
Remove namespace qualifiers for boost::make_shared and boost::enable_shared_from_this.
Fixes #5012
|
2013-11-07 08:28:33 +01:00 |
Gunnar Beutner
|
bf1a800e39
|
Update copyright information.
|
2013-09-25 07:45:56 +02:00 |
Gunnar Beutner
|
f39f69d390
|
Refactor ASSERT macro.
|
2013-08-28 08:18:58 +02:00 |
Gunnar Beutner
|
f49bb3d150
|
Refactor JSON-RPC library and implement check-result messages.
|
2013-08-27 12:21:41 +02:00 |
Gunnar Beutner
|
0d64a8fd32
|
Don't seal DynamicObject updates.
|
2013-06-19 10:37:50 +02:00 |
Gunnar Beutner
|
fcdb690b48
|
Even more unit tests.
|
2013-04-19 12:58:16 +02:00 |
Gunnar Beutner
|
d0113e33da
|
Add more unit tests.
|
2013-04-19 11:27:18 +02:00 |
Gunnar Beutner
|
97fee26289
|
Remove @threadsafety doc strings
Fixes #3889
|
2013-03-22 12:02:20 +01:00 |
Gunnar Beutner
|
0bb0711d72
|
Refactor #includes (Part 2).
|
2013-03-16 21:18:53 +01:00 |
Gunnar Beutner
|
3073200b53
|
Cleaned up #includes (Part 1).
|
2013-03-15 18:21:29 +01:00 |
Gunnar Beutner
|
1ef7399cea
|
Remove support for anonymous dictionary items.
|
2013-03-14 12:40:02 +01:00 |
Gunnar Beutner
|
98ba1424b5
|
Implement proper support for JSON arrays.
|
2013-03-10 09:08:59 +01:00 |
Gunnar Beutner
|
e2416b5b54
|
Check return values of SymGetLineFromAddr64 and SymFromAddr.
|
2013-03-07 16:00:10 +01:00 |
Gunnar Beutner
|
be95f3171d
|
Even more code refactoring.
|
2013-03-04 15:52:42 +01:00 |
Gunnar Beutner
|
572a477da3
|
Refactored object locking code.
|
2013-03-01 12:07:52 +01:00 |
Gunnar Beutner
|
2ef255b9f6
|
Fine-grained locks (WIP, Part 9).
|
2013-02-24 01:10:34 +01:00 |
Gunnar Beutner
|
a4c7052a6e
|
Fine-grained locks (WIP, Part 2).
|
2013-02-18 14:40:24 +01:00 |
Gunnar Beutner
|
ee37e0cace
|
Implemented environment-based macros.
|
2013-02-09 23:02:33 +01:00 |
Gunnar Beutner
|
c04cfb9dac
|
Make sure that unnamed items in a dictionary are always in the order they were inserted in.
|
2013-02-07 09:36:17 +01:00 |
Gunnar Beutner
|
b887f14d96
|
Use BOOST_THROW_EXCEPTION instead of boost::throw_exception()
Fixes #3636
|
2013-02-06 12:51:12 +01:00 |
Gunnar Beutner
|
8e2801e062
|
Updated documentation.
|
2012-09-19 12:32:39 +02:00 |
Gunnar Beutner
|
fee4246f55
|
Updated doxygen documentation.
|
2012-09-17 13:35:55 +02:00 |
Gunnar Beutner
|
063d69ed96
|
Added missing doc strings.
|
2012-09-14 14:41:17 +02:00 |