summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAge
* pylint fixes of test and support filesJames R. Barlow2018-06-25
* docs: another fix for setup.py not called from cwdJames R. Barlow2018-06-08
* docs: fix setup.py called from different cwdJames R. Barlow2018-06-08
* Tell setup.py to bundle qpdf21.dll on WindowsJames R. Barlow2018-06-05
* setup.py: extras_require spellingJames R. Barlow2018-06-04
* Fix extra_requiresJames R. Barlow2018-05-31
* Use readthedocs.ymlJames R. Barlow2018-05-31
* AppveyorJames R. Barlow2018-05-30
* AppveyorJames R. Barlow2018-05-29
* Try appveyor againJames R. Barlow2018-05-29
* Mark as alpha, Py3.5+James R. Barlow2018-05-14
* Use pybind11 2.2.3 for pip10James R. Barlow2018-05-01
* Fix spelling of setuptools_scmJames R. Barlow2018-04-06
* Fix header compilationJames R. Barlow2017-11-08
* setup.py: compile all the C++James R. Barlow2017-11-02
* Rename cpp11 to shimsJames R. Barlow2017-11-02
* Fix C++11 compatibilityJames R. Barlow2017-10-29
* Add missing test_requirements.txt, skip need for popplerJames R. Barlow2017-10-27
* Have Travis treat this as a primarily Python projectJames R. Barlow2017-10-27
* Update travis.yml and appveyor.yml based on pybind11's python_exampleJames R. Barlow2017-10-26
* Move to src/pikepdf directory structureJames R. Barlow2017-10-26
* Change to setuptools_scm versioningJames R. Barlow2017-10-26
* Don't allow pdf.pages.extend(pdf.pages)James R. Barlow2017-10-25
* Make qpdf a private interfaceJames R. Barlow2017-09-08
* Upgrade to pybind2.2James R. Barlow2017-09-08
* Use xdistJames R. Barlow2017-08-04
* Tweak setupJames R. Barlow2017-08-04
* Clarify reqsJames R. Barlow2017-08-04
* Split main cpp file into twoJames R. Barlow2017-02-08
* Tell setup.py about python packages tooJames R. Barlow2017-02-08
* Move extension in submoduleJames R. Barlow2017-02-08
* Get tests workingJames R. Barlow2017-01-03
* migrate experimental work on qpdf.cppJames R. Barlow2017-01-03
* rebrandJames R. Barlow2017-01-03
* Fix compiler error on WindowsDean Moldovan2016-06-12
* set __version__ stringSylvain Corlay2016-06-09
* Rename all the thingsSylvain Corlay2016-06-03
* switched to new pybind11.get_include() API; minor PEP8 fixesWenzel Jakob2016-04-30
* Better implementation of has_flag methodSylvain Corlay2016-04-07
* query pip for pybind11 include path (fixes compilation for Brew-ed Python on ...Wenzel Jakob2016-04-07
* -fvisibility=hiddenSylvain Corlay2016-04-04
* Use context managerSylvain Corlay2016-04-04
* Use -std=c++14 flag when available on clang and gccSylvain Corlay2016-04-02
* zip_safe=FalseSylvain Corlay2016-03-14
* Example project built with pybind11Sylvain Corlay2016-03-14