Commit Graph

1663 Commits

Author SHA1 Message Date
myd7349
1f7f985cc4 Add C FAQ and C++ FAQ under websites 2014-12-04 16:55:59 +08:00
myd7349
6417a777cc Add C++ FQA Lite under websites 2014-12-04 16:49:56 +08:00
myd7349
6965d8e972 Add Guru of The Week under websites 2014-12-04 16:46:19 +08:00
Peter Spiess-Knafl
4015eda941 added RPC section + 1 framework 2014-12-02 23:53:50 +00:00
Faraz Fallahi
5bb16ee1d9 libuv has moved to github.com/libuv/libuv 2014-11-27 11:51:50 -06:00
Faraz Fallahi
7f1cc03681 Update todo2.txt 2014-11-22 22:22:43 -06:00
Faraz Fallahi
78492a2baa Update todo2.txt 2014-11-21 21:44:04 -06:00
Faraz Fallahi
cc90a14db8 JsonCpp 2014-11-21 21:42:56 -06:00
Faraz Fallahi
98b52fbb7d Update todo2.txt 2014-11-20 19:01:49 -06:00
Faraz Fallahi
e37dedb86c Update todo2.txt 2014-11-20 14:34:45 -06:00
Faraz Fallahi
bd828f06e0 Chromium style 2014-11-20 09:28:34 -06:00
Faraz Fallahi
f354593639 QtVerbalExpressions 2014-11-20 09:25:52 -06:00
Faraz Fallahi
8ce6294f06 Merge pull request #60 from myd7349/master
Add Linux Kernel Coding Style under Coding Style
2014-11-20 09:24:18 -06:00
Faraz Fallahi
caa2735073 Rename todo.txt to todo1.txt 2014-11-20 15:09:52 +08:00
Faraz Fallahi
ddfaa916aa Create todo3.txt 2014-11-20 15:09:51 +08:00
myd7349
7ba1323ddb Add two signal-slot system under Miscellaneous
Add Boost.Signals and libsigc++ under Miscellaneous.
So now we have three solution for event-driven programming:
Boost.Signals
sigslot
libsigc++
Maybe we can add a new category: Event-driven programming.
2014-11-20 14:10:01 +08:00
myd7349
fd6521643a Add delta3d under Game Engine 2014-11-20 13:56:37 +08:00
myd7349
04cf380ae4 Add libjingle under Networking 2014-11-20 13:42:08 +08:00
Faraz Fallahi
f456f4e048 Rename todo.txt to todo1.txt 2014-11-19 20:57:16 -06:00
Faraz Fallahi
50b0e2ca69 Create todo3.txt 2014-11-19 20:56:52 -06:00
myd7349
f28fe056fb Add uSTL under Frameworks
uSTL is a small STL library, which has been used in GameLoft's ASTHALT 8.
2014-11-20 10:50:22 +08:00
myd7349
863b7e8cc9 Add C++ Dos and Don'ts under Coding Style
Add C++ Dos and Don'ts under Coding Style.
C++ Dos and Don'ts is a C++ coding style guides I found on The Chromium Projects' website.
2014-11-19 13:16:18 +08:00
myd7349
6f802d7e65 Add ZXing under Miscellaneous
1. Change the order of several libs under Miscellaneous.
2. Add ZXing.

I am also wondering if we should move ZBar and ZXing into category: Image Processing?
2014-11-19 11:55:58 +08:00
myd7349
19088fad58 Add sigslot under Miscellaneous
sigslot - C++ Signal/Slot Library
Its home page: http://sigslot.sourceforge.net/
2014-11-19 11:41:55 +08:00
myd7349
a00fcb9d8e Add Linux Kernel Coding Style under Coding Style
I found this under this question: http://stackoverflow.com/questions/252780/why-should-we-typedef-a-struct-so-often-in-c
2014-11-19 11:21:44 +08:00
Faraz Fallahi
17ec62deac Merge pull request #59 from myd7349/master
Add 3 online compilers: Rextester, Rise4Fun and Wandbox
2014-11-18 18:10:02 -06:00
myd7349
a42a552fec Add MongoDB C Driver and Libbson 2014-11-18 14:15:54 +08:00
myd7349
ec075eb43c Add license for MongoDB C++ Driver 2014-11-18 13:58:09 +08:00
myd7349
1e943ad4ca Add MongoDB C++ Driver
C++ Driver for MongoDB.
2014-11-18 13:54:21 +08:00
myd7349
74edaf5a4b Add 3 online compilers found on isocpp
The following three online compilers I found on https://isocpp.org/get-started is added:
Rextester
Rise4Fun
Wandbox
2014-11-18 13:40:10 +08:00
Faraz Fallahi
01f0d374cb Create todo2.txt 2014-11-17 12:52:57 -06:00
Faraz Fallahi
04c658cadb Projects 2014-11-16 14:25:20 -06:00
Faraz Fallahi
e197b8d632 Proxygen
Facebook's collection of C++ HTTP libraries including an easy to use HTTP server.
2014-11-16 12:45:37 -06:00
Faraz Fallahi
106f6c5348 spdlog
Super fast, header only, C++ logging library.
2014-11-16 12:41:17 -06:00
Faraz Fallahi
dc4f9e0975 Closes #56
LZMA SDK is placed in the public domain.
2014-11-14 10:04:14 -06:00
Faraz Fallahi
397ed4f922 Merge pull request #54 from htoooth/master
Add premake in build systems
2014-10-28 07:20:04 -05:00
Tao Huang
0aa51e2ea8 Adding Premake in build systems
I think Premake is a cool tool that can easy generate project file.
2014-10-28 18:35:54 +08:00
Tao Huang
1b85ee6049 Update README.md 2014-10-28 18:33:02 +08:00
Tao Huang
fa193250db Merge pull request #1 from fffaraz/master
合并作者的更新
2014-10-28 18:28:31 +08:00
Faraz Fallahi
204f8efeec Update todo.txt 2014-10-25 16:31:47 -05:00
Faraz Fallahi
6ede9d6a9d Update todo.txt 2014-10-24 23:12:13 -05:00
Faraz Fallahi
d53208c322 ntl 2014-10-20 09:09:13 -05:00
Faraz Fallahi
c2c72d456b Newton Dynamics 2014-10-19 19:18:02 -05:00
Faraz Fallahi
7d7f0edefc math 2014-10-19 19:15:53 -05:00
Faraz Fallahi
935835011b BoQianTheProgrammer 2014-10-19 19:15:09 -05:00
Faraz Fallahi
b4e623da9f Update todo.txt 2014-10-18 00:44:50 -05:00
Faraz Fallahi
f802f83f50 crypto 2014-10-17 20:53:08 -05:00
Faraz Fallahi
09ee7832c6 more Crypto libs 2014-10-15 13:00:20 -05:00
Faraz Fallahi
0c44ab8b55 Merge pull request #53 from HongxuChen/master
IDEs, build systems, analysis, debug tools
2014-10-14 22:17:15 -05:00
HongxuChen
242cfbc380 an order fix for CMake, FastBuild 2014-10-15 11:08:41 +08:00