-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File naming #1
Comments
Since the repo is named Personally, I always use Of course, one of our products will likely be a single-file header-only include (similar to what sqlite does) - that will not be C-compatible. But for people doing the full multiple-headers + library install method, C-only makes sense. Note that there are also 2 types of special-purpose headers (not included directly by users): template definitions ( |
@o11c Let's worry about C++ first then C compatibility. And the fastest C code isn't always the fastest c++ code. So |
@o11c Unrelated but: can you send a pull request with just boilerplate code? I have no experience with writing C++ libraries. |
guys. calm down! loving the enthusiasm though. I'll push my idea of what On 9 Aug 2016 5:29 p.m., "CrazyPython" [email protected] wrote:
|
@casperdcl Hm, don't seem to have direct push access anymore. I want it just to be able to set milestones/labels. No direct commits (except for simple stuff like .gitignore). |
Got it now. Thanks! |
A nice, soothing, purple design label. |
I'll leave it up to @casperdcl to do a draft and set up the goals for a Just my 2 cents about C++ vs C support: if you want to implement However if you were to implement the older 2016-08-09 19:08 GMT+02:00 CrazyPython [email protected]:
|
@lrq3000 I think if we're going to support C at all, we should do it in a separate file. Iterate-range is really useful. I'm going to put my thoughts on releases and versioning in a separate issue. v0.1 shouldn't include C support. |
I would love to see a C version, but yeah it's a sensible decision to focus 2016-08-09 21:03 GMT+02:00 CrazyPython [email protected]:
|
@casperdcl @lrq3000 Please give o11c write access. We're working on setting up coverage and CI stuff. |
Let's agree on what to name the file,
.H
,.h++
,.hh
,.hxx
,.h
or.hpp
? (to make merging easier)Personally, I'd go with
.h
.The text was updated successfully, but these errors were encountered: