ipr VS ifc-spec

Compare ipr vs ifc-spec and see what are their differences.

ipr

Compiler-neutral Internal Program Representation for C++ (by GabrielDosReis)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ipr ifc-spec
4 6
216 69
- -
5.0 6.0
10 months ago 7 months ago
C++ TeX
BSD 3-clause "New" or "Revised" License Creative Commons Attribution 4.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ipr

Posts with mentions or reviews of ipr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-26.
  • Module interfaces for pre-built libraries
    3 projects | /r/cpp | 26 Apr 2023
    I'm not sure about clang or gcc. For VS, u/GabrielDosReis might be able to speak to the .ifc IPR stability/volatility. My wager (deferring to him to correct me) is that the IPR is still changing over time but will stabilize more over time.
  • A new design pattern: the C++ "template mixin"
    2 projects | /r/cpp | 4 Mar 2023
    Have you had a look at its uses in the IPR interface and implementation? https://github.com/GabrielDosReis/ipr/blob/main/include/ipr/interface
  • Carbon Language: An experimental successor to C++
    22 projects | news.ycombinator.com | 19 Jul 2022
    > C++ has virtually zero tooling

    CMake, Meson, Waf, Conan, Visual Studio Code, Visual Studio, CLion, Intel VTune, GDB, LLDB, XCode, Artifactory, SonarQube, clang-tidy, clang-format, astyle, Incredibuild...

    > Comparing CMake to cargo is like comparing fifth century fireworks to the Space Shuttle

    You are wrong here. Cargo serves a set of fixed "this-is-how-to-do-it" thing. In C++ you can build anything. I do not mean it is better, but C++ software already exists and that is the solution that it works better for it. :)

    > and the committee is not interested in ever working on that

    https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p08...

    Interoperability effort for modules: https://github.com/GabrielDosReis/ipr

  • I hope this would ease C++ tooling
    3 projects | /r/cpp | 27 Nov 2021
    IPR Library

ifc-spec

Posts with mentions or reviews of ifc-spec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-18.
  • C++ Modules: The Packaging Story
    4 projects | news.ycombinator.com | 18 Oct 2023
    There is a proposal for this: https://github.com/microsoft/ifc-spec

    Only Microsoft implants that so far. I gather EDG (which powers IntelliSense) has been at least researching support for consuming IFC files.

    I'm not aware of anyone sponsoring work in Clang or GCC to add IFC support.

  • Module interfaces for pre-built libraries
    3 projects | /r/cpp | 26 Apr 2023
    Note that like .lib files, you'll likely need to build and share different module binary module interface files (e.g. Visual Studio's .ifc) per architecture, since #ifdefs are resolved early. Otherwise (in theory), you could share the same BMI for different architectures since they are largely a symbol table/graph of the parsed code (higher level representation before optimizations).
  • With C++20, what replaces header-only libraries?
    1 project | /r/cpp | 17 Aug 2022
    My hope is that the IFC format can be evolved (with community inputs) into something supported (but not necessarily required) by C++ compilers. I regard something like the IFC as a necessity for the C++ community to realize the full potential of modules.
  • is it still basically useless working with modules in g++-11?
    4 projects | /r/cpp | 30 Dec 2021
    Now, Gabriel Dos Reis has a CppCon 2021 talk describing a way compilers could communicate in enough detail such that IntelliSense, static analysis, etc. would work as expected. The file format for this mechanism is called IFC and here is the link to the relevant repo. I don't have any information about it being implemented in any compiler other than Microsoft's, but it would solve a lot of problems if it were available.
  • I hope this would ease C++ tooling
    3 projects | /r/cpp | 27 Nov 2021
    For those interested in the final pdf, here is a link to the latest release containing said pdf

What are some alternatives?

When comparing ipr and ifc-spec you can also consider the following projects:

crubit

cpp-docs - C++ Documentation

DIPs - D Improvement Proposals

AStarDemo - A basic A* example ported to C++/WinRT

verdigris - Qt without moc: set of macros to use Qt without needing moc

ppm2png - Basic command line utility to convert PPM images (P3) into PNG

PythonNet - Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.

docs - conan.io reStructuredText documentation

GrayC - GrayC: Greybox Fuzzing of Compilers and Analysers for C

language - Design of the Dart language

cxx - Safe interop between Rust and C++

carbon-lang - Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)