Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-27 | Remove define that appears to cause configure test breakage on Julien's machine. | Jelmer Vernooij | 1 | -2/+0 | |
(This used to be commit f47df5761571dd5c36789fb2e225a1125ca0e8f7) | |||||
2008-03-13 | configure: when detecting python we should disable pyconfig.h | Stefan Metzmacher | 1 | -0/+2 | |
This fixes the detection on HP-UX where the pyconfig.h contains bogus defines. metze (This used to be commit 9391f6f80461be2b214a881782aecf7df8a4aba3) | |||||
2008-02-20 | Avoid python2.2-specific types. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit d45c6b5574ea732d25e9180c83f1fa807ebe57ba) | |||||
2008-02-09 | Remove unused define. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 64d6d729135e1b3b19c9bdbbe973fcdaca15e8b3) | |||||
2008-02-09 | Merge branch 'v4-0-trivial' into v4-0-python | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit b874f07175ae38a041f53f0e4ac6a4050dcefeae) | |||||
2008-02-09 | Re-enable python support in BECOME-DC test. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit ed44fd59bfa289bcef82e0650ccda381efb52268) | |||||
2008-01-29 | Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and ↵ | Jelmer Vernooij | 1 | -1/+1 | |
351c2e99ab8b6a91f7355077b2d2944fd820839c to see if that fixes the build. (This used to be commit 2a79cebfd99f4048214be65a6c918cc988dc83ed) | |||||
2008-01-25 | configure: define HAVE_WORKING_PYTHON | Stefan Metzmacher | 1 | -0/+1 | |
metze (This used to be commit 351c2e99ab8b6a91f7355077b2d2944fd820839c) | |||||
2008-01-22 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-python | Jelmer Vernooij | 1 | -34/+38 | |
(This used to be commit 2f57e25f8f692889d9e057e13256f8a24c5ec10c) | |||||
2008-01-13 | python: Avoid overwriting flags for already found version of Python. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 9041e385fe666c16d9a5b9a030b54a856f17e5e5) | |||||
2008-01-13 | python: Fix initialization of variable. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 620ec696657558dbad2a6c7d4231deabcaeaaef1) | |||||
2008-01-13 | python: Try more possible flags. | Jelmer Vernooij | 1 | -31/+34 | |
The flags returned by python-config may be for gcc and may not work for other compilers. (This used to be commit 1fbc3a9f47a33f785d935e39345021d9ca455bb9) | |||||
2008-01-10 | configure: Complain when Python is not found. | Jelmer Vernooij | 1 | -4/+1 | |
(This used to be commit 6aaccdb0b38366963d5bdff444d24d6dcacc817b) | |||||
2008-01-05 | r26666: python: Prefer newer Python versions as they use const properly. | Jelmer Vernooij | 1 | -1/+6 | |
(This used to be commit aa2adf33275dc637022d9feee1531aa79aa08e25) | |||||
2007-12-26 | r26597: Attempt to provide alternative for hosts that don't have python-config. | Jelmer Vernooij | 1 | -2/+8 | |
(This used to be commit fa5d1923efe5c1dc7ef12757b41f8d8eafcb1288) | |||||
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 1 | -3/+6 | |
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520) | |||||
2007-12-24 | r26575: Build a private copy of the Python executable for Samba 4, so we ↵ | Jelmer Vernooij | 1 | -0/+3 | |
know we're always using the same library we build the modules for. (This used to be commit 03270c5ffdb1476bef5eba846c2ea008111375fc) | |||||
2007-12-24 | r26555: Use python-config utility to find python compile/link flags. | Jelmer Vernooij | 1 | -102/+8 | |
(This used to be commit 6cc5e838e6c411ce74e7abde685720aa1f3cbdfb) | |||||
2007-12-21 | r26534: configure: using == in shell scripts isn't portable | Stefan Metzmacher | 1 | -1/+1 | |
Thanks to Björn Jacke <bj@sernet.de> for reporting this. metze (This used to be commit 1d5d97083029956fd1ce5eb2c0333052a46a334a) | |||||
2007-12-21 | r26422: build: let configure print out if we have working python module support | Stefan Metzmacher | 1 | -5/+13 | |
metze (This used to be commit dfb9d704d053455d636d4f9d9d49cbfb70ada53e) | |||||
2007-12-21 | r26411: Double check Python installation - make sure we can compile and link ↵ | Jelmer Vernooij | 1 | -1/+15 | |
using it. (This used to be commit 3d8fc5808ced6f54274701d80fe2d42423bf9fee) | |||||
2007-12-21 | r26248: Check in SWIG output so SWIG is not required when running out of svn. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631) | |||||
2007-12-21 | r26247: Don't allow use of older SWIG versions. | Jelmer Vernooij | 1 | -1/+4 | |
(This used to be commit def0ae919b9b65e70124ee5bfcd70d3a22973a9b) | |||||
2007-12-21 | r26188: Now that swig output is pregenerated, allow building python code ↵ | Jelmer Vernooij | 1 | -1/+1 | |
without swig installed. (This used to be commit f97f82adbd2663cadcfc5522c809ce2e659fb42c) | |||||
2007-12-21 | r26100: Also check for SWIG. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 1755adffecb8ed68047d6ad69087a680cc63ba8f) | |||||
2007-12-21 | r26098: Make missing python no longer fatal. | Jelmer Vernooij | 1 | -5/+12 | |
(This used to be commit 9af2aeb22500baf65c11bc46c0051385911a8d67) | |||||
2007-12-21 | r26089: Move python detection to a separate file, and don't make it an error ↵ | Jelmer Vernooij | 1 | -0/+117 | |
if it isn't available. (This used to be commit 4e7709379de2fb9bf1eafd9ee9cbe10a0e6df51e) |