cplusplus
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 4,093 public repositories matching this topic...
-
Updated
Apr 13, 2020 - C++
Running a make distclean in a checkout of Apache CouchDB from git should remove all dependencies in other repos, including:
- config
- b64url
- ets_lru
- khash
- snappy
- docs
- fauxton
- folsom
- hyper
- ibrowse
- jiffy
- mochiweb
- meck
- recon
- bear
It should also remove the rel/couchdb release folder, and any apache-couchdb-... dist tarball/folder.
In short, after r
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/foo",
"definitions": {
"foo": {
"type": "object",
"properties": {
"bar": {
"$ref": "bar.json#"
},
},
"required": [
"bar"
],
},
"title": "foo"
}
}
Running quicktype CLI with this Schema produces
Error
So I freshly installed Conan 1.24 as an installer on my new Windows10 with MSVC2019 and I ran into this bug that seems to pop up from time to time in the Conan community. But as a beginner with Conan I have no clue at all what to do and I think installing Boost should be the easiest thing to do since it's surely well tested.
Here's my conanfile.txt in ../boost/1.72.0:
[requires]
boos
Several issues with the configuration options for online_delete
- There are several undocumented features for the
[node_db]config section which can be used to tuneonline_deleteperformance. These need to be documented at least in rippled-example.cfg.delete_batch- number of records to delete per querybackOff- milliseconds to sleep between deletes- `age_thr
In the Evaluation doc in wiki, it incorrectly says Maidenhead (mls) can form words. Since MLS alternates pairs of letters and pairs numerals, it could only form EL33tt haxor words, and at least for the experienced user, or with a syntax checking interface, no letter/number ambiguity.
(MLS does have seams between fields and between squares so that adjacent places may be disimilar, but even OL
Issue Type
- Bug Report
- Feature Request
- Support Question
- Doc
Description
Information
The splash screen mechanism is not well documented since the plugin is not responsible of the resource copy into platforms. I had to check the cordova prepare code in order to figure out how <splash> tag is handled while I was trying to set an android vector (or svg
https://www.boost.org/doc/libs/1_71_0/libs/beast/doc/html/beast/using_websocket/timeouts.html says
The timeout features of the TCP or basic stream should not be used when working with a websocket stream.
and
`The timeouts on the websocket stream are incompatible with the timeouts used in the tcp_stream. When constructing a websocket stream from a tcp stream that has timeouts enabled, th
Feature Request
Description of Problem:
When looking at tooltips on charts, the decimal point between floats are unclear and hard to read at a glance:
Potential Solutions:
Tooltips should be styled with a clear differentiation/highl
The Urho UI provides a method to set the cursor image however Turbobadger doesn't offer this so this functionality went away with SystemUI.
Exercise information
Exercise 2.10
Question or Bug
When you described how local variables are not initialized, you said that they are NOT uninitialized. I believe you should either write not initialized or uninitialized. Saying that local variables are not uninitialized is saying that local variables are initialized, which is incorrect.
here:
local_int is a loca
-
Updated
Apr 12, 2020
-
Updated
Apr 12, 2020 - C++
pod install hangs at "Downloading specs".
This is because the Cocoapods team changed their hosting.
Check this out: LINK
TLRD:
Change the first line of "Podfile" to "source 'https://cdn.cocoapods.org/" instead of the Github thing.
As the title says, Enumeration has two properties for the same information.
public Type Type { get; set; }
public BuiltinType BuiltinType { get; set; }
We should remove BuiltinType and have it just as a desugared property of Type.
-
Updated
Apr 11, 2020 - C++
-
Updated
Feb 26, 2020 - C++
This issue documents the progress on adding CI configurations
for supported C++ compilers.
- Default GCC on Ubuntu
- GCC 7 on Ubuntu
- Clang 5 on Ubuntu
- Default Clang on macOS
- Default MSVC on Windows
- MSVC 14.1+ (VS 2017) on Windows
- MinGW (MSYS2) on Windows
- Cygwin on Windows
- LXSS GCC on Windows
-
Updated
Apr 8, 2020 - Python
Refresh wiki page
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
Sandboxed API should build/work on all major Linux distributions.
We should provide at least some basic instructions for distributions other than Debian/Ubuntu:
- Fedora
- Arch Linux
- openSUSE
- Gentoo
This also applies for their derivatives (CentOS, Manjaro, etc.)
As for Display the special operations generated by the compiler #224 discussion, the documentation will improve if we had a section describing the transformation of each featre and his limitations.
In particular for the special operation, to explain that only the operations that are really generated would appear in the transformation. This is due to the fact that the tool s based on the AST.



we should make libsourcey available as a package to install
https://sourcey.com/libsourcey/