/external/jcommander/ |
D | CHANGELOG | 6 Added: JCommander#acceptUnknownOption and JCommander#getUnknownArgs 7 Added: JCommander#allowAbbreviatedOptions (default: false) 8 Added: JCommander#setCaseSensitiveOptions (default: true) 9 Added: Support for enums (Scott M Stark) 23 Added: IValueValidator to validate parameter values (typed) as opposed to IParameterValidator which… 24 Added: echoInput, used when password=true to echo the characters (Jason Wheeler) 25 Added: @Parameter(help = true) 35 Added: Default passwords are no longer displayed in the usage (Paul Mendelson) 36 Added: Variable arities now work magically, no need for IVariableArity any more 47 Added: @DynamicParameter [all …]
|
/external/testng/ |
D | CHANGES.txt | 67 Added: GITHUB-631: Avoid the static limitation of external DataProvider. (Julien Herr) 68 Added: GITHUB-631: Allow to use Guice injection in DataProvider. (Julien Herr) 69 Added: Drop support of Java6 and previous. 70 Added: GITHUB-617: Allow injection of org.testng.ITestContext into the guice parent module. (Julien… 79 Added: GITHUB-616: org.testng.internal.Version will be always up-to-date (Julien Herr) 123 Added: Descriptions in the HTML reports 124 Added: Various improvements to EmailableReporter (Abraham Lin) 125 Added: Allow injection of java.lang.reflect.Constructor and org.testng.ITestNGMethod into DataProvi… 137 Added: Predefined listeners (Tim Wu) 144 Added: Big performance improvement when generating the reports (Frank Pavageau) [all …]
|
/external/vixl/doc/ |
D | changelog.md | 22 + Added support for `umulh` instruction. 23 + Added support for `fcmpe` and `fccmpe` instructions. 37 + Added support for `prfm` prefetch instructions. 38 + Added support for all `frint` instruction variants. 75 + Added support for `frintm`. 77 + Added more tests for floating point instruction simulation. 92 + Added support for `fmadd`, `fnmadd`, `fnmsub`, `fminnm`, `fmaxnm`, 94 + Added support for assembling and disassembling `isb`, `dsb` and `dmb`. 95 + Added support for automatic inversion of compare instructions when using 97 + Added support for using `movn` when generating immediates. [all …]
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/ |
D | CHANGES | 3 *) Added support for pypy 2.2 20 *) Added support for the following grouping @-rules: 23 *) Added support for Python 3.4 and Jython 2.7 28 *) Added compat option to setup.py supporting the pip installer 30 *) Added support for pypy (1.9, 2.0) 32 *) Added support for jython (2.5) 37 *) Added support for Python 3.3
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/ |
D | CHANGES | 3 *) Added support for pypy 2.2 20 *) Added command line option for keeping comments starting with an exclamation 23 *) Added command line option for disabling the C implemention (-p) 25 *) Added support for python 3.4 27 *) Added support for keeping comments starting with an exclamation mark. This 37 *) Added support for jython 2.7 42 *) Added compat option to setup.py supporting the pip installer 44 *) Added support for pypy (1.9, 2.0) 46 *) Added support for jython (2.5) 56 *) Added support for Python 3.3
|
/external/markdown/docs/ |
D | CHANGE_LOG | 12 Feb 2009: Added support for multi-level lists to new Blockprocessors. 14 Jan 2009: Added HTML 4 output as an option (thanks Eric Abrahamsen) 16 Nov 2008: Added Definistion List ext. Replaced old core with BlockProcessors. 20 Refactored tree tarversing. Added treap implementation, then replaced with 28 August 18 2008: Reorganized directory structure. Added a 'docs' dir 30 Added additional documentation and a few bug fixes. (v2.0-beta) 32 August 4 2008: Updated included extensions to ElementTree. Added a 41 May 2008: Added a number of additional extensions to the 62 Nov 29, 2007: Added support for images inside links. Also fixed 80 Oct 9, 2007: Added textPreprocessor (from 1.6b). [all …]
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | TriangularSolver.h | 25 template<typename ExpressionType, unsigned int Added, unsigned int Removed> 28 Flagged<ExpressionType,Added,Removed>::solveTriangular(const MatrixBase<OtherDerived>& other) const in solveTriangular() 30 return m_matrix.template triangularView<Added>().solve(other.derived()); in solveTriangular() 33 template<typename ExpressionType, unsigned int Added, unsigned int Removed> 35 void Flagged<ExpressionType,Added,Removed>::solveTriangularInPlace(const MatrixBase<OtherDerived>& … in solveTriangularInPlace() 37 m_matrix.template triangularView<Added>().solveInPlace(other.derived()); in solveTriangularInPlace()
|
/external/opencv3/3rdparty/libpng/ |
D | CHANGES | 95 Added new initialization API to make libpng work better with shared libs 115 Added more error checking for writing and image to reduce invalid files 125 Added external C++ wrapper statements to png.h (Gilles Dauphin) 148 Added test for MACOS to ensure that both math.h and fp.h are not #included 149 Added macros for libpng to be compiled as a Windows DLL (Andreas Kupries) 150 Added "packswap" transformation, which changes the endianness of 152 Added "strip_alpha" transformation, which removes the alpha channel of 154 Added "swap_alpha" transformation, which puts the alpha channel in front 158 Added new pCAL chunk read/write support 159 Added experimental filter selection weighting (Greg Roelofs) [all …]
|
/external/eigen/Eigen/src/Core/ |
D | Flagged.h | 32 template<typename ExpressionType, unsigned int Added, unsigned int Removed> 33 struct traits<Flagged<ExpressionType, Added, Removed> > : traits<ExpressionType> 35 enum { Flags = (ExpressionType::Flags | Added) & ~Removed }; 39 template<typename ExpressionType, unsigned int Added, unsigned int Removed> class Flagged 40 : public MatrixBase<Flagged<ExpressionType, Added, Removed> > 131 template<unsigned int Added,unsigned int Removed> 132 inline const Flagged<Derived, Added, Removed>
|
/external/expat/ |
D | Changes | 41 Added new API member XML_SetHashSalt() that allows setting an initial 47 Added CMake build system. 49 Added run-benchmark target to Makefile.in - relies on testdata module 71 - Added Open Watcom support: patch #1523242. 80 - Added XML_LARGE_SIZE switch to enable 64-bit integers for 83 - Added support for AmigaOS. 112 - Added more regression tests and improved documentation. 115 - Added XML_FreeContentModel(). 116 - Added XML_MemMalloc(), XML_MemRealloc(), XML_MemFree(). 123 - Added XML_UseForeignDTD() for improved SAX2 support. [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/ |
D | changelog | 6 * Added Sphinx documentation. 7 * Added LICENSE file. 20 * Added XOR out feature to allow creation of standard CRC algorithms 21 * Added a database of pre-defined CRC algorithms 25 * Added Python 3.x version.
|
/external/opencv3/3rdparty/openexr/ |
D | ChangeLog.openexr | 6 * Added support for targetting builds on 64bit Windows and minimising 10 * Added new atttribute types: 48 * Added worldToCamera and worldToNDC matrices to 63 * Added "hemispherical blur" option to exrenvmap. 65 * Added experimental version of I/O classes for ACES file 69 * Added new constructors to classes Imf::RgbaInputFile and 77 of type "const char *". Added equivalent functions that 80 * Added library support for Weta Digital multi-view images: 93 * Added new IlmImfFuzzTest program to test how resilient the 103 * Added new standard attributes related to color rendering with [all …]
|
D | ChangeLog.ilmbase | 2 * Added support for enabling/disabling large stack optimisations, used in 5 * Added ImathNoise.(h/cpp) files. Initializes Perlin noise to match the 20 * Added SVD, eigenvalue solver, and procrustes fit calculations 23 * Added Imath::FrustumTest for frustum visibility testing. 37 * Added support for targetting builds on 64bit Windows and minimising 45 * Added patches for improving universal binaries on OS X. Thanks to 51 * Added explicit copy constructors to Imath::Matrix33<T> and 55 * Added slerpShortestArc() and euclideanInnerProduct() functions 58 * Added 4D vector class template Imath::Vec4<T>. 61 and Matrix44<T> are up to 25% faster. Added matrix constructors
|
/external/libexif/ |
D | NEWS | 4 * Added more supported lens in Canon MakerNote 5 * Added some defensive NULL pointer checks 34 * Added some example programs 42 * Added support for Epson MakerNotes 44 * Added remaining GPS tags from the EXIF 2.2 spec to the tag table 52 * Added support for writing Pentax and Casio type2 MakerNotes 68 * Added support for Fuji and Sanyo makernotes 69 * Added support for the NO_VERBOSE_TAG_STRINGS and NO_VERBOSE_TAG_DATA 71 * Added support for more tags 81 * Added support for 2 new types of Pentax makernotes & Casio type2 makernote [all …]
|
/external/libpng/ |
D | CHANGES | 99 Added new initialization API to make libpng work better with shared libs 119 Added more error checking for writing and image to reduce invalid files 132 Added external C++ wrapper statements to png.h (Gilles Dauphin) 155 Added test for MACOS to ensure that both math.h and fp.h are not #included 156 Added macros for libpng to be compiled as a Windows DLL (Andreas Kupries) 157 Added "packswap" transformation, which changes the endianness of 159 Added "strip_alpha" transformation, which removes the alpha channel of 161 Added "swap_alpha" transformation, which puts the alpha channel in front 165 Added new pCAL chunk read/write support 166 Added experimental filter selection weighting (Greg Roelofs) [all …]
|
/external/tinyxml/ |
D | changes.txt | 22 - Added the TiXmlAttributeSet class to pull the attributes into 28 - Added the "NodeType" 31 - Added the TiXmlDeclaration class to read xml declarations. 36 - Added FirstChildElement and NextSiblingElement, because they 43 - Added the "Clear" method on a node to delete all its children. 50 - Added the TIXML prefix to the error strings to resolve conflicts 72 - Added a switch to enable or disable the ignoring of white space. ( TiXmlDocument::SetIgnoreWhiteS… 74 - Added a stream out operator. 75 - Added a stream in operator. 84 - Added missing licence text. Thanks to Lars Willemsens. [all …]
|
/external/gptfdisk/ |
D | NEWS | 8 - Added new partition type codes for Ceph 18 - Added new partition type codes from 28 - Added feature to sgdisk's -A/--attributes, -c/--change-name, 63 - Added GPT regeneration command to GPT-destruction options ('z' in gdisk, 68 - Added check for an oversized 0xEE protective partition. The program now 79 - Added new type codes (3000, 7412F7D5-A156-4B13-81DC-867174929325 and 83 - Added new type ccde (ED01, BFBFAFE7-A34F-448A-9A5B-6213EB736C22), for 92 - Added new type code: 933AC7E1-2EB4-4F13-B844-0E14E2AEF915, or gdisk code 98 - Added new type code: 9E1A2D38-C612-4316-AA26-8B49521E5A8B, or gdisk code 116 - Added check for an active/bootable 0xEE protective partition to the [all …]
|
/external/chromium-trace/catapult/third_party/webapp2/ |
D | CHANGES | 51 - Added token_model as an attribute of the User model; it is used instead of 69 - Added webapp2_extras.auth: high-level utilities for authentication and 72 - Added webapp2_extras.appengine.auth.models: default model implementations 75 - Added webapp2_extras.appengine.ndb.unique_model: a model to store unique 113 - Added support for the (not yet released) App Engine Python 2.7 SDK. 125 - Added webapp2_extras.security, with security related helpers such as secure 131 - Added 'backends' configuration: get_session() can now be called passing 155 - Added WSGIApplication.clear_globals(). Instead of 190 - Added webapp2_extras.mako. 192 - Added webapp2.redirect_to. [all …]
|
/external/shflags/doc/ |
D | CHANGES-1.0.md | 30 Added the ability to override the use of the OS default `getopt` command by 35 Fixed issues# 13, 14. Added support for dashes ('-') in long flag names. The 56 Added separate built-in and `expr` functions for doing math. 87 Added checks for reserved flag variables (e.g. `FLAGS_TRUE`). 96 Added the OS version to OS release for Solaris. 107 Added warning about short flags being unsupported when there are problems 115 Added warning when a duplicate flag definition is attempted. 130 Issue# 3: Added support for screen width detection. 138 Added additional example files that are referenced by the documentation. 144 Added unit testing for the help output.
|
/external/opencv3/3rdparty/libjasper/ |
D | changelog | 11 * Added patch to fix filename buffer overflow, thanks to Jonas Smedegard 18 * Added Multiarch support, thanks to Colin Watson (Closes: #645118) 24 * Added debian/watch 49 * Added patch to fix Debian patch for CVE-2008-3521 (Closes: #506739) 87 * Added GeoJP2 patch by Sven Geggus <sven.geggus@iitb.fraunhofer.de> 113 * Added jas_tmr.h to -dev package (Closes: #414705) 131 * Added man pages for the executables (Closes: #250077) 152 - Added libxi-dev, libxmu-dev, libxt-dev to Build-Depends
|
/external/sonic/debian/ |
D | changelog.vinux | 15 * Added interface for using short data. 21 * Added .install files. 33 * Added a README and some samples. 45 * Added build dependency on libsndfile for sonic executable.
|
/external/jetty/ |
D | VERSION.txt | 6 + 422137 Added maxQueued to QueuedThreadPool MBean 585 and eventually closing connections. Added a TODO for a method renaming that 649 + 367635 Added support for start.d directory 746 + 367635 Added support for start.d directory 957 + 350634 Added Resource.newResource(File) 969 + 350634 Added Resource.newResource(File) 998 + 353623 Added new methods to HttpExchange 1176 + 324110 Added test harnesses for merging of QueryStrings. 1188 + 340621 Added SizedThreadPool interface 1211 + JETTY-1354 Added jetty-nested [all …]
|
/external/chromium-trace/catapult/third_party/Paste/docs/ |
D | news.txt | 157 * Added support for the ``HttpOnly`` Cookie property to 160 * Added :func:`paste.reloader.add_file_callback`, which lets you watch 167 * Added :class:`paste.reloader.JythonMonitor` for an experimental, 254 * Added ``226 IM Used`` status code to ``paste.wsgiwrappers`` 319 * Added a ``current`` method (an alias of ``current_conf``) to 355 * Added method to ``paste.registry.StackedObjectProxy``, 385 * Added REST methods to ``paste.fixture.TestApp``, so you can more 388 * Added ``{{default var=default_value}}`` command to 415 * Added ``paste.util.import_string.try_import_module``, which imports 445 * Added entry point for ``paste.registry.RegistryManager`` [all …]
|
/external/protobuf/gtest/ |
D | CHANGES | 60 * Added support for using Boost and other TR1 implementations. 63 * Added Makefile to the distribution package. 72 * Added tests to the Xcode project. 73 * Added scons/SConscript for building with SCons. 74 * Added src/gtest-all.cc for building Google Test from a single file. 86 * Added an Xcode project and samples. 92 * Added project files for Visual Studio 7.1.
|
/external/srtp/ |
D | Changes | 39 Added machine/types.h case in include/integers.h. 67 Added 'output' functions to cipher, in addition to 'encrypt' 74 Added crypto_kernel_init() prior to command-line parsing, so that 98 Added better error reporting system. If syslog is present on the 115 Added index check to SEAL cipher (only values less than 2^32 are 118 Added test case for null_auth authentication function. 120 Added a timing test which tests the effect of CPU cache thrash on 127 Added argument processing to ust-driver.c, and added that app to 156 Added NULL check to malloc in srtp_alloc(). 191 Added ntohs(hdr->seq) to srtp_protect and srtp_unprotect, removed [all …]
|