Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-21 | serialize.h: use machine native byte swapping if available, fall-back to ↵ | Rafael Reilova | |
previous generic method if not (supported for GCC using endian.h, detection done in cmake) write/readARGB8() - just write 32-bit color in one op, instead of 4 1-byte ops cleanup: removed unneeded buffer init for some serialize-out functions use a #define for the fixed point factor in read/writeF1000() nodemetadata.cpp, nodetimer.cpp optimzation: simpler deserialize node position method staticobject.cpp: cleanup: use util/serialize.h inlines instead of its own de/serialization serialize.cpp: minor optimization/cleanup: avoid generation of unneeded string temporary CMakeLists.txt, cmake_config.h.in: detection of endian.h config.h: added HAVE_ENDIAN_H Commits due to feedback squashed Signed-off-by: Craig Robbins <kde.psych@gmail.com> | |||
2014-09-20 | Make config compatible with C++11 | donat_b | |
2014-04-16 | Add redis database backend | Sfan5 | |
2014-03-02 | Improved win32 file version information | sapier | |
2013-12-18 | Handle LuaErrors in Lua -> C++ calls on LuaJIT | ShadowNinja | |
2013-09-28 | Show git hash in version string at top left corner of window | Kahrl | |
2013-09-28 | Add curl, freetype and luaJIT to CMAKE_BUILD_INFO | PilzAdam | |
2013-09-09 | Add dummy and LevelDB database backends | Ilya Zhuravlev | |
2013-02-14 | Add Freetype support | Ilya Zhuravlev | |
2012-12-16 | Added ability to fetch media from remote server (using cURL library) | Ilya Zhuravlev | |
2012-07-23 | Improve build configuration options | Perttu Ahola | |
2012-03-25 | Build configuration fixes/improvements on Windows | Perttu Ahola | |
2012-03-24 | Update/fix/improve config.h and cmake_config.h.in | Perttu Ahola | |
2011-07-24 | Actually make USE_GETTEXT available in the source | Giuseppe Bilotta | |
2011-07-24 | Place project name and gettext use in config | Giuseppe Bilotta | |
2011-04-06 | cleaning notes and stuff | Perttu Ahola | |
2011-01-18 | made old build system to work too. the cmake one doesn't make working ↵ | Perttu Ahola | |
binaries for some computers. --HG-- rename : src/config.h.in => src/cmake_config.h.in |