Skip to content
#

gcc

Here are 707 public repositories matching this topic...

ThePhD
ThePhD commented Aug 22, 2016

Hello, users of sol2! This issue was made so that I could get a better idea of what you all use for Lua and how much you like / dislike sol2 compared to what you used to use (if anything) and sol2 now. If anyone could just reply to this issue with their thoughts, perhaps answer some of the questions below (or go on a tangent, really anything), I'd appreciate it. I'm going to be writing a paper abo

eine
eine commented Sep 3, 2019

Package system managers' build commands, such as makepkg, git clone a new copy of this repo in a clean temporal path, checkout a specific version, proceed with the build, and remove the temporal dir. I'm using the prepare() step, which is executed just before the build, to copy subdir testsuite out of the temporal path; so it can be executed later, after the path is removed.

The procedu

NatThePorcupine
NatThePorcupine commented Jul 7, 2017

I haven't seen any tutorials related to working with SGDK's 3D capabilities (rendering 3d shapes with the Bitmap engine and working with various Maths3D functions). I've tried taking a look at the built-in cube demo, but there are several things that the demo alone can't really address, especially with lack of detailed comments. I found myself asking questions like "So is that checkerboard dither

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
jiblime
jiblime commented Nov 29, 2019

Crates are packages from the Rust community. Like what pip is to Python I would suppose. https://crates.io/

I've noticed a trend in cargos crates where most of them require -ffat-lto-objects or they will ICE. Albeit the list is short in the main Gentoo overlay, I don't think I've encounted a cargo crate package that doesn't need fat objects to compile. I'm assuming it's because they'r

Improve this page

Add a description, image, and links to the gcc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gcc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.