Commit Graph

20068 Commits

Author SHA1 Message Date
rdb f29c4681e1 Fix broken Python 3 support. 2013-12-17 17:42:16 +00:00
rdb 01ebd5e66a very error, such compile, wow 2013-12-17 15:18:37 +00:00
rdb 634c3c5a0a Stubs for Python 3 functions 2013-12-17 15:03:30 +00:00
rdb 708dca0468 oops, fix for verbose builds 2013-12-17 13:39:30 +00:00
rdb b686d371ca fix maya location on linux, fix dependency cache problems with Python 3 that forced a full rebuild every time 2013-12-17 13:33:39 +00:00
rdb 0046d259dc Eliminate unused HAVE_GETTIMEOFDAY which conflicts with Python's definition anyway. 2013-12-17 13:28:51 +00:00
rdb 40cc37e3da fix terminal colouring when using Python 3 2013-12-17 11:56:02 +00:00
rdb 3fa270b302 Merge branch 'master' into cmake 2013-12-16 22:58:48 +01:00
rdb d71923b36e Add interrogate macros, add p3express/p3downloader/p3dtoolconfig, fixes for pre-2.8.11 2013-12-16 22:20:46 +01:00
rdb dd345d6c02 Add missing include 2013-12-16 21:03:22 +00:00
rdb e9ce924b54 Add missing include 2013-12-16 20:49:02 +00:00
rdb 7ea0d099e9 More progress on Config.cmake, fix bison, add BUILD_DTOOL/BUILD_PANDA to toggle trees. 2013-12-16 20:33:20 +01:00
rdb 57c9b1ae64 Add composite_sources, add bison macro, emulate CMAKE_CURRENT_DIR_IN_INTERFACE in pre-2.8.11 2013-12-16 17:21:11 +01:00
rdb b002c8299a Work on Config.cmake (add documentation and such) 2013-12-14 17:28:51 +01:00
rdb 39bea67211 Split automated compiler settings into LocalSetup.cmake. Rename Version.cmake into PandaVersion.cmake. 2013-12-14 14:51:36 +01:00
rdb 7a66d4ea2f Fix issues with version, copy over documentation for version vars. 2013-12-14 12:08:30 +01:00
kestred 81e4f87420 CMake: Don't smash CMAKE flags when using posix threads. 2013-12-13 11:06:08 -07:00
kestred 5c85d29d27 CMake: Configure: Cherry-pick more documentation and misc config vars from cmake-rdb branch. 2013-12-13 11:02:37 -07:00
kestred abb19ae689 CMake: Filch some local system config vars from cmake-rdb branch, and misc cleanup. 2013-12-13 10:42:33 -07:00
kestred 90e48a9b7d CMake: Improve documentation for cached Version variables. Add more version variables to cache. 2013-12-13 10:03:00 -07:00
kestred fdcd21ad4c CMake: Rearrange CMake flow so that Version, Package, and Config information is available at the top level. Remove complexity from subpackages where possible. 2013-12-13 14:06:36 -07:00
kestred 905f0a8c55 CMake: Start cleaning up configuration variables. 2013-12-13 13:32:23 -07:00
kestred 826979c099 CMake: Configure: Finish cleaning up finding packages. 2013-12-13 13:32:04 -07:00
kestred c7b514bc75 CMake: Configure: Begin conversion to standard CMake find package syntax. 2013-12-13 03:27:52 -07:00
rdb a8cde9f6f1 Use a custom target for bison as the built-in one is ill-equipped for our purposes. Also, add pandabase. 2013-12-13 16:35:16 +01:00
rdb b0e3949544 Get rid of HAVE_GETTIMEOFDAY 2013-12-13 14:24:17 +01:00
rdb abec123074 Merge branch 'master' of ssh://github.com/kestred/panda3d into cmake 2013-12-13 14:19:28 +01:00
kestred d1572173d3 CMake: Configure: Add XYZZY_LIBRARY(IES) variable declarations for Find packages. Other cleanup and reorginizaion. 2013-12-12 12:30:42 -07:00
kestred 4fa31ee4d6 CMake: Use option() instead of set(CACHE) 2013-12-12 10:24:39 -07:00
rdb b4714bcdf1 no place in the source uses HAVE_GETTIMEOFDAY, and it conflicts with Python, so let's simply not define it 2013-12-12 17:20:14 +00:00
kestred ca041ae6d5 CMake: Configure: Use BUILD_<FEATURE> for CMake cache when configuring Panda features. 2013-12-11 11:19:58 -07:00
kestred bd5ade1fb7 CMake: Configure: Add missing CMake variable for freetype. 2013-12-11 11:03:43 -07:00
kestred ee06025d43 CMake: Configure: Add Freetype support. 2013-12-11 11:00:43 -07:00
kestred 150624b27d Add GTK2 support. 2013-12-11 10:53:39 -07:00
kestred a6162615d7 CMake: Configure: Add forgotten Mangle module. 2013-12-09 22:25:30 -07:00
kestred aaff5b9c4f CMake: Configure: Add OpenAL support. Typo fix in CMake README.md. 2013-12-09 12:22:54 -07:00
kestred 4ac2363673 CMake: Configure: Add a "DISCOVERED" option to configure. 2013-12-09 11:40:25 -07:00
kestred 204d88f1e1 CMake: Configure: Improve Miles Sound System detection. 2013-12-09 09:46:46 -07:00
kestred 55089fda95 CMake: Configure: Add FMOD Ex support. 2013-12-09 03:30:49 -07:00
kestred b4e19226fd CMake: Add a ToDo list for things that prone to being accidently forgotten. 2013-12-09 02:25:58 -07:00
kestred 9790c6f504 CMake: Configure: Nominally support Miles Sound System. Can't actually test it, because I don't own it. 2013-12-09 02:23:44 -07:00
kestred 6d8ba55bed CMake: Configure: Add zlib support. 2013-12-09 02:02:56 -07:00
kestred 054cafeac8 CMake: Configure: Add threading support. 2013-12-09 01:10:36 -07:00
kestred eb947cc15a CMake: Configure: Cleanup the packages which haven't been implemented yet, and other config settings. 2013-12-09 00:44:59 -07:00
kestred 31bb550bda CMake: Bugfix: Fix bug where Cg was not set to found properly on first-pass configuration. 2013-12-09 00:44:03 -07:00
kestred ebddd2292b CMake: Configure: Remove cruft in ConfigurePackage module. 2013-12-09 00:43:29 -07:00
kestred 693f7b39cf CMake: Configure: Add option to enable or disable all packages. 2013-12-09 00:11:39 -07:00
kestred 90e4926b94 CMake: Configure: Support VRPN. 2013-12-08 23:17:24 -07:00
kestred 6fe7b59801 CMake: Configure: Add cross-platform (openGL) Nvidia Cg support. 2013-12-08 20:59:17 -07:00
kestred d03d5125a0 CMake: Configure: Add using and finding squish library. 2013-12-07 21:09:40 -07:00