Autor Thema: Entwicklertools diverses  (Gelesen 62499 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey 1.1.12.00
« Antwort #75 am: 14 August, 2013, 17:40 »
AutoHotkey ist eine frei verfügbare Open-Source-Scriptsprache für Windows. Als strukturierte Programmiersprache umfasst diese folgende Funktionen:

    Automatisieren von alltäglichen Aufgaben durch Senden von künstlichen Tastatureingaben und Mausklicks. Maus- oder Tastaturmakros können entweder manuell oder mithilfe des Makrorekorders erstellt werden.
    Erstellen von Hotkeys für Tastatur, Maus und Joystick. Praktisch jede Taste, Maustaste oder Tastenkombination kann ein Hotkey werden.
    Erweitern von Abkürzungen bei Benutzereingabe. Zum Beispiel würde das Wort "bzw" automatisch mit "beziehungsweise" ersetzt, sobald es eingegeben wird.
    Erstellen von benutzerdefinierten Eingabeformularen und Menüleisten. Mehr Informationen können unter GUI gefunden werden.
    Neubelegen von Tastatur-, Maus- oder Joystick-Tasten.
    Verarbeitung von Dateien, Strings, Fenster und der Registrierung.
    Umwandeln eines Scripts in eine EXE-Datei. Diese Datei kann von Benutzern verwendet werden, die kein AutoHotkey installiert haben.
    Erkennung komplizierter Stringmuster mithilfe von Regulären Ausdrücken.
    Zugriff auf API-Funktionen von Windows und anderen Programmen mittels DllCall.
    Senden oder Abfangen von Fensternachrichten.

License: Open Source

Whats new: >>

· Optional parameters can be omitted by writing two consecutive commas, as in InStr(a, b,, 2). Unlike previous versions, this now works for objects (including COM objects) and built-in functions. [a,,b] can be used to create a sparse array.
· Object properties can now be set using variadic syntax, as in x[y*]:=z, where y contains an array of keys/indices or parameters.

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
HttpTrafficGen 1.7.8
« Antwort #76 am: 17 August, 2013, 20:45 »
Erzeugt HTTP-Traffic, um eigene Web-Anwendungen zu testen.

Freeware

http://www.nsauditor.com/web_tools_utilities/http_traffic_generator.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
Subversion 1.8.1
« Antwort #77 am: 21 August, 2013, 19:40 »
Revisionsverwaltungssystem als Ersatz für CVS; nutzt die Apache Portable Runtime Bibliothek.

Lizenz: Open Source

Changelog: Klick

http://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
AutoHotkey 1.1.13.00
« Antwort #78 am: 27 August, 2013, 11:25 »
AutoHotkey ist eine frei verfügbare Open-Source-Scriptsprache für Windows. Als strukturierte Programmiersprache umfasst diese folgende Funktionen:

    Automatisieren von alltäglichen Aufgaben durch Senden von künstlichen Tastatureingaben und Mausklicks. Maus- oder Tastaturmakros können entweder manuell oder mithilfe des Makrorekorders erstellt werden.
    Erstellen von Hotkeys für Tastatur, Maus und Joystick. Praktisch jede Taste, Maustaste oder Tastenkombination kann ein Hotkey werden.
    Erweitern von Abkürzungen bei Benutzereingabe. Zum Beispiel würde das Wort "bzw" automatisch mit "beziehungsweise" ersetzt, sobald es eingegeben wird.
    Erstellen von benutzerdefinierten Eingabeformularen und Menüleisten. Mehr Informationen können unter GUI gefunden werden.
    Neubelegen von Tastatur-, Maus- oder Joystick-Tasten.
    Verarbeitung von Dateien, Strings, Fenster und der Registrierung.
    Umwandeln eines Scripts in eine EXE-Datei. Diese Datei kann von Benutzern verwendet werden, die kein AutoHotkey installiert haben.
    Erkennung komplizierter Stringmuster mithilfe von Regulären Ausdrücken.
    Zugriff auf API-Funktionen von Windows und anderen Programmen mittels DllCall.
    Senden oder Abfangen von Fensternachrichten.

License: Open Source

Whats new: >>

Ported StrSplit() from v2 alpha.

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.2
« Antwort #79 am: 02 September, 2013, 14:10 »
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: OK button falsely enabled in lock dialog.
- BUG: merge log template is not saved.
- BUG: branch/tag fails to tag externals.
- BUG: Commands in log dialog fail if started for a URL instead of a working copy path.
- BUG: Abort when editing file from repo browser.
- BUG: SVN Vendorbranch here does not copy all files.
- BUG: Compare Working on Multiple Updates broken in 1.8.x.
- BUG: diffing file externals shows empty base.
- CHG: Updated TortoisePlink to Putty/Plink v0.63.
- BUG: Crash in TortoiseMerge trying to find moved blocks.
- BUG: Unnecessary warning after successful auto-resolve.
- BUG: merging UI inconvenient when source branch was (re)moved.
- BUG: Junctions marked as versioned.
- BUG: Branch from SVN Log does not create intermediate folders.

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
Subversion 1.8.3
« Antwort #80 am: 08 September, 2013, 19:40 »
Revisionsverwaltungssystem als Ersatz für CVS; nutzt die Apache Portable Runtime Bibliothek.

Lizenz: Open Source

Changelog: Klick

http://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.0.0
« Antwort #81 am: 11 September, 2013, 19:20 »
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

- Project wizard
- Improved dynamic parameters toolbar
- Highlight unused dynamic parameters in project window
- Delete unused dynamic parameters in project window
- How many failed/successful executions in execution window
- 'Copy' and 'Select All' popup menu in execution results

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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
OllyDbg v2.01
« Antwort #82 am: 29 September, 2013, 17:00 »
OllyDbg is a 32-bit assembler level debugger. Its built-in code analysis feature makes it easier to recognize and deal with procedures, loops, API calls, switches, tables, constants and strings. It also allows for user-defined labels, comments and function descriptions.

License: Freeware

Whats new: >>

http://www.ollydbg.de/version2.html

http://www.ollydbg.de/

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
RunCmd 130928
« Antwort #83 am: 29 September, 2013, 19:00 »
Windows-Skript-Interpreter mit 217 Befehlen; die grundlegenden Befehle sind den DOS-Batch-Befehlen ähnlich; zum Debuggen kann die Kommandodatei auch schrittweise ausgeführt werden.

Freeware

Was ist neu : >>

Neue Schalter "/DHM" und "DHMS" im Befehl "Info

http://hintenaus.at/

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.13.01
« Antwort #84 am: 11 Oktober, 2013, 16:15 »
AutoHotkey ist eine frei verfügbare Open-Source-Scriptsprache für Windows. Als strukturierte Programmiersprache umfasst diese folgende Funktionen:

    Automatisieren von alltäglichen Aufgaben durch Senden von künstlichen Tastatureingaben und Mausklicks. Maus- oder Tastaturmakros können entweder manuell oder mithilfe des Makrorekorders erstellt werden.
    Erstellen von Hotkeys für Tastatur, Maus und Joystick. Praktisch jede Taste, Maustaste oder Tastenkombination kann ein Hotkey werden.
    Erweitern von Abkürzungen bei Benutzereingabe. Zum Beispiel würde das Wort "bzw" automatisch mit "beziehungsweise" ersetzt, sobald es eingegeben wird.
    Erstellen von benutzerdefinierten Eingabeformularen und Menüleisten. Mehr Informationen können unter GUI gefunden werden.
    Neubelegen von Tastatur-, Maus- oder Joystick-Tasten.
    Verarbeitung von Dateien, Strings, Fenster und der Registrierung.
    Umwandeln eines Scripts in eine EXE-Datei. Diese Datei kann von Benutzern verwendet werden, die kein AutoHotkey installiert haben.
    Erkennung komplizierter Stringmuster mithilfe von Regulären Ausdrücken.
    Zugriff auf API-Funktionen von Windows und anderen Programmen mittels DllCall.
    Senden oder Abfangen von Fensternachrichten.

License: Open Source

Whats new: >>

Fixed variadic function calls with named values for required parameters

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
Cppcheck 1.62
« Antwort #85 am: 14 Oktober, 2013, 06:35 »
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

* Divide with variable and then compare to see if variable is 0
* Duplicated inherited member

Improved checking:

* handling of >> in templates
* format string checking
* comparing bool result with integer
* standard isgreater()/islower() functions
* standard math functions
* reassigning struct members

Htmlreport

xml-version 2 is now handled

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
TortoiseSVN 1.8.4
« Antwort #86 am: 05 November, 2013, 05:30 »
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:

User-visible changes:
Client- and server-side bugfixes:
fix assertion on urls of the form 'file://./' (r1516806)
stop linking against psapi.dll on Windows (r1534102)
translation updates for Swedish
Client-side bugfixes:
revert: fix problems reverting moves (issue #4436)
update: fix assertion when file external access is denied (issue #4422)
merge: reduce network connections for automatic merge (r1468980 et al)
merge: fix path corruption during reintegration (r1523666)
mergeinfo: fix crash (r1519955)
ra_serf: verify the result of xml parsing (r1501199 et al)
ra_serf: improve error messages during commit (r1526439)
ra_local: fix error with repository in Windows drive root (r1518184)
fix crash on windows when piped command is interrupted (r1522892)
fix crash in the crash handler on windows (r1532023)
fix assertion when upgrading old working copies (r1520529)
Server-side bugfixes:
hotcopy: cleanup unpacked revprops with '--incremental' (r1512300 et al)
fix OOM on concurrent requests at threaded server start (r1527103 et al)
fsfs: improve error message when unsupported fsfs format found (r1534158)
fix memory problem in 3rd party FS module loader (r1519615 et al)
Developer-visible changes:
General:
allow compiling against serf 1.3 and later on Windows (r1517123)
Bindings:
javahl: canonicalize path for streaFileContent method (r1524869)

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
Subversion 1.8.4
« Antwort #87 am: 06 November, 2013, 05:45 »
Revisionsverwaltungssystem als Ersatz für CVS; nutzt die Apache Portable Runtime Bibliothek.

Lizenz: Open Source

Changelog:>>

User-visible changes:
Client- and server-side bugfixes:
fix assertion on urls of the form 'file://./' (r1516806)
stop linking against psapi.dll on Windows (r1534102)
translation updates for Swedish
Client-side bugfixes:
revert: fix problems reverting moves (issue #4436)
update: fix assertion when file external access is denied (issue #4422)
merge: reduce network connections for automatic merge (r1468980 et al)
merge: fix path corruption during reintegration (r1523666)
mergeinfo: fix crash (r1519955)
ra_serf: verify the result of xml parsing (r1501199 et al)
ra_serf: improve error messages during commit (r1526439)
ra_local: fix error with repository in Windows drive root (r1518184)
fix crash on windows when piped command is interrupted (r1522892)
fix crash in the crash handler on windows (r1532023)
fix assertion when upgrading old working copies (r1520529)
Server-side bugfixes:
hotcopy: cleanup unpacked revprops with '--incremental' (r1512300 et al)
fix OOM on concurrent requests at threaded server start (r1527103 et al)
fsfs: improve error message when unsupported fsfs format found (r1534158)
fix memory problem in 3rd party FS module loader (r1519615 et al)
Developer-visible changes:
General:
allow compiling against serf 1.3 and later on Windows (r1517123)
Bindings:
javahl: canonicalize path for streaFileContent method (r1524869)

http://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.1.0
« Antwort #88 am: 18 November, 2013, 18:31 »
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

- Support for gif images
- Custom character for decimal/digit grouping symbol
- Last selected parameter/validation remembered
- 'Rename dynamic parameter' button
- 'Rename request item' menu
- 'Copy request item URL' menu

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 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Subversion 1.8.5
« Antwort #89 am: 26 November, 2013, 17:45 »
Revisionsverwaltungssystem als Ersatz für CVS; nutzt die Apache Portable Runtime Bibliothek.

Lizenz: Open Source

Changelog:>>

Client-side bugfixes:
fix externals that point at redirected locations (issues #4428, #4429)
diff: fix assertion with move inside a copy (issue #4444)
Server-side bugfixes:
mod_dav_svn: Prevent crashes with some 3rd party modules (r1537360 et al)
mod_dav_svn: canonicalize paths properly (r1542071)
mod_authz_svn: fix crash of mod_authz_svn with invalid config (r1541432)
hotcopy: fix hotcopy losing revprop files in packed repos (issue #4448)
Other tool improvements and bugfixes:
mod_dontdothat: Fix the uri parser (r1542069 et al)
Developer-visible changes:
General:
fix compilation with '--enable-optimize' with clang (r1534860)
fix copmpilation with debug build of BDB on Windows (r1501656, r1501702)
fix '--with-openssl' option when building on Windows (r1535139)
add test to fail when built against broken ZLib (r1537193 et al)
Bindings:
swig-rb: fix tests to run without installing on OS X (r1535161)
ctypes-python: build with compiler selected via configure (r1536537)

http://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 )