Giter Club home page Giter Club logo

faburaya / 3fd Goto Github PK

View Code? Open in Web Editor NEW
41.0 5.0 5.0 7.46 MB

C++ Framework For Fast Development: OOP wrappers and helpers for OpenCL, SQLite, Microsoft RPC API (DCE), Windows Web Services API (SOAP), Extensible Storage Engine (ESENT) and Service Broker (SQL Server). Also: garbage collection, exception handling, logging, stack tracing and command line parser. Ports available from POSIX to Windows 10 Mobile.

License: Microsoft Public License

C++ 26.76% C 72.66% CMake 0.27% Batchfile 0.01% PowerShell 0.22% Shell 0.09%
opencl isam esent sqlite wrapper oop exception logger rpc wws

3fd's Issues

Move garbage collector into a separate project

Hello.

I believe you should free the garbage collector into its own project.

This can help get support from other developers who wish to work on the garbage collector, but have no context or relation towards all the other stuff in this project.

Currently the GC is just some mixed header files mixed in with a project for supporting stuff like Service broker of Microsoft SQL Server.

I think you did a good job on the GC, and there's few good modern C++ GC's out there, so it deserves attention. But it cannot get the proper attention if it's mixed in here as some obscure component for supporting odd Platform-specific stuff.

This GC should have its own Issues section, and its own front-page documentation that appears on its own primary github page.

And it should have its own name.

Use of deprecated std::wstring_convert

In 3fd/code/exceptions.cpp, std::wstring_convert is used, but that function is deprecated in c++17.

When building 3fd with MSVC2017.
Compiling fails with the following error:

C:\projects\3fd\core\exceptions.cpp(84): error C2664: 'std::basic_string<char,std::char_traits<char>,std::allocator<char>> std::wstring_convert<std::codecvt_utf8<wchar_t,1114111,0>,wchar_t,std::allocator<wchar_t>,std::allocator<char>>::to_bytes(const _Elem *,const _Elem *)': cannot convert argument 1 from 'const TCHAR *' to '_Elem' [C:\projects\3fd\build_subfolder\core\3fd-core.vcxproj]
C:\projects\3fd\core\exceptions.cpp(84): note: There is no context in which this conversion is possible
C:\projects\3fd\core\exceptions.cpp(86): error C3536: 'text': cannot be used before it is initialized [C:\projects\3fd\build_subfolder\3fd\core\3fd-core.vcxproj]
C:\projects\3fd\core\exceptions.cpp(89): error C2440: 'return': cannot convert from 'int' to 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' [C:\projects\3fd\build_subfolder\core\3fd-core.vcxproj]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.