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

cplusplus

cpp logo

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...

wohali
wohali commented Mar 20, 2020

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

patlecat
patlecat commented Apr 4, 2020

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
ximinez
ximinez commented Mar 26, 2020

Several issues with the configuration options for online_delete

  1. There are several undocumented features for the [node_db] config section which can be used to tune online_delete performance. These need to be documented at least in rippled-example.cfg.
    • delete_batch - number of records to delete per query
    • backOff - milliseconds to sleep between deletes
    • `age_thr
n1vux
n1vux commented Dec 23, 2019

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

Jule-
Jule- commented Apr 17, 2019

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

RedDwarf69
RedDwarf69 commented Oct 8, 2019

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

Doc
perspective
rp779
rp779 commented Mar 29, 2020

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

metopa
metopa commented Dec 2, 2019

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
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
viboes
viboes commented Sep 28, 2019

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.

Created by Bjarne Stroustrup

Released October 1985

Website
isocpp.org
Wikipedia
Wikipedia
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.