Coder Social home page Coder Social logo

doxypressapp's Introduction

CopperSpice

Introduction

CopperSpice is a set of individual libraries which can be used to develop cross platform software applications in C++. It is a totally open source project released under the LGPL V2.1 license and was initially derived from the Qt framework. Over the last several years CopperSpice has completely diverged, with a goal of providing a first class GUI library to unite the C++ community.

Our motivation for developing CopperSpice was to change the fundamental design and turn the existing framework into a set of libraries for C++ developers. We are accomplishing this by leveraging modern C++ functionality, new technology, and modern tooling. CopperSpice currently requires C++17 or newer.

The libraries available in CopperSpice include:

  • CsCore
  • CsGui
  • CsMultimedia
  • CsNetwork
  • CsOpenGL
  • CsScript
  • CsSql
  • CsSvg
  • CsVulkan
  • CsWebKit
  • CsXml
  • CsXmlPatterns

There are also several open source BSD licensed libraries which are used by CopperSpice and available as stand alone libraries for anyone developing C++ applications.

  • CsCrypto
  • CsLibGuarded
  • CsPaint
  • CsPointer
  • CsSignal
  • CsString

System Requirements

To use the CopperSpice libraries a C++17 compiler and a C++17 standard library are required.

CopperSpice CMake build files are provided with the source distribution. We recommend your projects should also use CMake and Ninja for the build system.

For additional information about building from source, refer to our CopperSpice Overview Documentation or the KitchenSink demo application for sample CMake project files.

Building

The CopperSpice libraries are built using the CMake build system.

Using the CopperSpice Libraries

  • Any C++ application using CopperSpice can be built with CMake or any build system which imports CMake files
  • CopperSpice can be linked directly into any standard C++ application

Documentation

Overview

The CopperSpice Overview documentation includes information on building CopperSpice, downloading prebuilt binary files, package requirements, setting up an application which links with CopperSpice, migrating to CopperSpice, and general configuration information.

https://www.copperspice.com/docs/cs_overview/index.html

API

The API contains full class documentation and multiple tutorials for CopperSpice and is available directly on our website and from our download page.

https://www.copperspice.com/docs/cs_api/index.html

Offline

Both the CS Overview and API documentation can be downloaded for offline use. They are available in a compressed tar file or zip format.

https://download.copperspice.com/copperspice/documentation

Major Enhancements

  • Reflection
    • No Meta-Object Compiler is required for generating meta data, all references were removed
    • The functionality provided by moc was replaced with compile time templates
    • CopperSpice automatically generates meta data for processing Signals/ Slots and Introspection
    • A template class can now inherit from QObject with no restrictions on types
    • Complex data types such as QMap<QString, int> can be used for signal or slot arguments
  • Enhanced Functionality
    • CopperSpice makes extensive use of modern C++ features
      • constexpr, lambda expressions, templates, variadic templates, template variables
      • move semantics, structured bindings, tuple, decltype, SFINAE, and type traits
    • Redesigned all container classes to use the C++ standard library containers, iterators, and algorithms
    • Refactored all Mutex and Lock classes
    • CopperSpice includes a majority of the Qt 5 classes
    • Platform independent plugin system based on standard C++
    • High DPI Rendering Support
    • Redesigned pointer classes
  • Integration of CsLibGuarded
    • Used to manage shared data
  • Integration of CsSignal
    • Improved thread aware Signal/Slot delivery
    • Increased efficiency while maintaining the full Signal/Slot API
    • Deadlocks in Signal/Slot processing have been eliminated
  • Integration of CsString
    • Improved storage to properly represent Unicode strings
    • QString8 (UTF-8) and QString16 (UTF-16) classes
    • Added QStringView, QStringParser, and QRegularExpression

Presentations

Our YouTube channel contains videos about C++, graphics, build systems, CopperSpice, DoxyPress, and other topics related to software development.

https://www.youtube.com/copperspice

Links to technical presentations recorded at CppCon, CppNow, embBO++, MeetingC++, and code::dive, can be found on our presentation page.

https://www.copperspice.com/presentations.html

Authors and Key Contributors

The CS team welcomes contributors of all skill levels. When submitting a pull request please observe our Coding Style Guidelines.

https://www.copperspice.com/style_guide/source_code_style.html

  • Ansel Sermersheim
  • Barbara Geller
  • Jan Wilmans
  • Tim van Deurzen
  • Paul Bendixen
  • Peter Bindels
  • Mortaro Marcello
  • Adam Mensel
  • Robin Mills
  • Ivailo Monev
  • Adam Mensel
  • Matan Nassaw
  • Jeff Cohen
  • Daniel Pfeifer
  • Zbigniew Skowron
  • Johan Förberg
  • Dennis Menschel

License

This library is released under the LGPL V2.1 license. For more information refer to the LICENSE file provided with this project.

References

doxypressapp's People

Contributors

agserm avatar bgeller avatar brycelelbach avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

doxypressapp's Issues

Crash/abort() on Paste string

I just downloaded some CopperSpice programs for Windows; all x86 versions.
When trying out DoxyPressApp.exe to generate Docs for an existing project I have and
pasting in a directory string for the Example files or directories: edit-box, it crashes (looks it calls abort())
with this really huge call-stack from WinDbg:

libCsGui1_7!ZN8QSpinBox16staticMetaObjectEv+0x10f0
libstdc___6!ZN11__gnu_debug30_Safe_unordered_container_base7_M_swapERS0_+0x116a
libstdc___6!ZN11__gnu_debug30_Safe_unordered_container_base7_M_swapERS0_+0x11c0
msvcrt!_unlock+0x15
libstdc___6!_gcclibcxx_demangle_callback+0xbcd1
libstdc___6!_gcclibcxx_demangle_callback+0x912
libstdc___6+0x13a3
ntdll!LdrpCallInitRoutine+0x51
ntdll!LdrShutdownProcess+0xf5
ntdll!RtlExitUserProcess+0xb5
KERNEL32!ExitProcessImplementation+0x12
msvcrt!__crtExitProcess+0x17
msvcrt!doexit+0x135
msvcrt!_exit+0x11
msvcrt!abort+0xe8
libCsCore1_7!Z17qt_message_output9QtMsgTypeN2Cs11QStringViewI8QString8EE+0xeb
libCsCore1_7!Z17qt_message_output9QtMsgTypeN2Cs11QStringViewI8QString8EE+0x2c0
0xbbc5db8
ntdll!RtlpAllocateHeapInternal+0x48f
libwinpthread_1!pthread_getspecific+0x4a
libCsGui1_7!ZN24QPlainTextDocumentLayout11layoutBlockERK10QTextBlock+0x62c
libCsGui1_7!ZN12QTextControl19documentSizeChangedERK6QSizeF+0x30
libCsGui1_7!ZN24QPlainTextDocumentLayout15documentChangedEiii+0x32f
libCsGui1_7!ZNK13QTextDocument6toHtmlERK8QString8+0x7fac
libCsGui1_7!ZN11QTextCursor11insertTableEii+0x132
libCsGui1_7!ZN12QTextControl10timerEventEP11QTimerEvent+0xe12
libCsGui1_7!ZN12QTextControl12processEventEP6QEventRK7QMatrixP7QWidget+0x852
ntdll!RtlSetLastWin32Error+0x39
libwinpthread_1!pthread_setspecific+0x52
libCsGui1_7!ZN14QPlainTextEdit13keyPressEventEP9QKeyEvent+0x11a
libCsGui1_7!ZN6QFrame5eventEP6QEvent+0x1c
libCsGui1_7!ZN14QPlainTextEdit5eventEP6QEvent+0x97
libCsGui1_7!ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0xaa
libCsGui1_7!ZN12QApplication6notifyEP7QObjectP6QEvent+0x1b63
libCsCore1_7!ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0xe9
libCsGui1_7!ZN13QWidgetActionD2Ev+0x22bb8
libgcc_s_sjlj_1!Unwind_SjLj_Register+0x50
0xc2cdf28

But the curious thing is the module list; it has many Qt5 .dlls listed:

ModLoad: 00400000 00619000   F:\MingW32\src\GUI\copperspice\official-ver-1.7.1\DoxyPress\DoxyPressApp.exe
ModLoad: 76f20000 770c3000   C:\WINDOWS\SYSTEM32\ntdll.dll
ModLoad: 754b0000 755a0000   C:\WINDOWS\System32\KERNEL32.DLL
ModLoad: 76ba0000 76db4000   C:\WINDOWS\System32\KERNELBASE.dll
ModLoad: 74cd0000 74d6f000   C:\WINDOWS\SYSTEM32\apphelp.dll
ModLoad: 74fa0000 7505f000   C:\WINDOWS\System32\msvcrt.dll
ModLoad: 695c0000 695dd000   F:\MingW32\src\GUI\copperspice\official-ver-1.7.1\DoxyPress\libgcc_s_sjlj-1.dll
ModLoad: 64b40000 64b54000   F:\MingW32\src\GUI\copperspice\official-ver-1.7.1\DoxyPress\libwinpthread-1.dll
ModLoad: 6fe40000 6ff9e000   F:\MingW32\src\GUI\copperspice\official-ver-1.7.1\DoxyPress\libstdc++-6.dll
...
ModLoad: 62670000 627ac000   F:\gv\Qt\5.15.2\msvc2019\plugins\platforms\qdirect2d.dll
...
ModLoad: 620c0000 62667000   f:\gv\Qt\5.15.2\msvc2019\bin\Qt5Gui.dll
ModLoad: 61b90000 620b7000   f:\gv\Qt\5.15.2\msvc2019\bin\Qt5Core.dll
ModLoad: 5ff10000 608e0000   f:\gv\Qt\5.15.2\msvc2019\bin\Qt5Cored.dll
ModLoad: 608e0000 61598000   f:\gv\Qt\5.15.2\msvc2019\bin\Qt5Guid.dll
ModLoad: 6ada0000 6ada8000   C:\WINDOWS\SYSTEM32\MSVCP140_1D.dll
ModLoad: 5fe60000 5ff0d000   F:\gv\Qt\5.15.2\msvc2019\plugins\platforms\qminimal.dll
ModLoad: 5fcf0000 5fe5c000   F:\gv\Qt\5.15.2\msvc2019\plugins\platforms\qminimald.dll
ModLoad: 5fc50000 5fcec000   F:\gv\Qt\5.15.2\msvc2019\plugins\platforms\qoffscreen.dll
ModLoad: 5fb10000 5fc50000   F:\gv\Qt\5.15.2\msvc2019\plugins\platforms\qoffscreend.dll
ModLoad: 6ac00000 6ac67000   F:\gv\Qt\5.15.2\msvc2019\plugins\platforms\qwebgl.dll
...

Why is that? I imagined a CopperSpice program does not depend on Qt5.

Checkbox not working

When toggling the Build Settings -> Dot ->Dot (Part 1) -> Collaboration graph option, the saved json file always contains the "true" value for the corresponding setting.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.