/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 | 28 + Added support for `umulh` instruction. 29 + Added support for `fcmpe` and `fccmpe` instructions. 43 + Added support for `prfm` prefetch instructions. 44 + Added support for all `frint` instruction variants. 81 + Added support for `frintm`. 83 + Added more tests for floating point instruction simulation. 98 + Added support for `fmadd`, `fnmadd`, `fnmsub`, `fminnm`, `fmaxnm`, 100 + Added support for assembling and disassembling `isb`, `dsb` and `dmb`. 101 + Added support for automatic inversion of compare instructions when using 103 + Added support for using `movn` when generating immediates. [all …]
|
/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/ImageMagick/Magick++/ |
D | NEWS | 4 * Added adaptiveThreshold() method. 5 * Added colorMapSize() method. 6 * Added DrawablePushClipPath, DrawablePopClipPath, and DrawableClipPath. 14 * Added the Image textEncoding() method and an encoding option to 16 * Added the Image compare() method to support comparing two similar 23 * Added a profile() method to Image to support adding, removing, 32 * Added DrawableTextUnderColor class to set text underbox color. 52 * Added endian method to Image, and endianImage class to STL.h in 74 * Added Drawable objects (DrawablePushPattern & DrawablePopPattern) 76 * Added Image strokePattern() and fillPattern() methods for specifying [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.v1 | 77 * README: Boosted rev to 1.14. Added notes. 89 * missing: Added file required by new automake. 93 * acconfig.h: Added USING_PURIFY flag. This is defined when 96 * configure.in (allsources): Added --enable-purify-safety switch. 106 * README: Boosted rev to 1.12. Added notes. 115 * README: Boosted rev to 1.11. Added notes about GNU make. 125 * README: Boosted rev to 1.09. Added more notes on building 128 * configure.in: Added --enable-debug switch. Boosted rev to 137 * README: Added n32 bug fix notes. 139 * Makefile.am: Added "make lint" production. [all …]
|
/external/syslinux/com32/lib/libpng/ |
D | CHANGES | 239 Added type casts and parentheses to all returns that return a value.(Tim W.) 241 Added type cast png_uint_32 on malloc function calls where needed. 243 Added checks for rowbytes overflow, in case png_size_t is less than 32 bits. 247 Added png_buffered_memcpy() and png_buffered_memset(), apply them to rowbytes. 248 Added UNIX manual pages libpng.3 (incorporating libpng.txt) and png.5. 254 Added many "if (png_ptr == NULL) return" to quell compiler warnings about 265 Added a space in png.h prototype for png_write_chunk_start() 272 Added makefile.os2 and pngos2.def (A. Zabolotny) and makefile.s2x (W. Sebok) 273 Added pointers to "note on libpng versions" in makefile.lnx and README 274 Added row callback feature when reading and writing nonprogressive rows [all …]
|
/external/strace/xlat/ |
D | loop_flags_options.in | 2 /* Added in v2.6.11-732-gf3f28e4, Removed in v3.2-rc1~49^2~5^2~3 */ 4 /* Added in v2.6.25-rc1~758 */ 6 /* Added in v3.2-rc1~48^2~7 */ 8 /* Added in v4.4-rc1~133^2~22 */
|
/external/protobuf/csharp/ |
D | CHANGES.txt | 25 - Added the AllowPartiallyTrustedCallers attribute 46 - Added support for Portable library 47 - Added 'Unsafe' static type in ByteString to allow direct buffer access 65 - Added option service_generator_type to control service generation with 67 - Added interfaces IRpcDispatch and IRpcServerStub to provide for blocking 69 - Added ProtoGen.exe command-line argument "--protoc_dir=" to specify the 81 - Issue 25: Added support for NuGet packages 112 - Added cls_compliance option to generate attributes indicating 114 - Added file_extension option to control the generated output file's extension. 115 - Added umbrella_namespace option to place the umbrella class into a nested [all …]
|
/external/ImageMagick/MagickWand/ |
D | ChangeLog | 30 * Added MagickSetOpacity/MagickGetOpacity. 33 * Added MagickSetBorderColor/MagickGetBorderColor. 36 * Added MagickSetImageFuzz/MagickGetImageFuzz. 39 * Added DrawGet/SetTextKerning and DrawGet/SetInterWordSpacing. 71 * Added get/set font and pointsize methods to magick-property.c (reference 75 * Added MagickGetImageProperties(), MagickGetImageOptions(), and 96 * Added methods MagickGetAntialias(), MagickSetAntialias(), 104 * Added MagickSetImageClipMask(), MagickGetImageClipMask() methods. 128 * Added MagickSetIteratorIndex() and MagickGetIteratorIndex() and 158 * Added MagickGetImageTicksPerSecond() and MagickSetImageTicksPerSecond(). [all …]
|
/external/syslinux/core/lwip/ |
D | UPGRADING | 35 * Added a minimal version of posix fctl() to have a 45 * Added 4 new files: def.c, timers.c, timers.h, tcp_impl.h: 51 Added timer implementation for NO_SYS==1, set NO_SYS_NO_TIMERS==1 if you 61 * Added Mutex concept in sys_arch (define LWIP_COMPAT_MUTEX to let sys.h use 71 * Added LWIP_NETIF_TX_SINGLE_PBUF to always copy to try to create single pbufs 74 * Added an additional option LWIP_ETHERNET to support ethernet without ARP 81 * Added TCP_SNDQUEUELOWAT corresponding to TCP_SNDLOWAT 100 * Added define LWIP_RAND() for lwip-wide randomization (needs to be defined 103 * Added printf-formatter X8_F to printf u8_t as hex 111 * Added const char* name to mem- and memp-stats for easier debugging. [all …]
|
/external/expat/ |
D | Changes | 90 Added new API member XML_SetHashSalt() that allows setting an initial 96 Added CMake build system. 98 Added run-benchmark target to Makefile.in - relies on testdata module 120 - Added Open Watcom support: patch #1523242. 129 - Added XML_LARGE_SIZE switch to enable 64-bit integers for 132 - Added support for AmigaOS. 161 - Added more regression tests and improved documentation. 164 - Added XML_FreeContentModel(). 165 - Added XML_MemMalloc(), XML_MemRealloc(), XML_MemFree(). 172 - Added XML_UseForeignDTD() for improved SAX2 support. [all …]
|
/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/ltp/testcases/kernel/fs/fs_bind/ |
D | CHANGELOG | 34 Added some traps to the test scripts to detect unexpected errors and log them 48 Added quotes around paths, variables, and output that may someday contain 51 Added logdir/errors redirection of stderr 57 Added Makefiles for .c files and for toplevel dir (for LTP integration) 69 Added bits to handle commands that are expected to fail (return non-zero) 75 Added umounts and comments describing cleanup bits which cleanup in case of 78 Added a BUGS file 80 Added a CHANGELOG 82 Added TODO file(s)
|
/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/hamcrest/ |
D | CHANGES.txt | 63 * Fix issue 101 - Added theInstance alias for sameInstance factory method 67 * Added FeatureMatcher 73 * Added mismatch reporting 75 * Added WithSamePropertyValuesAs matcher 83 * Added IsMapContainingKey and IsMapContainingValue matchers to resolve a 87 * Added IsCollectionOnlyContaining and IsArrayOnlyContaining which matches 113 * Added sensible toString() method to BaseMatcher. 121 * Added any(Class<T>), null(Class<T>) and notNull(Class<T>) matchers, which returns
|
/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/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.
|
D | changelog | 9 * Added native Java port. 22 * Added a bit more explanation about copyrights of various files. 41 * Added rate control, and a new pitch control mode. 47 * Added web page, compile with -pthread.
|
/external/ltp/testcases/kernel/io/disktest/ |
D | CHANGELOG | 7 Added an option to specify the amount of time that IO can be stalled, 12 Added additional option to -t to support random IO delays per thread. This 16 Added signal handling. So that SIGINT, SIGKILL, SIGHUP, SIGTERM, and 29 Added sync interval to -Is. The number of IOs can now be specified, 33 Added -R option, which specifies a number of retries that should occur 38 Added option to -A, -At, this will cause an IO timeout, specified by -t, to 61 Added patch from Mike Anderson for checking status on sync/close. 68 Added check for early exit in IO threads when global run flag cleared. 100 Added synchronization at the block level between threads as the default. 102 not the default. Added to new options to -A, s and S, to manipulate these [all …]
|
/external/lz4/ |
D | NEWS | 35 Added : doc/lz4_manual.html, by Przemyslaw Skibinski 36 Added : dictionary compression and frame decompression examples, by Nick Terrell 37 Added : Debianization, by Evgeniy Polyakov 41 Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118) 52 Added : LZ4_compress_fast(), LZ4_compress_fast_continue() 53 Added : LZ4_compress_destSize() 59 Added : AppVeyor CI environment, for Visual tests - Suggested by Takayuki Matsuoka 78 Added : Visual project directory 108 Added : experimental lz4frame API, thanks to Takayuki Matsuoka and Christopher Jackson for testings 115 Added : Examples directory, using code examples from Takayuki Matsuoka [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/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/strace/ |
D | NEWS | 45 * Added -e trace=%stat option for tracing variants of stat syscall. 46 * Added -e trace=%lstat option for tracing variants of lstat syscall. 47 * Added -e trace=%fstat option for tracing variants of fstat and fstatat 49 * Added -e trace=%%stat option for tracing syscalls used for querying file 52 * Added -e trace=%statfs option for tracing statfs, statfs64 and statvfs 54 * Added -e trace=%fstatfs option for tracing fstatfs, fstatfs64 and fstatvfs 56 * Added -e trace=%%statfs option for tracing syscalls used for querying file 58 * Added -e trace=/regex option for filtering syscalls using regular 60 * Added support for prepending of question mark before syscall qualification 105 * Added decoding of recently added syscalls on avr32, microblaze, ppc, [all …]
|