pygccxml

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes. (by CastXML)

Pygccxml Alternatives

Similar projects and alternatives to pygccxml based on common topics and language

  • tensorflow-windows-wheel

    Tensorflow prebuilt binary for Windows

  • yahboomg1tank

    ROS2 for YAHBOOM G1 Tank

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • pycat

    MUD client in Python (by cizra)

  • dandere2x-tremx

    Discontinued Dandere2x Tremx implementation / flavor. Unmaintained and broken WONTFIX, my focus is on my other project MMV. Please use akai-katto's mainstream dandere2x instead, it's better in many aspects. This was my first serious Python project, learned a lot from it.

  • Software-Development-Project-Structure

    This repository has the purpose of creating a hierarchical tree file organization system standard for small to medium size projects. Each folder sorted by the programming language will contain a file structure template that can be cloned or downloaded to start new projects. I have come to a project structure that shall avoid confusion being as simple as possible and should keep your code clean, neat, structured, and clutter free. The file structure system is modular and suited to modern standard

  • RhythmPy

    a not so simple rhythm game bot

  • Ciphey

    27 pygccxml VS Ciphey

    ⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better pygccxml alternative or higher similarity.

pygccxml reviews and mentions

Posts with mentions or reviews of pygccxml. We have used some of these posts to build our list of alternatives and similar projects.
  • Ask HN: Tools for programmatically improving a big legacy code base?
    1 project | news.ycombinator.com | 17 Feb 2023
    Hello,

    I work on a 6500+ file, 1-2 million line, 30 year old code base in C++. There are many problems with it, and we've been gradually ratcheting up the use of tools to improve code quality (creating automated testing tools, pr validation pipelines, etc.; I recently went through our biggest projects and set them to level 3 treat warnings as errors; there were a lot).

    But I had a thought the other day to use Python to try to const everything that could be constified in our code base. The general idea was, write some code to const all basic types at declaration, then, again, using Python, try to incrementally build the project with MSVC/MSBuild, parsing the output, deconsting anything that was fails, and hopefully end up with relatively few hard to solve errors in this fashion.

    I imagine this is going to be bigger than I expect, and I already expect it to be a big job. But I've been reticent to use some of the parsing tools available (like [pygccxml][0]). I have some experience with structured text processing so I imagine this is actually doable.

    However, I figure there's _got_ to be something that already exists to do simple linting tasks like this. But my Google Fu fails me.

    Does anyone know of any tools for simple code improvements like const-ing everything const-able? Autoformatting tools don't make code changes as far as I know, and what I'm specifically looking for is a code-improving tool.

    If not, does anyone have any experience programmatically improving a code base, especially in C++? Any tips or suggestions?

    Thank you

    [0]: https://github.com/CastXML/pygccxml

Stats

Basic pygccxml repo stats
1
128
6.1
15 days ago

CastXML/pygccxml is an open source project licensed under Boost Software License 1.0 which is an OSI approved license.

The primary programming language of pygccxml is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com