Artistic Style Subversion Repository

 

Artistic Style

The latest development source is in the Artistic Style repository at SourceForge. It can be checked out using Subversion. The source code is under development and some changes take several weeks to complete. The intermediate source files have not been through the extensive system tests that are done before each release. Use reasonable precautions when using source code from the repository.

The repository address is "https://astyle.svn.sourceforge.net/svnroot/astyle". The current version is in the "trunk/AStyle" branch of the repository. The file and directory names in the repository are case sensitive.

A sample checkout is:
svn  checkout  "https://astyle.svn.sourceforge.net/svnroot/astyle/trunk/AStyle"  "$HOME/astyle"

You can also browse the subversion repository. This gives you a view into the current status of the project's code without actually checking-out the files.

 

Other Projects

Two additional Artistic Style projects are available in the repository. They are not maintained for the general public but are available if you want them. You may have to create your own project files and scripts to use them. These projects require the Artistic Style project above. They are an extension that requires the Artistic Style source. All projects, and any additional source required, should be installed in the same top level folder.

AStyleDev

AStyleDev contains the development files that are made available in the "Developer Information" section. Refer to that section for more information.

A sample checkout is:
svn  checkout  "https://astyle.svn.sourceforge.net/svnroot/astyle/trunk/AStyleDev"  "$HOME/astyledev" .

AStyleTest

AStyleTest contains the unit test programs and test scripts for Artistic Style.

In addition to the Artistic Style source the unit test program requires the program Google Mock. An optional leak finder program can be added if you are using Visual Studio. It can be found at Memory(-Leak) and Exception Trace (CRT and COM Leaks) at "The Code Project". You have to search through the message board at the bottom of the description to find the most current release. As of May 2011, the most current download is http://blog.kalmbachnet.de/files/LeakFinder-RC11.zip.

A sample checkout is:
svn  checkout  "https://astyle.svn.sourceforge.net/svnroot/astyle/trunk/AStyleTest"  "$HOME/astyletest" .

 

[SourceForge.net]