--- unity-scopes-api-0.4.2+14.04.20140408.orig/debian/changelog +++ unity-scopes-api-0.4.2+14.04.20140408/debian/changelog @@ -0,0 +1,455 @@ +unity-scopes-api (0.4.2+14.04.20140408-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Merge r298 from devel branch. + + -- Ubuntu daily release Tue, 08 Apr 2014 13:41:30 +0000 + +unity-scopes-api (0.4.2+14.04.20140404.2-0ubuntu1) trusty; urgency=low + + [ Pawel Stolowski ] + * Added ability for defining custom scope runner path, relative + to scope's directories. + * Added support for customization attributes to ScopeMetadata and scope + config files. + * Expose scope_directory in ScopeMetadata. + + [ Ubuntu daily release ] + * debian/*symbols: auto-update new symbols to released version + + -- Ubuntu daily release Fri, 04 Apr 2014 17:36:39 +0000 + +unity-scopes-api (0.4.1+14.04.20140326.1-0ubuntu1) trusty; urgency=low + + * New rebuild forced + + -- Ubuntu daily release Wed, 26 Mar 2014 17:57:37 +0000 + +unity-scopes-api (0.4.0+14.04.20140324-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Backport invalidation raciness fix. + + -- Ubuntu daily release Mon, 24 Mar 2014 13:06:04 +0000 + +unity-scopes-api (0.4.0+14.04.20140319-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Backport the invalidation fix. + + [ Ubuntu daily release ] + * debian/*symbols: auto-update new symbols to released version + + -- Ubuntu daily release Mon, 24 Mar 2014 13:06:02 +0000 + +unity-scopes-api (0.4.0+14.04.20140312.2-0ubuntu1) trusty; urgency=low + + * New rebuild forced + + -- Ubuntu daily release Wed, 12 Mar 2014 20:26:50 +0000 + +unity-scopes-api (0.4.0+14.04.20140312.1-0ubuntu1) trusty; urgency=medium + + [ Michi Henning ] + * Re-factored proxy class implementation. + + + [ Pawel Stolowski, Michi Henning ] + * Renamed various classes and methods in the public API + (see RELEASE_NOTES.txt for details). + + [ Ubuntu daily release ] + * debian/*symbols: auto-update new symbols to released version + + -- Ubuntu daily release Wed, 12 Mar 2014 16:58:43 +0000 + +unity-scopes-api (0.3.2+14.04.20140220.1-0ubuntu1) trusty; urgency=low + + [ Pawel Stolowski ] + * Added ActivationResponse::set_hints method and marked setHints as deprecated. + + -- Ubuntu daily release Thu, 20 Feb 2014 15:08:03 +0000 + +unity-scopes-api (0.3.1+14.04.20140217-0ubuntu1) trusty; urgency=low + + [ Tarmac ] + * Fix triggering of actions on previews from remote scopes. + + -- Ubuntu daily release Mon, 17 Feb 2014 12:40:37 +0000 + +unity-scopes-api (0.3.1+14.04.20140213.1-0ubuntu1) trusty; urgency=low + + [ Tarmac ] + * Various fixes for communication with server scopes. + + [ Michal Hruby ] + * Various fixes for communication with server scopes. + + -- Ubuntu daily release Thu, 13 Feb 2014 18:28:44 +0000 + +unity-scopes-api (0.3.1+14.04.20140211.2-0ubuntu1) trusty; urgency=low + + [ Pawel Stolowski ] + * [ Pawel Stolowski ] + * Added preliminary API for filters and departments. + * Changes to preview action activation API: support for widget id. + * Changes to Annotation API. + * Return ScopeProxy from Result::target_scope_proxy (replaces activation_scope_name). + + -- Ubuntu daily release Tue, 11 Feb 2014 17:55:05 +0000 + +unity-scopes-api (0.2.10-0ubuntu1) UNRELEASED; urgency=low + + [ Michi Henning ] + * More default servant support. + + [ Pawel Stolowski ] + * Additions to the PreviewWidget API. + * Changed VariantMapBuilder to VariantBuilder, with a new API. + * Added support for ColumnLayout. + * Added SearchMetadata class. + + -- Pawel Stolowski Fri, 31 Jan 2014 14:55:10 +0100 + +unity-scopes-api (0.2.8+14.04.20140131.1-0ubuntu1) trusty; urgency=low + + [ Michi Henning ] + * More default servant support. + + [ Pawel Stolowski ] + * Additions to the PreviewWidget API. + * Changed VariantMapBuilder to VariantBuilder, with a new API. + * Added support for ColumnLayout. + + -- Ubuntu daily release Fri, 31 Jan 2014 13:42:16 +0000 + +unity-scopes-api (0.2.6+14.04.20140128-0ubuntu1) trusty; urgency=low + + [ Michi Henning ] + * More default servant support. + * Removed 3.9-specific suppression directive that breaks valgrind + 3.8.x. + * Added formatcode script to build/tools to make it easy to format + individual source files. + * Added support for remote scopes by querying the smart scopes proxy + server. Registry.ini now has two new keys, SS.Registry.Identity and + SS.Registry.Endpoint, which is where the smart scopes proxy server + is expected to provide its registry object. If these keys are not + set, the registry still runs, but prints a warning to say that + remote scopes won't be available. Still missing: we don't have a + refresh policy yet. The remote scopes are read only once, on start- + up. If the smart scopes registry changes, the local registry + currently will not notice this until it is re-started. + * Added create_query_proxy() and create_query_ctrl_proxy() for the SS + proxy server. + + [ Pawel Stolowski ] + * Additions to the PreviewWidget API. + * Define Result and CategorisedResult SPtr and SCPtr. + + -- Ubuntu daily release Tue, 28 Jan 2014 15:40:37 +0000 + +unity-scopes-api (0.2.4+14.04.20140124-0ubuntu1) trusty; urgency=low + + [ Michi Henning ] + * Added ability for scope to push an exception (as an exception_ptr). On the client side, + the exception is delivered as the what() string (if the exception is a std::exception) and + as "unknown exception", otherwise. + * Added abstract bases for all the *Object classes. + * Remove redundant noexcept specifications from destructors. + + [ Jussi Pakkanen ] + * Version bump due to namespace peeling. + * Forward doxygen warnings into a file. + + [ Michal Hruby ] + * Added preview and activation APIs. + + [ Michi Henning ] + * Added default servants for Scope and QueryCtrl interfaces. + + [ Pawel Stolowski ] + * Added set_category to CategorisedResult, removed Variant-based ctor. + + [ Marcus Tomlinson ] + * Ensure that manager_ and reply_ objects are created and destroyed + from within the same Qt thread. (LP: #1267917) + * Added valgrind suppressions for memory leak false positives in Qt. + (LP: #1262496) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 151 + + -- Ubuntu daily release Fri, 24 Jan 2014 10:03:35 +0000 + +unity-scopes-api (0.2.4-0ubuntu2) UNRELEASED; urgency=low + + [ Michi Henning ] + * Added ability for scope to push an exception (as an exception_ptr). On the client side, + the exception is delivered as the what() string (if the exception is a std::exception) and + as "unknown exception", otherwise. + + [ Jussi Pakkanen ] + * Version bump due to namespace peeling. + + [ Michal Hruby ] + * Added preview and activation APIs. + + [ Michi Henning ] + * Added default servants for Scope and QueryCtrl interfaces. + + -- Pawel Stolowski Fri, 24 Jan 2014 14:19:02 +0100 + +unity-scopes-api (0.2.0+14.04.20140120-0ubuntu1) trusty; urgency=low + + [ Michi Henning ] + * Added ability for scope to push an exception (as an exception_ptr). On the client side, + the exception is delivered as the what() string (if the exception is a std::exception) and + as "unknown exception", otherwise. + * Disabled running the tests in parallel for CI. They are not written + to run concurrently because the different tests try to bind to the + same network endpoints. This should almost certainly fix the failure + reported here: + https://launchpadlibrarian.net/159997415/buildlog_ubuntu-saucy- + i386.unity-scopes-api_0.1.5-0~94~ubuntu13.10.1_FAILEDTOBUILD.txt.gz. + * Got rid of chatter from helgrind. (Needs helgrind 3.9.0 or later-- + 3.8.1 generates bogus errors.) Added public destroy() method so it + is possible to shut down the reaper explicitly. Fixed race condition + on setting the self_ weak_ptr. + * Changed code to match macro change here: + https://code.launchpad.net/~michihenning/unity-api/noncopyable- + fix/+merge/200084 Also removed remaining remnants of deprecated + NonCopyable class. + * Added CMake option to build with -fsanitize=thread. Fixed a bunch of + warnings when building with clang. + * Fixed valgrind error in HttpClient_test.cpp: execv was using + deallocated memory. Updated CTestCustom.cmake.in to correctly + suppress the tests that should not be run under valgrind. + * Fixed shutdown in ObjectAdapter and added proper exception handling + if the broker thread or a worker thread encounters an exception. + * Disabled code generation for stand-alone header compilation tests. + This makes the tests run marginally faster. + * Added locate() remote method to the Registry, for the scope + activation logic. + * Changed ScopeLoader to not run the scope in a separate thread. (This + is done by scoperunner anyway.) This fixes the problem of an + exception being thrown by start(), but the scoperunner not realizing + this. (LP: #1262536) + * Added suppressions file for thread sanitizer issues in zmq. + * Fixed race on registry start-up: registry was answering incoming + requests too early. Other minor cosmetic changes: replaced + factory()->create() call with factory()->find() because RuntimeImpl + already instantiates the middleware. Removed redundant #includes. + (LP: #1267026) + * Minor fix: got rid of unnecessary unique_ptr. No functional changes. + * Added formatcode target to CMakeLists.txt. This runs all source and + header files through a pretty-printer. + * Updated code for API changes in latest Cap'n Proto. (LP: #1268538) + * Added check to prevent two servers from binding to the same ipc + endpoint. Added coverage test for double-bind. Removed attempts to + deal with servant destructors that throw. It turns out that this + doesn't work because the destructor is called in the context of the + map destructor, which calls the shared_ptr destructors, so we end up + in terminate(). I might theoretically be possible to do this with a + custom deleter for the map and the shared_ptrs inside the map, but + the trouble isn't worth it. Destructors should never throw, that's + just how it is, and attempts to patch around that are a lost labor + of love. (LP: #1257676) + * Fix to stop SignalThread from spinning if waitpid() is called at a + point where there are no child processes. (LP: #1268524) + * Fixes a bunch of include guards that used the wrong symbol name. + * Added ping() method to all proxies. + + [ Jussi Pakkanen ] + * Version bump due to namespace peeling. + * Use EXPECT_FALSE. + * Use built-in CMake machinery for libdir rather than building paths + yourself. + * Remove extra namespace layers. + * Fix -Werror. + * Fix header include path. + * Make it possible to not run headertests, which are slow. + * Create empty directory where scopes can install their configuration + files. + * Implement Registry. + * Some logging to RegistryObject. + + [ Michal Hruby ] + * Added preview and activation APIs. + * Don't fork inside tests, as it screws up with coverage reports. + * Update tutorial to match with the current public API. + + [ Marcus Tomlinson ] + * Fixed race conditions in HttpClientQtThread and RaiiServer. (LP: + #1262987) + * reply_->abort() (QCoreApplication::sendEvent) replaced by a signal- + slot connection (QCoreApplication::postEvent), which is allowed + across threads. (LP: #1267917) + * Added astyle flag to suppress the creation of .orig files when + formatting code. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 142 + + -- Ubuntu daily release Mon, 20 Jan 2014 16:05:56 +0000 + +unity-scopes-api (0.1.6+14.04.20131219.1-0ubuntu1) trusty; urgency=low + + [ Pawel Stolowski ] + * Added support for [] operator to the Result class, other minor changes to Result API. + * Remove factory_configfile() API as well as the need to define it in + the configuration files. + * Made title / art optional in Result / CategorisedResult. Report + uncaught exceptions from ScopeBase::run() to stderr. (LP: #1259963) + + [ Michal Hruby ] + * Bump version requirements. + * Loosen the version req so it works fine with PPAs. + + [ Jussi Pakkanen ] + * Find libraries instead of using them blindly. + * Fix use of uninitialised variable. + * Use lowercased build type. + * Use the macro version of noncopyable. + * Made compile tests work when CCache is in use. + * Detect jsoncpp with pkg-config. + + [ Marcus Tomlinson ] + * Removed unity/api directories in test tree. (LP: #1249896) + * Introduced Smart Scopes client functionality. + * Fixed timing issue in cancel_get test. + * Mock python servers now scan for an available port on localhost then + return that port to the associated test process. + + [ Michi Henning ] + * Fixed typo in CMakeLists.txt error message. + * Made changes required by new API for exceptions in unity-api: + https://code.launchpad.net/~michihenning/unity-api/what- + fix/+merge/198871. + * Changed CXX flags to not abort the build in release mode when there + is a deprecation warning. + * Add notes on now the client- and server-side invocation and dispatch + are implemented. (LP: #1260253) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 106 + + -- Ubuntu daily release Thu, 19 Dec 2013 21:08:02 +0000 + +unity-scopes-api (0.1.4-0ubuntu2) UNRELEASED; urgency=low + + [ Michal Hruby ] + * Bump version because of the ResultItem rename. + + [ Pawel Stolowski ] + * Added API for annotations. + * Added Result::metadata() getter. Create null Variant with default ctor. + + -- Pawel Stolowski Mon, 09 Dec 2013 19:15:03 +0100 + +unity-scopes-api (0.1.3+14.04.20131211-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Bump version because of the ResultItem rename. + + [ Pawel Stolowski ] + * Added Result::metadata() getter. Create null Variant with default ctor. + * Introduced a base Result class which carries base result attributes + and CategorisedResult class that carries Result + a category and + replaces existing ResultItem class. Provide methods to store a + Result inside a Result. Changed the internal structure of serialized + Result to use "attrs" and "internal" dicts inside the outer dict. + + [ Michi Henning ] + * This fixes a race condition that could cause the thread pool + accessor on the middleware to return nullptr. + + [ James Henstridge ] + * Add a simple API to launch a scope without going through the dlopen + based scope runner for the benefit of language bindings. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 84 + + -- Ubuntu daily release Wed, 11 Dec 2013 10:49:54 +0000 + +unity-scopes-api (0.1.1+14.04.20131204-0ubuntu1) trusty; urgency=low + + [ Michal Hruby ] + * Prepare for PPA release + * Added upstart job for the scope registry. + + [ Pawel Stolowski ] + * Added CategoryRenderer class that encapsulates a json string with + actual category template. + + [ Jussi Pakkanen ] + * Make the option for -Werror apply to plain C too. + + [ Michi Henning ] + * Added scope metadata to config and registry. Optional fields that + are not set throw on an attempt to access them. This allows us to + distinguish "not set all" from "set to default value". Simplified + configuration. Factory.ini no longer exists. Client can now run + without Runtime.ini, but still needs Registry.ini and Zmq.ini. (It + looks for those in the current directory.) Will fix this next. + Various minor clean-up in tests and doc comments. + * Made it optional for client to specify a name, so multiple clients + can run concurrently without stepping on each other. Removed no- + longer-needed source file I should have removed in previous commit. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 78 + + -- Ubuntu daily release Wed, 04 Dec 2013 17:37:08 +0000 + +unity-scopes-api (0.1+14.04.20131127-0ubuntu1) trusty; urgency=low + + [ Michi Henning ] + * Initial release + * Improved notes in INSTALL file. + * Fixed scoperegistry to use new scoperunner and to figure out which + scopes to run from config files. Still to do: deal with overrides + and OEM scopes, particularly the grouping aspect. SignalThread needs + to invoke a callback for clean shut-down on receipt of SIGINT. + * Added reason for why a call to finished() is made (finished, + cancelled, or error). Fixed incorrect return value from push() after + cancellation. Lots of doc fixes and other minor tidy-up. + * Made proxies properly polymorphic, so they derived from a common + base and no longer redudantly store the pimpl and the MWProxy at + each level of the hierarchy. + + [ Ɓukasz 'sil2100' Zemczak ] + * Automatic snapshot from revision 52 (bootstrap) + * Format should be 1.0, not sure why I switched it invalidly + * Re-copyright sources to fit the LGPL-3 license. It's good to have + all sources in one license to avoid confusion - and I guess LGPL-3 + was supposed to be the main one. Also, I guess Lzmqnse is a typo of + License, yes?. + + [ Michal Hruby ] + * Added requires for libunity-api to the pc file, so that linking + works properly when using unity exceptions. + + [ Pawel Stolowski ] + * Implemented support for categories. Added double and array support + to the Variant class. + * Added support for null Variant. + * Renamed ReplyBase to ReceiverBase. Pass ResultItem by value to + ReceiverBase::push. + * First cut at scopes tutorial. Moved move ctor and move assignment + operator of ResultItem from the header file to .cpp to avoid ABI + issues in the future. Renamed 'icon' to 'art' in ResultItem. + * Added category setter to ResultItem. + + [ Jussi Pakkanen ] + * Merged capnp fixes. + * Quote quotes. + * Use unique_ptrs for holding impl objects instead of shared_ptrs + where possible. + * Clang usability fixes. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 71 + + -- Ubuntu daily release Wed, 27 Nov 2013 12:03:03 +0000 --- unity-scopes-api-0.4.2+14.04.20140408.orig/debian/compat +++ unity-scopes-api-0.4.2+14.04.20140408/debian/compat @@ -0,0 +1 @@ +9 --- unity-scopes-api-0.4.2+14.04.20140408.orig/debian/control +++ unity-scopes-api-0.4.2+14.04.20140408/debian/control @@ -0,0 +1,60 @@ +Source: unity-scopes-api +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + cmake, + doxygen, + google-mock, + graphviz, + pkg-config, + python3, + capnproto, + libprocess-cpp-dev (>= 1.0.0), + libunity-api-dev (>= 7.80.5~), + libboost-regex-dev, + libboost-serialization-dev, + libcapnp-dev (>= 0.4.0), + libzmq3-dev, + libzmqpp-dev, + liblttng-ust-dev, + lttng-tools, + qtbase5-dev, + libjsoncpp-dev, +Standards-Version: 3.9.4 +Section: libs +Homepage: https://launchpad.net/unity-scopes-api +# if you don't have have commit access to this branch but would like to upload +# directly to Ubuntu, don't worry: your changes will be merged back into the +# upstream branch +Vcs-Bzr: lp:unity-scopes-api +Vcs-Browser: https://code.launchpad.net/unity-scopes-api + +Package: libunity-scopes1 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Replaces: libunity-scopes0, +Conflicts: libunity-scopes0, +Description: API for Unity scopes integration + Library to integrate scopes with the Unity shell + +Package: libunity-scopes-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends}, +Depends: libunity-scopes1 (= ${binary:Version}), + libunity-api-dev, + ${misc:Depends}, +Description: Header files for Unity scopes API + Library to integrate scopes with the Unity shell (dev files) + +Package: libunity-scopes-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends}, +Description: Documentation for Unity scopes API + Library to integrate scopes with the Unity shell (documentation) --- unity-scopes-api-0.4.2+14.04.20140408.orig/debian/copyright +++ unity-scopes-api-0.4.2+14.04.20140408/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: unity-scopes-api +Source: https://launchpad.net/unity-scopes-api + +Files: * +Copyright: 2013 Canonical Ltd. +License: LGPL-3 + +License: LGPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, version 3 of the License. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + . + On Debian systems, the full text of the GNU General Public License + version 3 can be found in the file /usr/share/common-licenses/LGPL-3. --- unity-scopes-api-0.4.2+14.04.20140408.orig/debian/libunity-scopes-dev.install +++ unity-scopes-api-0.4.2+14.04.20140408/debian/libunity-scopes-dev.install @@ -0,0 +1,4 @@ +usr/include/unity-scopes-0/unity/scopes/* +usr/include/unity-scopes-0/unity-scopes.h +usr/lib/*/libunity-scopes.so +usr/lib/*/pkgconfig/*.pc --- unity-scopes-api-0.4.2+14.04.20140408.orig/debian/libunity-scopes-doc.install +++ unity-scopes-api-0.4.2+14.04.20140408/debian/libunity-scopes-doc.install @@ -0,0 +1 @@ +usr/share/doc/unity-scopes-api/* --- unity-scopes-api-0.4.2+14.04.20140408.orig/debian/libunity-scopes1.install +++ unity-scopes-api-0.4.2+14.04.20140408/debian/libunity-scopes1.install @@ -0,0 +1,7 @@ +usr/lib/*/libunity-scopes.so.* +usr/lib/*/unity-scopes +usr/lib/*/scoperegistry/* +usr/lib/*/scoperunner/* +usr/lib/*/smartscopesproxy/* +usr/share/unity-scopes-api/*.ini +usr/share/upstart/sessions/*.conf --- unity-scopes-api-0.4.2+14.04.20140408.orig/debian/libunity-scopes1.symbols +++ unity-scopes-api-0.4.2+14.04.20140408/debian/libunity-scopes1.symbols @@ -0,0 +1,815 @@ +libunity-scopes.so.1 libunity-scopes1 #MINVER# + (c++)"unity::scopes::Annotation::add_link(std::basic_string, std::allocator > const&, unity::scopes::CannedQuery const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::set_icon(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::set_label(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::Annotation(unity::scopes::Annotation::Type)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::Annotation(unity::scopes::Annotation&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::Annotation(unity::scopes::internal::AnnotationImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::Annotation(unity::scopes::Annotation const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::Annotation(unity::scopes::Annotation::Type)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::Annotation(unity::scopes::Annotation&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::Annotation(unity::scopes::internal::AnnotationImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::Annotation(unity::scopes::Annotation const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::~Annotation()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::operator=(unity::scopes::Annotation&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::operator=(unity::scopes::Annotation const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::set_subdepartments(std::list > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::Department(unity::scopes::Department&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::Department(unity::scopes::CannedQuery const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::Department(unity::scopes::Department const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::Department(std::basic_string, std::allocator > const&, unity::scopes::CannedQuery const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::Department(std::basic_string, std::allocator > const&, unity::scopes::CannedQuery const&, std::basic_string, std::allocator > const&, std::list > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::Department(unity::scopes::Department&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::Department(unity::scopes::CannedQuery const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::Department(unity::scopes::Department const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::Department(std::basic_string, std::allocator > const&, unity::scopes::CannedQuery const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::Department(std::basic_string, std::allocator > const&, unity::scopes::CannedQuery const&, std::basic_string, std::allocator > const&, std::list > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::~Department()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::operator=(unity::scopes::Department&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::operator=(unity::scopes::Department const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterBase::FilterBase(unity::scopes::internal::FilterBaseImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterBase::~FilterBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::from_string()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::set_filter_state(unity::scopes::FilterState const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::set_query_string(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::set_department_id(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::CannedQuery(unity::scopes::CannedQuery&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::CannedQuery(unity::scopes::internal::CannedQueryImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::CannedQuery(unity::scopes::CannedQuery const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::CannedQuery(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::CannedQuery(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::CannedQuery(unity::scopes::CannedQuery&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::CannedQuery(unity::scopes::internal::CannedQueryImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::CannedQuery(unity::scopes::CannedQuery const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::CannedQuery(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::CannedQuery(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::~CannedQuery()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::operator=(unity::scopes::CannedQuery&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::operator=(unity::scopes::CannedQuery const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::remove(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::FilterState(unity::scopes::FilterState&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::FilterState(unity::scopes::internal::FilterStateImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::FilterState(unity::scopes::FilterState const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::FilterState()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::FilterState(unity::scopes::FilterState&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::FilterState(unity::scopes::internal::FilterStateImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::FilterState(unity::scopes::FilterState const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::FilterState()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::~FilterState()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::operator=(unity::scopes::FilterState&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::operator=(unity::scopes::FilterState const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchReply::SearchReply()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchReply::~SearchReply()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::add_column(std::vector, std::allocator >, std::allocator, std::allocator > > >)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::ColumnLayout(unity::scopes::ColumnLayout&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::ColumnLayout(unity::scopes::internal::ColumnLayoutImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::ColumnLayout(unity::scopes::ColumnLayout const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::ColumnLayout(int)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::ColumnLayout(unity::scopes::ColumnLayout&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::ColumnLayout(unity::scopes::internal::ColumnLayoutImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::ColumnLayout(unity::scopes::ColumnLayout const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::ColumnLayout(int)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::~ColumnLayout()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::operator=(unity::scopes::ColumnLayout&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::operator=(unity::scopes::ColumnLayout const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterOption::FilterOption(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterOption::~FilterOption()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ListenerBase::ListenerBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ListenerBase::~ListenerBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewReply::PreviewReply()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewReply::~PreviewReply()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::add_attribute_value(std::basic_string, std::allocator > const&, unity::scopes::Variant const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::add_attribute_mapping(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::PreviewWidget(unity::scopes::PreviewWidget&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::PreviewWidget(unity::scopes::internal::PreviewWidgetImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::PreviewWidget(unity::scopes::PreviewWidget const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::PreviewWidget(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::PreviewWidget(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::PreviewWidget(unity::scopes::PreviewWidget&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::PreviewWidget(unity::scopes::internal::PreviewWidgetImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::PreviewWidget(unity::scopes::PreviewWidget const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::PreviewWidget(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::PreviewWidget(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::~PreviewWidget()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::operator=(unity::scopes::PreviewWidget&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::operator=(unity::scopes::PreviewWidget const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::ScopeMetadata(unity::scopes::ScopeMetadata&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::ScopeMetadata(unity::scopes::ScopeMetadata const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::ScopeMetadata(std::unique_ptr >)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::ScopeMetadata(unity::scopes::ScopeMetadata&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::ScopeMetadata(unity::scopes::ScopeMetadata const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::ScopeMetadata(std::unique_ptr >)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::~ScopeMetadata()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::operator=(unity::scopes::ScopeMetadata&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::operator=(unity::scopes::ScopeMetadata const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::major_version()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::micro_version()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::minor_version()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::set_scope_data(unity::scopes::Variant const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::ActionMetadata(unity::scopes::ActionMetadata&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::ActionMetadata(unity::scopes::internal::ActionMetadataImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::ActionMetadata(unity::scopes::ActionMetadata const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::ActionMetadata(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::ActionMetadata(unity::scopes::ActionMetadata&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::ActionMetadata(unity::scopes::internal::ActionMetadataImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::ActionMetadata(unity::scopes::ActionMetadata const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::ActionMetadata(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::~ActionMetadata()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::operator=(unity::scopes::ActionMetadata&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::operator=(unity::scopes::ActionMetadata const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::set_cardinality(int)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::set_hint(std::basic_string, std::allocator > const&, unity::scopes::Variant const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::SearchMetadata(unity::scopes::SearchMetadata&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::SearchMetadata(unity::scopes::internal::SearchMetadataImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::SearchMetadata(unity::scopes::SearchMetadata const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::SearchMetadata(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::SearchMetadata(int, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::SearchMetadata(unity::scopes::SearchMetadata&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::SearchMetadata(unity::scopes::internal::SearchMetadataImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::SearchMetadata(unity::scopes::SearchMetadata const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::SearchMetadata(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::SearchMetadata(int, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::~SearchMetadata()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::operator=(unity::scopes::SearchMetadata&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::operator=(unity::scopes::SearchMetadata const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::operator[](std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::VariantBuilder::end()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::VariantBuilder::add_tuple(std::initializer_list, std::allocator >, unity::scopes::Variant> > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::VariantBuilder::add_tuple(std::vector, std::allocator >, unity::scopes::Variant>, std::allocator, std::allocator >, unity::scopes::Variant> > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::VariantBuilder::VariantBuilder(unity::scopes::VariantBuilder&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::VariantBuilder::VariantBuilder(unity::scopes::VariantBuilder const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::VariantBuilder::VariantBuilder()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::VariantBuilder::VariantBuilder(unity::scopes::VariantBuilder&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::VariantBuilder::VariantBuilder(unity::scopes::VariantBuilder const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::VariantBuilder::VariantBuilder()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::VariantBuilder::~VariantBuilder()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::VariantBuilder::operator=(unity::scopes::VariantBuilder&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::VariantBuilder::operator=(unity::scopes::VariantBuilder const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::version_string()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ConfigException::ConfigException(unity::scopes::ConfigException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ConfigException::ConfigException(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ConfigException::ConfigException(unity::scopes::ConfigException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ConfigException::ConfigException(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ConfigException::~ConfigException()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ConfigException::operator=(unity::scopes::ConfigException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchQueryBase::subsearch(std::shared_ptr const&, std::basic_string, std::allocator > const&, unity::scopes::FilterState const&, std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchQueryBase::subsearch(std::shared_ptr const&, std::basic_string, std::allocator > const&, std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchQueryBase::subsearch(std::shared_ptr const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, unity::scopes::FilterState const&, unity::scopes::SearchMetadata const&, std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchQueryBase::subsearch(std::shared_ptr const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, unity::scopes::FilterState const&, std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchQueryBase::SearchQueryBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchQueryBase::~SearchQueryBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategoryRenderer::from_file(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategoryRenderer::CategoryRenderer(unity::scopes::CategoryRenderer&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategoryRenderer::CategoryRenderer(unity::scopes::CategoryRenderer const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategoryRenderer::CategoryRenderer(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategoryRenderer::CategoryRenderer(unity::scopes::CategoryRenderer&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategoryRenderer::CategoryRenderer(unity::scopes::CategoryRenderer const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategoryRenderer::CategoryRenderer(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategoryRenderer::~CategoryRenderer()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategoryRenderer::operator=(unity::scopes::CategoryRenderer&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategoryRenderer::operator=(unity::scopes::CategoryRenderer const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewQueryBase::PreviewQueryBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewQueryBase::~PreviewQueryBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::TimeoutException::TimeoutException(unity::scopes::TimeoutException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::TimeoutException::TimeoutException(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::TimeoutException::TimeoutException(unity::scopes::TimeoutException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::TimeoutException::TimeoutException(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::TimeoutException::~TimeoutException()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::TimeoutException::operator=(unity::scopes::TimeoutException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::set_category(std::shared_ptr)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::CategorisedResult(unity::scopes::CategorisedResult&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::CategorisedResult(unity::scopes::internal::ResultImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::CategorisedResult(unity::scopes::CategorisedResult const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::CategorisedResult(std::shared_ptr)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::CategorisedResult(unity::scopes::CategorisedResult&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::CategorisedResult(unity::scopes::internal::ResultImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::CategorisedResult(unity::scopes::CategorisedResult const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::CategorisedResult(std::shared_ptr)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::~CategorisedResult()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::operator=(unity::scopes::CategorisedResult&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::operator=(unity::scopes::CategorisedResult const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::NotFoundException::NotFoundException(unity::scopes::NotFoundException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::NotFoundException::NotFoundException(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::NotFoundException::NotFoundException(unity::scopes::NotFoundException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::NotFoundException::NotFoundException(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::NotFoundException::~NotFoundException()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::NotFoundException::operator=(unity::scopes::NotFoundException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::set_scope_data(unity::scopes::Variant const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::ActivationResponse(unity::scopes::ActivationResponse::Status)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::ActivationResponse(unity::scopes::ActivationResponse&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::ActivationResponse(unity::scopes::internal::ActivationResponseImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::ActivationResponse(unity::scopes::CannedQuery const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::ActivationResponse(unity::scopes::ActivationResponse const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::ActivationResponse(unity::scopes::ActivationResponse::Status)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::ActivationResponse(unity::scopes::ActivationResponse&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::ActivationResponse(unity::scopes::internal::ActivationResponseImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::ActivationResponse(unity::scopes::CannedQuery const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::ActivationResponse(unity::scopes::ActivationResponse const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::~ActivationResponse()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::operator=(unity::scopes::ActivationResponse&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::operator=(unity::scopes::ActivationResponse const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchListenerBase::push(unity::scopes::Annotation)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchListenerBase::push(std::list > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchListenerBase::push(std::list, std::allocator > > const&, unity::scopes::FilterState const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchListenerBase::push(std::shared_ptr)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchListenerBase::SearchListenerBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchListenerBase::~SearchListenerBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationQueryBase::activate()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationQueryBase::cancelled()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationQueryBase::ActivationQueryBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationQueryBase::~ActivationQueryBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::MiddlewareException::MiddlewareException(unity::scopes::MiddlewareException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::MiddlewareException::MiddlewareException(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::MiddlewareException::MiddlewareException(unity::scopes::MiddlewareException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::MiddlewareException::MiddlewareException(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::MiddlewareException::~MiddlewareException()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::MiddlewareException::operator=(unity::scopes::MiddlewareException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewListenerBase::PreviewListenerBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewListenerBase::~PreviewListenerBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::add_option(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::update_state(unity::scopes::FilterState&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, bool)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::create(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, bool)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::OptionSelectorFilter(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, bool)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::OptionSelectorFilter(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::OptionSelectorFilter(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, bool)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::OptionSelectorFilter(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::~OptionSelectorFilter()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationListenerBase::finished(unity::scopes::ListenerBase::Reason, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationListenerBase::activated(unity::scopes::ActivationResponse const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationListenerBase::ActivationListenerBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationListenerBase::~ActivationListenerBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ObjectNotExistException::ObjectNotExistException(unity::scopes::ObjectNotExistException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ObjectNotExistException::ObjectNotExistException(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ObjectNotExistException::ObjectNotExistException(unity::scopes::ObjectNotExistException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ObjectNotExistException::ObjectNotExistException(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ObjectNotExistException::~ObjectNotExistException()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ObjectNotExistException::operator=(unity::scopes::ObjectNotExistException const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Link::Link(unity::scopes::Link&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Link::Link(unity::scopes::Link const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Link::Link(std::basic_string, std::allocator > const&, unity::scopes::CannedQuery const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Link::Link(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Link::Link(unity::scopes::Link&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Link::Link(unity::scopes::Link const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Link::Link(std::basic_string, std::allocator > const&, unity::scopes::CannedQuery const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Link::Link(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Link::~Link()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Link::operator=(unity::scopes::Link const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::swap(unity::scopes::Variant&, unity::scopes::Variant&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Reply::Reply()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Reply::~Reply()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Scope::Scope()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Scope::~Scope()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Object::Object()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Object::~Object()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::set_dnd_uri(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::set_intercept_activation()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::store(unity::scopes::Result const&, bool)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::set_art(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::set_uri(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::set_title(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::Result(unity::scopes::Result&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::Result(unity::scopes::internal::ResultImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::Result(unity::scopes::Result const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::Result(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::Result(unity::scopes::Result&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::Result(unity::scopes::internal::ResultImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::Result(unity::scopes::Result const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::Result(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::~Result()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::operator=(unity::scopes::Result&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::operator=(unity::scopes::Result const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::operator[](std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Runtime::create_scope_runtime(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140324 + (c++)"unity::scopes::Runtime::create(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Runtime::destroy()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Runtime::run_scope(unity::scopes::ScopeBase*, std::basic_string, std::allocator > const&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::Runtime::Runtime(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Runtime::~Runtime()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::null()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::swap(unity::scopes::Variant&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(unity::scopes::Variant&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(char const*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(unity::scopes::internal::NullVariant const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(unity::scopes::Variant const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(std::vector > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(bool)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(double)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(int)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(unity::scopes::Variant&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(char const*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(unity::scopes::internal::NullVariant const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(unity::scopes::Variant const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(std::vector > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(bool)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(double)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant(int)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::Variant()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::~Variant()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::operator=(unity::scopes::Variant&&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::operator=(char const*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::operator=(unity::scopes::Variant const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::operator=(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::operator=(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::operator=(std::vector > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::operator=(bool)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::operator=(double)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::operator=(int)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::StudentsTTest::one_sample(unity::scopes::testing::Sample const&, double, double)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::StudentsTTest::two_independent_samples(unity::scopes::testing::Sample const&, unity::scopes::testing::Sample const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::StudentsTTest::Result::~Result()@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::testing::InProcessBenchmark::for_action(std::shared_ptr const&, unity::scopes::testing::Benchmark::ActionConfiguration)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::InProcessBenchmark::for_preview(std::shared_ptr const&, unity::scopes::testing::Benchmark::PreviewConfiguration)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::InProcessBenchmark::for_activation(std::shared_ptr const&, unity::scopes::testing::Benchmark::ActivationConfiguration)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::InProcessBenchmark::for_query(std::shared_ptr const&, unity::scopes::testing::Benchmark::QueryConfiguration)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::InProcessBenchmark::~InProcessBenchmark()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::AndersonDarlingTest::for_normality(unity::scopes::testing::Sample const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::ScopeMetadataBuilder::description(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::ScopeMetadataBuilder::search_hint(unity::scopes::testing::ScopeMetadataBuilder::Optional, std::allocator > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::ScopeMetadataBuilder::display_name(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::ScopeMetadataBuilder::art(unity::scopes::testing::ScopeMetadataBuilder::Optional, std::allocator > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::ScopeMetadataBuilder::icon(unity::scopes::testing::ScopeMetadataBuilder::Optional, std::allocator > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::ScopeMetadataBuilder::proxy(std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::ScopeMetadataBuilder::hot_key(unity::scopes::testing::ScopeMetadataBuilder::Optional, std::allocator > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::ScopeMetadataBuilder::scope_id(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::ScopeMetadataBuilder::invisible(unity::scopes::testing::ScopeMetadataBuilder::Optional)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::ScopeMetadataBuilder::ScopeMetadataBuilder()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::ScopeMetadataBuilder::~ScopeMetadataBuilder()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::OutOfProcessBenchmark::for_action(std::shared_ptr const&, unity::scopes::testing::Benchmark::ActionConfiguration)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::OutOfProcessBenchmark::for_preview(std::shared_ptr const&, unity::scopes::testing::Benchmark::PreviewConfiguration)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::OutOfProcessBenchmark::for_activation(std::shared_ptr const&, unity::scopes::testing::Benchmark::ActivationConfiguration)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::OutOfProcessBenchmark::for_query(std::shared_ptr const&, unity::scopes::testing::Benchmark::QueryConfiguration)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::OutOfProcessBenchmark::~OutOfProcessBenchmark()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::Result::Result()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::Result::~Result()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::Sample::~Sample()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::Benchmark::Result::save_to_xml(std::basic_ostream >&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::Benchmark::Result::load_from_xml(std::basic_istream >&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::Benchmark::Result::Timing::~Timing()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::Benchmark::Result::save_to(std::basic_ostream >&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::Benchmark::Result::load_from(std::basic_istream >&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::Benchmark::~Benchmark()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::operator==(unity::scopes::testing::Benchmark::Result const&, unity::scopes::testing::Benchmark::Result const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::operator<<(std::basic_ostream >&, unity::scopes::testing::Benchmark::Result const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Category::Category(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, unity::scopes::CategoryRenderer const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Category::Category(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Category::Category(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, unity::scopes::CategoryRenderer const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Category::Category(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Category::~Category()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Registry::Registry()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Registry::~Registry()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::create(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::destroy()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::run_scope(unity::scopes::ScopeBase*, std::basic_string, std::allocator > const&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RuntimeImpl::RuntimeImpl(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::~RuntimeImpl()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeConfig::ScopeConfig(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeConfig::~ScopeConfig()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeLoader::load(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeLoader::stop()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeLoader::start()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeLoader::unload()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeLoader::ScopeLoader(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeLoader::~ScopeLoader()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeObject::perform_action(unity::scopes::Result const&, unity::scopes::ActionMetadata const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::shared_ptr const&, unity::scopes::internal::InvokeInfo const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeObject::query(std::shared_ptr const&, unity::scopes::internal::MiddlewareBase*, std::function ()> const&, std::function (std::shared_ptr, std::shared_ptr)> const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeObject::search(unity::scopes::CannedQuery const&, unity::scopes::SearchMetadata const&, std::shared_ptr const&, unity::scopes::internal::InvokeInfo const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeObject::preview(unity::scopes::Result const&, unity::scopes::ActionMetadata const&, std::shared_ptr const&, unity::scopes::internal::InvokeInfo const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeObject::activate(unity::scopes::Result const&, unity::scopes::ActionMetadata const&, std::shared_ptr const&, unity::scopes::internal::InvokeInfo const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeObject::ScopeObject(unity::scopes::internal::RuntimeImpl*, unity::scopes::ScopeBase*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeObject::~ScopeObject()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSScopeObject::perform_action(unity::scopes::Result const&, unity::scopes::ActionMetadata const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::shared_ptr const&, unity::scopes::internal::InvokeInfo const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSScopeObject::query(unity::scopes::internal::InvokeInfo const&, std::shared_ptr const&, std::function ()> const&, std::function)> const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSScopeObject::search(unity::scopes::CannedQuery const&, unity::scopes::SearchMetadata const&, std::shared_ptr const&, unity::scopes::internal::InvokeInfo const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSScopeObject::preview(unity::scopes::Result const&, unity::scopes::ActionMetadata const&, std::shared_ptr const&, unity::scopes::internal::InvokeInfo const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSScopeObject::activate(unity::scopes::Result const&, unity::scopes::ActionMetadata const&, std::shared_ptr const&, unity::scopes::internal::InvokeInfo const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSScopeObject::SSScopeObject(std::basic_string, std::allocator > const&, std::shared_ptr, std::shared_ptr)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSScopeObject::~SSScopeObject()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSRegistryObject::refresh_thread()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSRegistryObject::get_remote_scopes()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSRegistryObject::add(unity::scopes::internal::smartscopes::RemoteScope const&, unity::scopes::ScopeMetadata const&, std::map, std::allocator >, unity::scopes::ScopeMetadata, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::ScopeMetadata> > >&, std::map, std::allocator >, std::basic_string, std::allocator >, std::less, std::allocator > >, std::allocator, std::allocator > const, std::basic_string, std::allocator > > > >&)@Base" 0.4.0+14.04.20140324 + (c++)"unity::scopes::internal::smartscopes::SSRegistryObject::locate(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSRegistryObject::SSRegistryObject(std::shared_ptr, std::basic_string, std::allocator > const&, unsigned int, unsigned int, std::basic_string, std::allocator > const&, bool)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSRegistryObject::~SSRegistryObject()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeConfig::RUNTIME_CONFIG_GROUP@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RuntimeConfig::RuntimeConfig(std::basic_string, std::allocator > const&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RuntimeConfig::~RuntimeConfig()@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::MiddlewareBase::MiddlewareBase(unity::scopes::internal::RuntimeImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::MiddlewareBase::~MiddlewareBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryConfig::REGISTRY_CONFIG_GROUP@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryConfig::RegistryConfig(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryConfig::~RegistryConfig()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::update_state(unity::scopes::internal::RegistryObject::ScopeProcess::ProcessState)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::on_process_death(int)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::clear_handle_unlocked()@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::update_state_unlocked(unity::scopes::internal::RegistryObject::ScopeProcess::ProcessState)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::exec(core::posix::ChildProcess::DeathObserver&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::kill(std::unique_lock&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::kill()@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::ScopeProcess(unity::scopes::internal::RegistryObject::ScopeExecData)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::ScopeProcess(unity::scopes::internal::RegistryObject::ScopeProcess const&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::ScopeProcess(unity::scopes::internal::RegistryObject::ScopeExecData)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::ScopeProcess(unity::scopes::internal::RegistryObject::ScopeProcess const&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::~ScopeProcess()@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeExecData::~ScopeExecData()@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::state_receiver()@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::add_local_scope(std::basic_string, std::allocator > const&, unity::scopes::ScopeMetadata const&, unity::scopes::internal::RegistryObject::ScopeExecData const&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::is_scope_running(std::basic_string, std::allocator > const&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::on_process_death(core::posix::Process const&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::on_state_received(std::basic_string, std::allocator > const&, unity::scopes::internal::StateReceiverObject::State const&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::remove_local_scope(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryObject::set_remote_registry(std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryObject::locate(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryObject::RegistryObject(core::posix::ChildProcess::DeathObserver&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::~RegistryObject()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::MiddlewareFactory::MiddlewareData::~MiddlewareData()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::MiddlewareFactory::to_kind(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::MiddlewareFactory::MiddlewareFactory(unity::scopes::internal::RuntimeImpl*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::MiddlewareFactory::~MiddlewareFactory()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::set_author(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::deserialize(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::set_hot_key(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::set_scope_id(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::set_invisible(bool)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::set_description(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::set_search_hint(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::set_display_name(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::set_scope_directory(std::basic_string, std::allocator > const&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::ScopeMetadataImpl::set_appearance_attributes(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::ScopeMetadataImpl::create(std::unique_ptr >)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::set_art(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::set_icon(std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::set_proxy(std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::ScopeMetadataImpl(unity::scopes::internal::MiddlewareBase*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::ScopeMetadataImpl(unity::scopes::internal::ScopeMetadataImpl const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::ScopeMetadataImpl(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&, unity::scopes::internal::MiddlewareBase*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::ScopeMetadataImpl(unity::scopes::internal::MiddlewareBase*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::ScopeMetadataImpl(unity::scopes::internal::ScopeMetadataImpl const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::ScopeMetadataImpl(std::map, std::allocator >, unity::scopes::Variant, std::less, std::allocator > >, std::allocator, std::allocator > const, unity::scopes::Variant> > > const&, unity::scopes::internal::MiddlewareBase*)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::operator=(unity::scopes::internal::ScopeMetadataImpl const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::StateReceiverObject::push_state(std::basic_string, std::allocator > const&, unity::scopes::internal::StateReceiverObject::State const&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::StateReceiverObject::StateReceiverObject()@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::StateReceiverObject::~StateReceiverObject()@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::ScopeImpl::perform_action(unity::scopes::Result const&, unity::scopes::ActionMetadata const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeImpl::create(std::shared_ptr const&, unity::scopes::internal::RuntimeImpl*, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeImpl::search(unity::scopes::CannedQuery const&, unity::scopes::SearchMetadata const&, std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeImpl::search(std::basic_string, std::allocator > const&, unity::scopes::FilterState const&, unity::scopes::SearchMetadata const&, std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeImpl::search(std::basic_string, std::allocator > const&, unity::scopes::SearchMetadata const&, std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeImpl::search(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, unity::scopes::FilterState const&, unity::scopes::SearchMetadata const&, std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeImpl::preview(unity::scopes::Result const&, unity::scopes::ActionMetadata const&, std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeImpl::activate(unity::scopes::Result const&, unity::scopes::ActionMetadata const&, std::shared_ptr const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeImpl::ScopeImpl(std::shared_ptr const&, unity::scopes::internal::RuntimeImpl*, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeImpl::~ScopeImpl()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::QueryBase::set_metadata(unity::scopes::SearchMetadata const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::QueryBase::cancel()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::QueryBase::QueryBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::QueryBase::~QueryBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::QueryCtrl::QueryCtrl()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::QueryCtrl::~QueryCtrl()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeBase::perform_action(unity::scopes::Result const&, unity::scopes::ActionMetadata const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeBase::runtime_version(int&, int&, int&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeBase::run()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeBase::activate(unity::scopes::Result const&, unity::scopes::ActionMetadata const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeBase::ScopeBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeBase::~ScopeBase()@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::to_string(unity::scopes::ListenerBase::Reason)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::operator==(unity::scopes::CategoryRenderer const&, unity::scopes::CategoryRenderer const&)@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::annotation_type() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::icon() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::label() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::links() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Annotation::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::subdepartments() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::id() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::label() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::query() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Department::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterBase::filter_type() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterBase::id() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterBase::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::filter_state() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::query_string() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::department_id() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::scope_id() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CannedQuery::to_string() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::has_filter(std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterState::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::number_of_columns() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::size() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::column(int) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ColumnLayout::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterOption::id() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::FilterOption::label() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::widget_type() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::attribute_values() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::attribute_mappings() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::id() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::data() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::PreviewWidget::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::description() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::search_hint() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::display_name() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::scope_directory() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::ScopeMetadata::appearance_attributes() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::ScopeMetadata::art() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::icon() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::proxy() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::author() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::hot_key() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::scope_id() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::invisible() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeMetadata::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::scope_data() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::form_factor() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::locale() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActionMetadata::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::cardinality() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::form_factor() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::contains_hint(std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::hints() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::locale() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::SearchMetadata::operator[](std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ConfigException::self() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategoryRenderer::data() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::TimeoutException::self() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::fwd() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::CategorisedResult::category() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::NotFoundException::name() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::NotFoundException::self() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::scope_data() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::query() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::status() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ActivationResponse::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::MiddlewareException::self() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::multi_select() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::update_state(unity::scopes::FilterState&, std::shared_ptr, bool) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::active_options(unity::scopes::FilterState const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::fwd() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::label() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::OptionSelectorFilter::options() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ObjectNotExistException::id() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ObjectNotExistException::self() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Link::label() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Link::query() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Link::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::direct_activation() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::has_stored_result() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::target_scope_proxy() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::art() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::uri() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::title() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::value(std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::dnd_uri() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::contains(std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::retrieve() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Result::operator[](std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Runtime::proxy_to_string(std::shared_ptr const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Runtime::string_to_proxy(std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Runtime::registry() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::get_double() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::get_string() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::which() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::get_int() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::is_null() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::get_bool() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::get_dict() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::get_array() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::deserialize_json(std::basic_string, std::allocator > const&)@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::Variant::serialize_json() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::Variant::operator==(unity::scopes::Variant const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Variant::operator<(unity::scopes::Variant const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::ScopeMetadataBuilder::operator()() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::Benchmark::Result::Timing::get_variance() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::Benchmark::Result::Timing::is_significantly_faster_than_reference(unity::scopes::testing::Benchmark::Result::Timing const&, double) const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::testing::Benchmark::Result::Timing::is_significantly_faster_than_reference(double, double, double) const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::testing::Benchmark::Result::Timing::is_significantly_slower_than_reference(unity::scopes::testing::Benchmark::Result::Timing const&, double) const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::testing::Benchmark::Result::Timing::is_significantly_slower_than_reference(double, double, double) const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::testing::Benchmark::Result::Timing::get_mean() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::Benchmark::Result::Timing::get_size() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::testing::Benchmark::Result::Timing::enumerate(std::function const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Category::renderer_template() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Category::id() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Category::icon() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Category::title() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::Category::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::configfile() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RuntimeImpl::reply_reaper() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::proxy_to_string(std::shared_ptr const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::string_to_proxy(std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::registry_endpoint() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::registry_identity() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::registry_configfile() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::registry_endpointdir() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::factory() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::registry() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeImpl::scope_id() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeConfig::description() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeConfig::search_hint() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeConfig::display_name() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeConfig::overrideable() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeConfig::scope_runner() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::ScopeConfig::appearance_attributes() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::ScopeConfig::art() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeConfig::icon() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeConfig::author() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeConfig::hot_key() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeConfig::invisible() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeLoader::scope_base() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeLoader::libpath() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeLoader::scope_id() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::smartscopes::SSRegistryObject::get_base_url(std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSRegistryObject::get_metadata(std::basic_string, std::allocator > const&) const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::smartscopes::SSRegistryObject::get_ssclient() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::smartscopes::SSRegistryObject::list() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::smartscopes::SSRegistryObject::has_scope(std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RuntimeConfig::registry_identity() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RuntimeConfig::default_middleware() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RuntimeConfig::registry_configfile() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RuntimeConfig::default_middleware_configfile() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::MiddlewareBase::runtime() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryConfig::endpointdir() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryConfig::mw_configfile() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryConfig::oem_installdir() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryConfig::scope_installdir() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryConfig::scoperunner_path() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryConfig::ss_registry_endpoint() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryConfig::ss_registry_identity() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryConfig::mw_kind() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryConfig::endpoint() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryConfig::identity() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::wait_for_state(unity::scopes::internal::RegistryObject::ScopeProcess::ProcessState, int) const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::wait_for_state(std::unique_lock&, unity::scopes::internal::RegistryObject::ScopeProcess::ProcessState, int) const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::ScopeProcess::state() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::get_metadata(std::basic_string, std::allocator > const&) const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::RegistryObject::list() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::MiddlewareFactory::find_unlocked(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::MiddlewareFactory::find(std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::MiddlewareFactory::find(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::MiddlewareFactory::create(std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&) const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::description() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::search_hint() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::display_name() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::scope_directory() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::ScopeMetadataImpl::appearance_attributes() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::ScopeMetadataImpl::art() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::icon() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::proxy() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::author() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::hot_key() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::scope_id() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::invisible() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::ScopeMetadataImpl::serialize() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::internal::StateReceiverObject::state_received() const@Base" 0.4.2+14.04.20140404.2 + (c++)"unity::scopes::internal::ScopeImpl::fwd() const@Base" 0.4.0+14.04.20140312.1 + (c++)"unity::scopes::ScopeBase::scope_directory() const@Base" 0.4.2+14.04.20140404.2 + (c++)"typeinfo for unity::scopes::Annotation@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::FilterBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::SearchReply@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::ListenerBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::PreviewReply@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::PreviewWidget@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::VariantBuilder@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::ConfigException@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::SearchQueryBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::CategoryRenderer@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::PreviewQueryBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::TimeoutException@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::CategorisedResult@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::NotFoundException@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::SearchListenerBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::ActivationQueryBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::MiddlewareException@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::PreviewListenerBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::OptionSelectorFilter@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::ActivationListenerBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::ObjectNotExistException@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::Reply@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::Scope@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::Object@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::Result@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::testing::InProcessBenchmark@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::testing::OutOfProcessBenchmark@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::testing::Result@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::testing::Sample@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::testing::Benchmark::Result::Timing@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::testing::Benchmark::Result@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::testing::Benchmark@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::Category@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::Registry@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::QueryBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::QueryCtrl@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo for unity::scopes::ScopeBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::Annotation@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::FilterBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::SearchReply@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::ListenerBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::PreviewReply@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::PreviewWidget@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::VariantBuilder@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::ConfigException@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::SearchQueryBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::CategoryRenderer@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::PreviewQueryBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::TimeoutException@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::CategorisedResult@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::NotFoundException@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::SearchListenerBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::ActivationQueryBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::MiddlewareException@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::PreviewListenerBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::OptionSelectorFilter@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::ActivationListenerBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::ObjectNotExistException@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::Reply@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::Scope@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::Object@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::Result@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::testing::InProcessBenchmark@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::testing::OutOfProcessBenchmark@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::testing::Result@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::testing::Sample@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::testing::Benchmark::Result::Timing@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::testing::Benchmark::Result@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::testing::Benchmark@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::Category@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::Registry@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::QueryBase@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::QueryCtrl@Base" 0.4.0+14.04.20140312.1 + (c++)"typeinfo name for unity::scopes::ScopeBase@Base" 0.4.0+14.04.20140312.1 + (c++)"VTT for unity::scopes::SearchReply@Base" 0.4.0+14.04.20140312.1 + (c++)"VTT for unity::scopes::PreviewReply@Base" 0.4.0+14.04.20140312.1 + (c++)"VTT for unity::scopes::ConfigException@Base" 0.4.0+14.04.20140312.1 + (c++)"VTT for unity::scopes::TimeoutException@Base" 0.4.0+14.04.20140312.1 + (c++)"VTT for unity::scopes::NotFoundException@Base" 0.4.0+14.04.20140312.1 + (c++)"VTT for unity::scopes::MiddlewareException@Base" 0.4.0+14.04.20140312.1 + (c++)"VTT for unity::scopes::ObjectNotExistException@Base" 0.4.0+14.04.20140312.1 + (c++)"VTT for unity::scopes::Reply@Base" 0.4.0+14.04.20140312.1 + (c++)"VTT for unity::scopes::Scope@Base" 0.4.0+14.04.20140312.1 + (c++)"VTT for unity::scopes::Registry@Base" 0.4.0+14.04.20140312.1 + (c++)"VTT for unity::scopes::QueryCtrl@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::Annotation@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::FilterBase@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::SearchReply@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::ListenerBase@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::PreviewReply@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::PreviewWidget@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::VariantBuilder@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::ConfigException@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::SearchQueryBase@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::CategoryRenderer@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::PreviewQueryBase@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::TimeoutException@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::CategorisedResult@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::NotFoundException@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::SearchListenerBase@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::ActivationQueryBase@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::MiddlewareException@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::PreviewListenerBase@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::OptionSelectorFilter@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::ActivationListenerBase@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::ObjectNotExistException@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::Reply@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::Scope@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::Object@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::Result@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::testing::InProcessBenchmark@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::testing::OutOfProcessBenchmark@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::testing::Result@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::testing::Sample@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::testing::Benchmark::Result::Timing@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::testing::Benchmark@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::Category@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::Registry@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::QueryBase@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::QueryCtrl@Base" 0.4.0+14.04.20140312.1 + (c++)"vtable for unity::scopes::ScopeBase@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::SearchReply::~SearchReply()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::PreviewReply::~PreviewReply()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::ConfigException::~ConfigException()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::TimeoutException::~TimeoutException()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::NotFoundException::~NotFoundException()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::MiddlewareException::~MiddlewareException()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::ObjectNotExistException::~ObjectNotExistException()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::Reply::~Reply()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::Scope::~Scope()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::Registry::~Registry()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::QueryCtrl::~QueryCtrl()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::TimeoutException::~TimeoutException()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::ObjectNotExistException::~ObjectNotExistException()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::ConfigException::self() const@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::TimeoutException::self() const@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::NotFoundException::self() const@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::MiddlewareException::self() const@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::ObjectNotExistException::self() const@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::ConfigException::~ConfigException()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::TimeoutException::~TimeoutException()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::NotFoundException::~NotFoundException()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::MiddlewareException::~MiddlewareException()@Base" 0.4.0+14.04.20140312.1 + (c++)"virtual thunk to unity::scopes::ObjectNotExistException::~ObjectNotExistException()@Base" 0.4.0+14.04.20140312.1 --- unity-scopes-api-0.4.2+14.04.20140408.orig/debian/rules +++ unity-scopes-api-0.4.2+14.04.20140408/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --parallel --fail-missing + +override_dh_auto_configure: + dh_auto_configure -- -DLIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) + +# Tests are not written to be run in parallel. +override_dh_auto_test: + dh_auto_test --max-parallel=1 -- ARGS="--verbose" --- unity-scopes-api-0.4.2+14.04.20140408.orig/debian/source/format +++ unity-scopes-api-0.4.2+14.04.20140408/debian/source/format @@ -0,0 +1 @@ +1.0