Skip to content
#

C

c logo

C is a programming language designed by Dennis Ritchie at Bell Labs. C is very widely used, straightforward, and can be compiled to a number of platforms and operating systems. C is an imperative language, with a small number of keywords and a large number of mathematical operators.

Here are 694 public repositories matching this topic...

Pillow
ram-bv
ram-bv commented Apr 12, 2020

Stefan Behnel wrote:

No. "@cython.cfunc" declares a function or method as a pure C function,
without a Python interface to it, and for methods, it only applies to
extension types and not regular Python classes.

It's interesting that Cython allowed you to set it on the "__iter__" method
which cannot, in fact, be a C method because it's one of Python's special
methods. We s

KerstinKeller
KerstinKeller commented Apr 29, 2020

I had a typo in my profile file:

includes(cmake_3_16)

[build_requires]
doxygen/1.8.15@company/stable

Where it should have been include instead of includes.
When running Conan, I got the following error message:

ERROR: Error reading 'documentation' profile: Error parsing the profile text file: not enough values to unpack (expected 2, got 1)

At least I knew

PatrikValkovic
PatrikValkovic commented Feb 28, 2020

The Khronos reference page contains description of parameters and description of the behavior for every function. Wouldn't it be possible to add doc comments for the functions, so IDE can show it? I understand the function description is a bit cumbersome, as one description is usually related to multiple functions with similar functionality, however parameters description would help a lot.
I am c

StrikerRUS
StrikerRUS commented Oct 18, 2019

I'm sorry if I missed this functionality, but CLI version hasn't it for sure (I saw the related code only in generate_code_examples.py). I guess it will be very useful to eliminate copy-paste phase, especially for large models.

Of course, piping is a solution, but not for development in Jupyter Notebook, for example.

gyorb
gyorb commented Jan 21, 2020
  • incremental CTU (on the fly CTU with skip files) feature usage configuration, limitations when ready
  • web UI usage
    • how to compare the previous (marked by tag, use the date filter) results of two runs (same run?)
  • more simple and advanced use case examples
    • CI job for a quality review (check for high severity results and fail the job if any)
    • usage of the upcoming f
Ram-Z
Ram-Z commented Dec 13, 2019

Currently when choosing any of the other output formats it's not possible to get the text report printed to stdout or even a file.

I've tried the following, but neither work.

$ gcovr --sonarqube coverage.xml --output
usage: gcovr [options] [search_paths...]
gcovr: error: argument -o/--output: expected one argument
$ gcovr --sonarqube coverage.xml --output -
(WARNING) --output='-' op
movermeyer
movermeyer commented Jun 28, 2018

When ciso8601 was first created, there were no reasonable alternatives to it. By virtue of being implemented in C, it was simply much faster than Python implementations.

However, time have moved on, and there are viable alternatives, so the choice is more nuanced.

For example, as of Python 3.7, there exists [datetime.fromisoformat](https://docs.python.org/3/library/datetime.html#datetime

thoughton
thoughton commented Oct 13, 2018

Hi,

It's possible that I'm just misunderstanding the documentation here, but in the docs it says that using the --test flag on the build command wil make cget "try to run the check target" after building.

Does this mean that it will try to execute the resulting executable that is generated from building the check target? If so, this does not seem to happen.

Or am I misunderstand

jj-tetraquark
jj-tetraquark commented May 7, 2017

In the README it states that in your .clang file you want to point to a project specific compilation database you need to specify it like so:

compilation_database = "<path to compilation_database>"

Actually you need to specify to the directory that contains it, rather than to the database itself.
i.e. if the file sits at catkin_ws/build/compile_commands.json your .clang file should s

Created by Dennis Ritchie

Released 1972

Website
www.open-std.org/jtc1/sc22/wg14
Wikipedia
Wikipedia

Related Topics

language
You can’t perform that action at this time.