Autor Thema: Entwicklertools diverses  (Gelesen 62526 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
SWI-Prolog 7.1.19 Dev
« Antwort #135 am: 07 August, 2014, 13:16 »
Changelog

ADDED: library(sandbox): \=/2. Torbjorn Lager.
MODIFIED: Use blobs for referencing anonymous mutexes. Anonymous mutexes are now subject to garbage collection. In addition, they may be destroyed while locked (causing the actual destruction to delay until the mutex becomes unlocked).
FIXED: library(prolog_colour): avoid error if option value is a function.
MODIFIED: Allow stream_pair(+,-,-) with a stream argument and do not bind already closed streams
DOC: Issues around close/1 and stream pairs.
MODIFIED: do not complain if close/1 is called on a stream pair of which one or both streams are already closed.
ADDED: PL_get_stream(), replacing PL_get_stream_handle() and adding a flags argument.
FIXED: library(prolog_colour): Several issues: qualified terms, empty lists, failure on illegal meta-predicate specifications, control operators of DCG bodies.
FIXED: Colour tokens for module-qualified predicate indicators.
FIXED: Bug in subterm_pos that was causing cyclic terms
FIXED: Bug in subterm_pos that was causing cyclic terms: unifications between Sub and Term would cause undesirable bindings in Term, and also is not desirable that Sub be unified arbitrarily with any free variable in Term. Proper handling of module qualified terms when the module match the context.
ADDED: PL_syntax_error(comst char *message, IOSTREAM *in) to simplify raising a (simple) syntax error.
FIXED: Associate initialization goals with their source file, so they are wiped if the file is reloaded. Paulo Moura.
FIXED: library(prolog_xref): allow for :- encoding(_) before :- module(_,_)

[close]

http://www.swi-prolog.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Cppcheck 1.66
« Antwort #136 am: 08 August, 2014, 05:53 »
Cppcheck is an analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools, we don't detect syntax errors. Cppcheck only detects the types of bugs that the compilers normally fail to detect.

License : GPL

Whats new: >>

New checks:

- Compare pointer with '\0'
- Assigning boolean expression to floating point variables

Improvements:

- Much improved AST
- Much improved ValueFlow analysis
- ValueFlow and AST now used by much more checks, improving checking accuracy and performance
- Checking for self assignment now supports more complex expressions
- Returning references to literals or references to calculation results is detected
- Enhanced support for commutative operators in duplicate expression checking
- Improved template/enum parsing
- Much improved htmlreport
- Definition of POD types in .cfg files
- Definition of minsize for buffer arguments in .cfg files for buffer overflow checking
- Fixed handling of #error: Do not report them if -f and -D are used together
- New .cfg file for AVR platform
- Generate xml dump of AST/ValueFlow/SymbolDatabase/TokenList if --dump is given
- Improved performance in several cases
- Windows Builds: Now compiled with VS2013, linked against Qt 5.3.1

GUI:

- Platform settings are being saved now
- Improved handling of (invalid) .cfg files
- Use Win32W as default platform on Windows

http://cppcheck.sourceforge.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
SimpleProgramDebugger v1.01
« Antwort #137 am: 08 August, 2014, 21:00 »
SimpleProgramDebugger is a simple debugging tool for Windows that attaches to existing running program or starts a new program in debugging mode, and then displays all major debugging events occurs while the program is running, including Exception, Create Thread, Create Process, Exit Thread, Exit Process, Load DLL, Unload Dll, and Debug String.

After the debugging events are accumulated, you can easily export them into comma-delimited/tab-delimited/xml/html file or copy them to the clipboard and then paste them into Excel or any other spreadsheet application.

Freeware

Whats new: >>

The ID and the .exe file of the debugged process are now displayed in the window title.

http://www.nirsoft.net/utils/simple_program_debugger.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 1.1.15.04
« Antwort #138 am: 12 August, 2014, 09:08 »
Whats new: >>

Fixed a performance issue with &var_containing_long_string_of_digits.
Fixed built-in variables corrupting memory when an object is assigned.
Fixed parser to disallow continue where appropriate even if the current function is defined inside a Loop.
Fixed File.Encoding := x "-RAW" breaking encoding/decoding of non-ASCII characters. The -RAW suffix is now ignored.

http://de.autohotkey.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
TortoiseSVN 1.8.8
« Antwort #139 am: 13 August, 2014, 13:24 »
TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows. It is based on Subversion. TortoiseSVN provides a nice and easy user interface for Subversion. It is developed under the GPL. Which means it is completely free, including the source code. But just in case you don't know the GPL too well: you can use TortoiseSVN to develop commercial applications or just use it in your company without any restrictions.

Since it's not an integration for a specific IDE like Visual Studio, Eclipse or others, you can use it with whatever development tools you like.

As a Subversion client, TortoiseSVN has all the features of Subversion itself, including:

    Most current CVS features.
    Directories, renames, and file meta-data are versioned.
    Commits are truly atomic.
    Branching and tagging are cheap (constant time) operations.
    Efficient handling of binary files.

Open Source

Changelog:

- BUG: Restore after commit - Unchecked files are not restored upon commit.
- BUG: svn:global-ignores does not work with multiple targets selected.
- BUG: Log message not saved in history on cancel.
- BUG: Bug in rename when "similar file name" renames are involved and file names include multiple dots.
- BUG: Unified diff from log no longer includes property changes.

www.tortoisesvn.net

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
FireBug 2.0.3
« Antwort #140 am: 14 August, 2014, 13:28 »
FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the utilities you need to prod, poke and monitor your JavaScript, HTML, CSS and Ajax are brought together into one seamless experience, including a debugger, command line, error console and a variety of fun inspectors.

Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

BSD License

Whats new: >>

 Issues with locales containing quotes   locale 1.12
Search field is shown for disabled panels   ui search 1.12.1 contribution
Improve performance of switching between JavaScript sources   script 2.0
Script panel loads POST-requested sources with GET, when Net panel is disabled   debugger platform 2.0.2
problem of translation of the French version   locale 2.0.1
Seeing and Copying Watch Names   watch 2.0.2
Command line is broken on Nightly   console
Console API is broken since Firefox 33   console
Disabled breakpoints in evaled scripts are not really disabled   debugger 2.0.2
Update the javascript disabled message for the script panel   script 2.0.2 contribution
Unrecognized CSS rule types break the display within the CSS and the DOM panel   css dom 2.0.2
Show @counter-style rules inside CSS panel   css 2.0.2
Auto-completion broken for primitives   completion commandline
Event handler script replaces inline script source   script 2.0.2 regression
Locale ru: Mistype in script filter placeholder   locale

https://getfirebug.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Software Ideas Modeler 7.62.5357.39927
« Antwort #141 am: 08 September, 2014, 05:45 »
Software Ideas Modeler is used to draw UML diagrams which are used in professional software development. Software Ideas Modeler can also be used to draw some other diagrams such as entity-relationship diagrams and UI mockups.

Main features:

    Intuitive and quick drawing of diagrams
    All UML 2.4 diagrams
    Flowcharts, Data Flow Diagrams, Entity Relationship Diagram (Crow Foot/Chen), CRC Cards, User Interface, Hierarchical Task Analysis, Entity Life History, Robustness Diagram, Concurrency Diagram, Venn Diagram, Mind Map, JSD diagrams
    Styling
    Print - batch printing, multiple pages per diagram
    Export diagrams to various image formats (BMP, PNG, JPG, GIF, TIFF, SVG, WMF, EMF) and PDF


Officially supports GNU/Linux via Mono.

Note: paid versions with additional features are also available.

License:    Free for non-commercial use

Whats new: >>

Added support for generic property types in source code parser
Added missing commands to command tree in source code template editor
Fixed superclass evaluation in source code generation
Fixed updating of scroll bar in code editor after setting a new text
Fixed application crash when try to add a new person from cooperation side bar when no project is loaded
Fixed application crash when try to delete item from empty list
Fixed parsing classes
Fixed application crash during generation of script output in source code template editor
Fixed displaying full tree after cancelling filter
Fixed wrong undo in code editor when selected text from end to start and replaced with another text
Fixed missing text for labels in Template Text input box
Sidebars are disabled when no project is loaded

http://www.softwareideas.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Vagrant 1.6.5
« Antwort #142 am: 09 September, 2014, 05:53 »
Whats new: >>

Release Notes

BUG FIXES:

core: forward SSH even if WinRM is used.
communicator/ssh: Fix crash when pty is enabled with SSH.
guests/redhat: Detect various RedHat flavors.
guests/redhat: Fix typo causing crash in configuring networks.
guests/redhat: Fix typo causing hostnames to not set.
providers/virtualbox: NFS works when using DHCP private network.

[close]

http://www.vagrantup.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey v1.1.16.01
« Antwort #143 am: 10 September, 2014, 18:30 »
Release Notes

Added syntax for defining dynamic properties in classes.
Added x+m and y+m options for Gui control positioning.
Added the #InputLevel of each hotkey to ListHotkeys (when non-zero).
Optimized RegExMatch with the O (object) option; capturing part of a long string is much faster than before in some cases.
Fixed objects to check for new methods after __Call completes (consistent with __Set and __Get).
Fixed some undefined behaviour occurring after VarSetCapacity fails.
Fixed FileRead to correctly report an error with files over 4GB, instead of truncating even when it wasn't requested.
Fixed FileRead *c to null-terminate correctly when byte length is odd.
Fixed some ClipboardAll issues and changed behaviour:
- #ClipboardTimeout is ignored for GetClipboardData(), since it never actually worked and it caused problems. This fixes timeouts and lost data when a file is on the clipboard (any file on Windows 8, or any file in a zip file or similar).
- Zero-length clipboard items are allocated 1 byte upon restoring to the clipboard, since setting a zero-length item seems to always fail.
- The presence of MSDEVColumnSelect/MSDEVLineSelect is now preserved when set by Scintilla, though any data set by VS is discarded.
- When writing ClipboardAll directly to file, it now prefers Unicode (other usages of ClipboardAll have had this behaviour since v1.1.08).
- ClipboardAll and FileRead *c on Unicode builds now round length up when odd. This increases the reported StrLen by 1, potentially avoiding truncation of the last byte.
Fixed A_EventInfo for TreeView items with negative screen coords.
Fixed a possible ListView/TreeView message filtering issue.
Fixed A_LineFile/A_LineNumber in #If expressions.
Fixed #If to add itself to ListLines (though as "If").
Fixed Abs(["-"]*) and similar crashing the program.
Fixed } funcdef(){ globally and }} ending a method/property/class.

[close]

http://de.autohotkey.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 1.1.16.02
« Antwort #144 am: 11 September, 2014, 19:45 »
Whats new:>>

Fixed parser to allow #include inside a class (broken by a6ea27f).
Fixed Clipboard returning binary CF_HDROP data in some instances.
Improved accuracy of FileGetSize on files which are still open.
Improved for-loop compatibility with COM objects.

http://de.autohotkey.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey v1.1.16.03
« Antwort #145 am: 12 September, 2014, 06:15 »
Whats new:>>

Fixed some bad behaviour in Abs() and Mod() caused by a broken bug-fix in v1.1.16.01.

http://de.autohotkey.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
FreeBASIC 1.00.0
« Antwort #146 am: 16 September, 2014, 14:15 »
32-Bit-BASIC-Compiler, dessen Syntax weitgehend zu MS-QuickBASIC kompatibel ist, aber durch einige Features wie Pointer oder vorzeichenlose Datentypen erweitert wurde; die erstellten Anwendungen benötigen keine Runtime-DLL.

Lizenz: Open Source

Release Notes

This is the next release of FreeBASIC -- version 1.00.0! Has it really been 10 years since v1ctor's first announcement? FB is about to start into its second decade...

And with this new release, FB gains 64bit support. There now is a 64bit version of the language, and you can use it by testing the new Win64 or GNU/Linux x86_64 ports of FB. The new ports are based on the FB compiler's C backend. Behind the scenes, it uses gcc to generate the x86_64 assembly code, as fbc does not have its own x86_64 ASM backend.

In FB 64bit, pointers and INTEGERs are changed to 64bit. They are still 32bit in FB 32bit though. In other words, the size of pointers and INTEGERs, the precision of integer math operations, and the size limit for arrays and strings, varies depending on whether you compile your code for 32bit or 64bit. However, FB's BYTE (8bit), SHORT (16bit), LONG (32bit) and LONGINT (64bit) data types are the same in all versions.

There also is some support for compiling for ARM and AArch64 now, using the C backend and gcc. If you happen to have a gcc toolchain which targets ARM, you can probably also use it with fbc. Besides that, forum members D.J.Peters and TJF have been working on native ARM FB versions.

What else is new?

    Greatly improved overload resolution
    Dynamic arrays inside UDTs (for example: array(ANY) AS INTEGER)
    New syntax for declaring dynamic arrays with certain amount of dimensions but no initial bounds: dim array1(any), array2(any, any)
    All function results can now be ignored at the call site
    BYVAL AS STRING is now working properly
    NEW/DELETE now work with STRING
    Operator [] overloading
    Len() can now be overloaded for UDTs
    Thread-safe version of the FB graphics library (libfbgfxmt)


As always, there's a huge number of compiler and runtime bug fixes and improvements. Please check the included changelog.txt for the full list, and thanks to everyone who found and reported bugs and contributed to the development of patches and header updates!

[close]

http://freebasic.net/index.php

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 1.1.16.04
« Antwort #147 am: 16 September, 2014, 18:45 »
Whats new:>>

Fixed a crash which occurred when overwriting a non-writable property.
Fixed a crash which occurred when a RegExMatch object is created with uncaptured subpatterns during a regex callout.

http://de.autohotkey.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Subversion 1.8.10
« Antwort #148 am: 19 September, 2014, 17:20 »
Release Notes

User-visible changes:
Client-side bugfixes:
guard against md5 hash collisions when finding cached credentials
ra_serf: properly match wildcards in SSL certs.=
a_serf: ignore the CommonName in SSL certs where there are Subject Alt Names
ra_serf: fix a URI escaping bug that prevented deleting locked paths
rm: Display the proper URL when deleting a URL in the commit log editor
log: Fix another instance of broken pipe error
copy: Properly handle props not present or excluded on cross wc copy
copy: Fix copying parents of locally deleted nodes between wcs
externals: Properly delete ancestor directories of externals when removing the external by changing svn:externals.
ra_serf: fix memory lifetime of some hash values
Server-side bugfixes:
fsfs: omit config file when creating pre-1.5 format repos
Developer-visible changes:
General:
fix improper linking when serf is in the same prefix as existing svn libraries.
use proper intermediate directory when building with VS 2003-2008
support generating VS 2013 and later project files.
Bindings:
ruby: removing warning about Ruby 1.9 support being new.
python: fix notify_func callbacks

[close]

https://subversion.apache.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
HttpMaster 2.4.0
« Antwort #149 am: 20 September, 2014, 19:00 »
HttpMaster is a development tool to automate testing of web sites and services, including RESTful web services and API applications, and monitor their responses. With HttpMaster you can easily execute and monitor requests to simulate client activity; it can execute requests against various web servers and display complete request and response data. HttpMaster is also able to generate high volume of web traffic for improved testing.

Freeware

Latest Changes

Significantly improved automatic building of request body from an existing HTML content - see 'Features' for more information.
Ability to export execution data to Adobe Portable Document Format (pdf).
Option to open particular request item as basic request.
Ability to simultaneously open execution data view of multiple executed items.
Improved drag and drop of request items in execution window.
Request data encoding information available in execution data view.
Correct handling of JPEG orientation metadata in response viewer.

http://www.httpmaster.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )