Commit Graph

81 Commits (master)

Author SHA1 Message Date
Yu Kobayashi d35104ed3c sys.stdout.encoding instead of latin-1 in setup.py
9 years ago
Davis King eca57b467c Fixed README path
9 years ago
Davis King 5d377ceb6d Added a overview comment at the top of the file.
9 years ago
Davis King 99a91ce680 The last commit didn't really fix the bug. This one seems to do a better job :)
9 years ago
Davis King b51b2857f3 Fixed a bug in setup.py that caused it to not print all cmake's outputs to the
9 years ago
Davis King e16b0f8d21 Minor tweaks to make PyPi happy.
9 years ago
Davis King ed64455109 Fixed error in setup.py
9 years ago
Davis King f02f06355b Removed the old version keeping files in the docs folder now that the
9 years ago
Ehsan Azarnasab 5c06db0e35 add python 3 as supported in the classifiers
9 years ago
Ehsan Azarnasab 2fee9b3915 use newest visual studio as generator if multiple installed
9 years ago
Ehsan Azarnasab 61ec7aa862 if no cmake generator is set use same logic as cmake to find default buid generator but use Win64 if the build is for 64bit Python
9 years ago
Ehsan Azarnasab cdce208ef1 cannot automatically select Win64 toolchain on Windows by setting simple flags
9 years ago
Ehsan Azarnasab 6e2ed37f76 find 64bit Python libraries on 64bit Windows when cmake is 32bit
9 years ago
Ehsan Azarnasab 1c6ba8a1b1 fix argument parsing, also there is no trim, should have used strip.
9 years ago
Ehsan Azarnasab e469105178 use Python's architecture to give cmake a clue to generate the right config
9 years ago
Ehsan Azarnasab 8e2ec4cc6a option to pass build system generator to cmake
9 years ago
Ehsan Azarnasab 2f7958e4f9 decode process output as latin-1 for Python3 to also work
9 years ago
Ehsan Azarnasab fd75d43efb simplify logic
9 years ago
Ehsan Azarnasab d1bafb5ae0 simplify passing cmake yes and no options.
9 years ago
Ehsan Azarnasab 34e73a6b6d make sure only relevant platform artifacts are packaged.
9 years ago
Ehsan Azarnasab acf61103b6 set sid only on posix
9 years ago
Ehsan Azarnasab 08fb925b34 always clean up dist folder to have a clean sdist and clean builds
9 years ago
Ehsan Azarnasab 2272be1f29 fix argument parsing for cmake option
9 years ago
Ehsan Azarnasab eccfd6e57b fix argument parsing for cmake option
9 years ago
Ehsan Azarnasab 78203d3607 fix copy-pasted template
9 years ago
Ehsan Azarnasab 25f0ab83cb only check cmake existence if building in required
9 years ago
Ehsan Azarnasab 93818fd7e4 only change option key and not its value, which could be case sensitive.
9 years ago
Ehsan Azarnasab 9e4fe65c47 add __version__ and import extension to the package
9 years ago
Ehsan Azarnasab 26b9de7006 add classifiers to setup.py
9 years ago
Ehsan Azarnasab 69ff6a3fff make sure sdist includes all necessary packages and no build directories
9 years ago
Ehsan Azarnasab ae5c624272 move setup.py 2 levels up to avoid the need to git submodules to link to source
9 years ago