[QGIS Commit] [qgis/QGIS] 3fce4a: Add extra CXXFLAGS flags set by user; can be -D CX...
GitHub
noreply at github.com
Tue Sep 24 14:50:51 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/QGIS
Commit: 3fce4a5c0a7e84f485a4b090dd94b07bec4987c5
https://github.com/qgis/QGIS/commit/3fce4a5c0a7e84f485a4b090dd94b07bec4987c5
Author: Larry Shaffer <larrys at dakotacarto.com>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Add extra CXXFLAGS flags set by user; can be -D CXX_EXTRA_FLAGS or environment variable
- Command line -D option overrides environment variable
- Useful for suppressing transient upstream warnings in dependencies, like Qt
Commit: 4c1b95ba9ee0d5f0e4c9664bd293003ef280ba31
https://github.com/qgis/QGIS/commit/4c1b95ba9ee0d5f0e4c9664bd293003ef280ba31
Author: Larry Shaffer <larrys at dakotacarto.com>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
M src/python/qgspythonutilsimpl.cpp
Log Message:
-----------
Add support for PYTHONSTARTUP-like environment variable, PYQGIS_STARTUP
- Different than user's 'startup.py,' since it is loaded just after Py_Initialize, specifically from env variable
- Useful for cleaning sys.path, e.g. isolating/loading the initial environ without requiring a virt env, like homebrew or MacPorts installs on Mac
Commit: 87163c609859b50f4d7ddaf2bf181ab517b51a62
https://github.com/qgis/QGIS/commit/87163c609859b50f4d7ddaf2bf181ab517b51a62
Author: Larry Shaffer <larrys at dakotacarto.com>
Date: 2013-09-24 (Tue, 24 Sep 2013)
Changed paths:
M tests/src/python/test_qgsappstartup.py
Log Message:
-----------
Add unit test for PYQGIS_STARTUP environment variable
- Make PyQgsAppStartup test more general and PEP8 compliant
Compare: https://github.com/qgis/QGIS/compare/1ca2258a5bfc...87163c609859
More information about the QGIS-commit
mailing list