Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jchatel/cpplibraries
My C++ libraries
https://github.com/jchatel/cpplibraries
Last synced: 18 days ago
JSON representation
My C++ libraries
- Host: GitHub
- URL: https://github.com/jchatel/cpplibraries
- Owner: jchatel
- Created: 2013-03-29T06:57:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-29T07:36:44.000Z (over 11 years ago)
- Last Synced: 2024-07-31T22:58:35.725Z (3 months ago)
- Language: C
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cpplibraries
============My C++ libraries, free to grab and modify at will.
It's a straight dump of my own depot, so paths may not be friendly with you and you may find awkward that I got versioned directories (but I can have multiple versions references by many of my projects).
A few things to note that are special in how I develop efficiently
1. All my temporary compiler output files (.obj and so forth) are output to Z: drive, so you will most likely need to map it.
Reason are that I don't clutter my depot with compiler files and that I use a ram disk (allocate some memory to act like a hard disk), so I compile fast
Of course, you can change temporary paths in project files2. There are some dependencies between libraries as they are core. For example, Allocator is used by every library as the interface
All in all, have fun.
Kind regards,
Jeremy Chatelaine