Search found 452 matches

by barbara
Tue Mar 06 2018 2:51 am
Forum: Installation
Topic: HELP: How to get started with CopperSpice?
Replies: 11
Views: 16448

Re: HELP: How to get started with CopperSpice?

We wrote some basic documentation for setting up a non Qt project in Qt Creator. In my work I set up the tool chain to use MinGW. I would suggest you use the version of this compiler we have tested. Links for MinGW are on our CopperSpice website. This was last tested on version 4.0 http://www.copper...
by barbara
Mon Mar 05 2018 12:09 am
Forum: Installation
Topic: HELP: How to get started with CopperSpice?
Replies: 11
Views: 16448

Re: HELP: How to get started with CopperSpice?

The following Q & A is intended to provide an introduction to building a program in C++. Some parts may be a bit basic, however the overall information will serve as a good basis for learning what is required to create an executable. A simple build.bat would not be able to build it? Must I use C...
by barbara
Sat Mar 03 2018 10:23 pm
Forum: Installation
Topic: HELP: How to get started with CopperSpice?
Replies: 11
Views: 16448

Re: HELP: How to get started with CopperSpice?

Thank you so much your feedback. I appreciate your help with this process. I would like to provide a few suggestions and answers to help you get started. We will work on a CopperSpice video as we gather more information about what should be presented. I am a Windows developer and I really do underst...
by barbara
Tue Feb 27 2018 6:25 pm
Forum: Developers
Topic: How closely will doxypress track doxygen
Replies: 1
Views: 14108

Re: How closely will doxypress track doxygen

DoxyPress was a direct fork of an earlier version of Doxygen. We required numerous changes in order to document the CopperSpice API. Using their existing source code required major changes and necessitated the fork. Over the past few years we have continued to maintain and track all of the relevant ...
by barbara
Sun Jan 07 2018 10:55 pm
Forum: Developers
Topic: clang-related problems building DoxyPress 1.2.11 on mint
Replies: 2
Views: 10956

Re: clang-related problems building DoxyPress 1.2.11 on mint

Linux Mint is not a supported platform at this time. Based on your error report it appears that you are missing the clang development package. You will need to build clang from source. The following link, "Parsing with Clang" is in our DoxyPress documentation and explains this process for ...
by barbara
Fri Jan 05 2018 1:12 am
Forum: YouTube Channel
Topic: CooperSpice tutorial
Replies: 11
Views: 30465

Re: CooperSpice tutorial

Great. Can't wait to try CS. I can't do it yet with current lack of compiler support. CopperSpice can currently be built with both GCC and clang, which are two of the main compilers for C++. I do most of my work on Windows and have been a Windows developer for many years. I use CopperSpice for seve...
by barbara
Thu Jan 04 2018 6:54 pm
Forum: YouTube Channel
Topic: CooperSpice tutorial
Replies: 11
Views: 30465

Re: CooperSpice tutorial (MSVC Support)

Does cooperspice have the latest msvc compiler support? (since 15.5)? I read they have improved SFINAE support a bit. We have a few developers looking at this and working towards full MSVC support. They are working with the most recent release however there are still issues related to lack of full ...
by barbara
Wed Jan 03 2018 12:24 am
Forum: Developers
Topic: New Doxygen rebase on DoxyPress
Replies: 1
Views: 8877

Re: New Doxygen rebase on DoxyPress

We have added a great deal of enhancements to DoxyPress to improve the output, add to the API, and bring the source current to modern C++. We have also added many of the changes they added between these versions so much of it may already be in the current version of DoxyPress. If there are issues on...
by barbara
Thu Dec 14 2017 10:11 pm
Forum: Developers
Topic: Building CS wtih CMake & Autotools
Replies: 0
Views: 12139

Building CS wtih CMake & Autotools

We are posting a follow on the build process for the CopperSpice libraries. We were able to commit the awesome contributions of the CMake build files using Version 2.8.11 in July 2015. In May 2016 we updated the CMake build to use Version 3.4.3. In early 2018 we will update CMake again, most likely ...
by barbara
Tue Nov 28 2017 7:29 am
Forum: Issues
Topic: doxypress aborted with no reason given
Replies: 4
Views: 13451

Re: doxypress aborted with no reason given

I tried to run doxypress on a large proprietary code base... ** DoxyPress aborted. This was preceeded by the line: Computing dependencies between directories. If you turn off the dot program setting for "directory-graph", do you have any issues? I understand you are unable to provide the ...