The Wayback Machine - https://web.archive.org/web/20200706211000/https://github.com/topics/cmake
Skip to content
#

cmake

Here are 3,130 public repositories matching this topic...

heinezen
heinezen commented May 4, 2020

The new converter (#1151) uses member objects to operate on data from the .dat files. While these provide the necessary functions for conversion, they are also significantly larger than the original dat file entries (20x - 400x the size). This results in a comparatively high memory usage, especially for DE2 which uses ~1.6 GB of memory for all dat file entries. Note that the converter does not

illera88
illera88 commented Apr 21, 2020

Library name: triton

Library description: Triton is a Dynamic Binary Analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a dynamic taint engine, AST representations of the x86, x86-64, ARM32 and AArch64 Instructions Set Architecture (ISA), SMT simplification passes, an SMT solver interface and, the last but not least, Python bindings.

Sou

assimp
malortie
malortie commented Nov 28, 2019

According to Assimp's documentation (see anim.h, line 269). The description of aiNodeAnim says the following:

The transformation matrix computed from these values replaces the node's original transformation matrix at a specific time. This means all keys are absolute and not relative to the bone default pose.

From my understanding, I believe the original transformation refers to aiNode's

tmoravec
tmoravec commented Apr 21, 2020

When given a wrong argument, some daemon commands fail with "unknown command" error, instead of a meaningful error message.

Examples of useless error messages:

hard_fork_info abc
unknown command: hard_fork_info abc
Monero 'Carbon Chamaeleon' (v0.15.0.0-57854a3e2)
Commands:
  ...

in_peers abcd
unknown command: in_peers abcd
Monero 'Carbon Chamaeleon' (v0.15.0.0-57854a3e2)
Comm
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

karlnapf
karlnapf commented Apr 2, 2020

We want to replace imports in the lines of

  • from shogun import *
  • from shogun import features

with import shogun as sg, and then call shogun methods with that handle, i.e. sg.features instead of just features

This is as the number of names of shogun API objects that clash with potential variable names (features) is growing and we want to avoid confusion.

This needs to be d

arduino-cli
kittaakos
kittaakos commented Dec 10, 2019

Bug Report

This happened on Windows with the Pro IDE. This is all I can see in the logs:

root ERROR Uncaught Exception:  Error: 2 UNKNOWN: error getting port list from serial-discovery: read |0: The handle is invalid.
root ERROR Error: 2 UNKNOWN: error getting port list from serial-discovery: read |0: The handle is invalid.
    at Object.callErrorFromStatus (c:\Users\kittaakos\Desktop\
xray-16
kacejot
kacejot commented Aug 1, 2019

For now the wiki page of OpenXRay is a mess!
I mean all necessary pages on all possible languages are trying to fit into main wiki page.
I haven't even found coding conventions from the first time!

That should be structured by the next design:

  • Main page contains only links to language main wiki page.
  • Language main page contains thematic sections like: Development, Modding, Using, Conti
warzone2100
maxsupermanhd
maxsupermanhd commented Sep 18, 2019

Maybe I'm blind and there is a special page with all that stuff but I can't find it.
In deep i want to know all json properties and stuff with loading resources. Also can write some docs for this theme after creating production version of map editor. Also want to bring game.map and ttypes.ttf json or similar format (if its possible please give feedback about it).
This issue also related to n

gunrot
gunrot commented Jul 20, 2017

In
function (cotire_make_unity_source_file_paths _language _target _maxIncludes _unityFilesVar)
cotire_setup_file_extension_variables()
if (NOT DEFINED unityFileExt${_language})
set (${_unityFileVar} "" PARENT_SCOPE)
return()

set (${_unityFileVar} "" PARENT_SCOPE) should be 'set (${_unityFilesVar} "" PARENT_SCOPE)'

nmav
nmav commented Aug 25, 2016

The interface for loading keys is a bit confusing. PKCS12 files contain both key and certificate and thus once specified (as certificate), no further key should be required/allowed. Currently it works if one specifies the pkcs12 file as a certificate, but if one also adds something else in the key field (even the same file), loading will fail.

Relates #122

rubenhak
rubenhak commented Dec 29, 2019

This issue is related to documentation. Followed instructions in Keyboards/README.md. It says:
An example of how to use these scripts to compile KLL files from the Ergodox configurator
The configurator does not let me download KLL files. Can only extract JSON layout. Using Mac OS.

Please provide instructions on setting up custom layouts for Infinity Ergodox.

simao4ever84
simao4ever84 commented Apr 24, 2020

Hello,
i'm writing to signal mmex crashes when I open reports
Summary of accounts
both monthly and yearly.
Let me know if you need more information about.
Thanks


Version: 1.3.4
• db 7 • (aes128cbc)


Libs:
• wxWidgets 3.1.3 (wxMac 10.14)
• wxSQLite3 4.4.8 (SQLite 3.30.1)
• RapidJSON 1.1.0
• Lua 5.3.5
• libcurl/7.54.0 LibreSSL

Improve this page

Add a description, image, and links to the cmake 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 cmake topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.