log setup.py @ 717:d5d5496e4e53

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.
Tue, 31 Mar 2015 21:26:00 +0200 Emmanuel Gil Peyrot Use two passes for the module search, and clean it up so that pure Python modules don’t get compiled by default.
Wed, 26 Nov 2014 14:00:17 +0100 Emmanuel Gil Peyrot Make ANM0 pure-python again, by moving the Cython-dependent ANM class into its own module.
Wed, 26 Nov 2014 13:37:07 +0100 Emmanuel Gil Peyrot Actually compile under 3.x feature level.
Tue, 30 Sep 2014 17:14:24 +0200 Emmanuel Gil Peyrot Switch to Python 3.x instead of 2.7.
Thu, 04 Sep 2014 21:07:45 +0200 Emmanuel Gil Peyrot Make setup.py chdir into our root directory, to prevent it to fail when called from elsewhere.
Tue, 12 Aug 2014 15:07:54 +0200 Emmanuel Gil Peyrot Allow setup.py to be called without arguments.
Wed, 09 Jul 2014 23:44:53 +0200 Emmanuel Gil Peyrot Include the Glade file in the main package on install.
Thu, 12 Jun 2014 18:40:21 +0200 Emmanuel Gil Peyrot Fix Windows build, the shaders package was skipped.