Commit Graph

10 Commits

Author SHA1 Message Date
Mathieu Virbel adc44cc66d Makefile: remove build_factory for build/mesabuild
+ add clean pyc/pyo in kivy package
2011-01-30 14:59:02 +01:00
Mathieu Virbel 406f393ada add interactive mode by default for unittest
+ add make batchtest, used for buildbot
2011-01-27 16:42:48 +01:00
Mathieu Virbel 60f9935d26 makefile: unfortunately, the kivy nosetest with uix are segfault within setup.py. use external nosetests. 2011-01-27 03:38:24 +01:00
Mathieu Virbel e1024d8476 fix define -> MESAGL 2011-01-21 01:11:50 +01:00
Mathieu Virbel e363ccbe63 hack for buildbot and native mesa gl (7.7.1) 2011-01-21 01:08:29 +01:00
Mathieu Virbel 8527df07df Makefile: use KIVY_DIR
+ add clean and distclean target
2011-01-21 00:11:42 +01:00
Mathieu Virbel 5af852fb6b activate nosetests + reactivate coverage (ready for buildbot !) 2011-01-21 00:02:29 +01:00
Christopher Denter 23615af4f3 Initial support for OSX.
1. Contains script to extract common GLES, GL, GLEXT subset.
   Pipe the output from that script into
   kivy/kivy/graphics/common_subset.h
2. Contains one such file; generated on OSX 10.6
3. Disabled glReleaseShaderCompiler; Wasn't working
4. Disabled three entries in common.pxi cause they caused crashes
2011-01-16 16:55:21 +01:00
Christopher Denter 4289a1f28c add make hook target 2011-01-13 15:25:07 +01:00
Christopher Denter 44b258fbce Add PEP8 styleguide checker.
Hint for VIM users:
	Make sure your :pwd is the dir that contains the Makefile.
	Then run :make, and after that ran through, run :cw.
	You will get a split view with one styleguide error per line.
	By choosing a line, the editor split view jumps to the proper
	code line automatically. :cn brings you to the next error, :cp
	shows the previous error.
2011-01-12 19:05:55 +01:00