log setup.py @ 772:7492d384d122 default tip

age author description
Sun, 14 May 2017 20:14:03 +0100 Emmanuel Gil Peyrot Add a GLFW implementation of gui.Window.
Thu, 09 Jul 2015 22:18:30 +0100 Emmanuel Gil Peyrot Use the number of cores available for parallel compilation, instead of an hardcoded 4 threads.
Sat, 23 May 2015 11:54:20 +0200 Emmanuel Gil Peyrot package_data doesn’t work with no package specified, add the pytouhou package back.
Tue, 05 May 2015 13:34:57 +0200 Emmanuel Gil Peyrot Include all of the modules during cx_Freeze, and don’t prevent multi-threaded Cython compilation on non-Windows platforms.
Tue, 05 May 2015 13:32:56 +0200 Emmanuel Gil Peyrot Use the current revision as the version number.
Thu, 09 Apr 2015 12:06:44 +0200 Emmanuel Gil Peyrot Fix (again…) the OSX and Win32 build.
Thu, 02 Apr 2015 17:41:17 +0200 Emmanuel Gil Peyrot Fix OSX and Windows build, by renaming a forgotten variable.