- Oct 21, 2017
-
-
Jean-Christophe Fillion-Robin authored
The following comment were executed: pip install autopep8 autopep8 --in-place --max-line-length=150 -r . Former-commit-id: 6576c198
-
Jean-Christophe Fillion-Robin authored
Former-commit-id: 6c796423
-
Jean-Christophe Fillion-Robin authored
Former-commit-id: 73fb5943
-
Jean-Christophe Fillion-Robin authored
Former-commit-id: c3a3403c
-
Jean-Christophe Fillion-Robin authored
Former-commit-id: 55cd2522
-
Jean-Christophe Fillion-Robin authored
Rational copied from https://www.python.org/dev/peps/pep-0290/#testing-for-none // ----------------- Since there is only one None object, equality can be tested with identity. Identity tests are slightly faster than equality tests. Also, some object types may overload comparison, so equality testing may be much slower. Pattern: if v == None --> if v is None: if v != None --> if v is not None: // ----------------- Former-commit-id: 48ab42f0
-
Jean-Christophe Fillion-Robin authored
* Use spaces instead of tab * Add missing new lines * Remove trailing spaces * Add missing spaces * Remove redundant backslash between brackets Former-commit-id: 697b15ab
-
Bill Lorensen authored
Former-commit-id: 7bc77180
-
Bill Lorensen authored
Former-commit-id: 00f0fbbd
-
Bill Lorensen authored
Former-commit-id: 222dd5da
-
Bill Lorensen authored
Former-commit-id: f8a272fd
-
Bill Lorensen authored
Former-commit-id: fc81491f
-
Jean-Christophe Fillion-Robin authored
Former-commit-id: 0d18dec4
-
Jean-Christophe Fillion-Robin authored
This commit fixes the following error: ``` [...] -- Found Qt4: /home/jcfr/Support/qt-everywhere-opensource-build-4.8.7/bin/qmake (found version "4.8.7") CMake Error at src/Cxx/Qt/CMakeLists.txt:64 (TARGET_LINK_LIBRARIES): Cannot specify link libraries for target "BorderWidgetQt" which is not built by this project. [...] Former-commit-id: e8c5d86a
-
Jean-Christophe Fillion-Robin authored
Former-commit-id: 707e4dc3
-
- Oct 20, 2017
-
-
Andrew Maclean authored
Former-commit-id: 515a7e60
-
Bill Lorensen authored
Former-commit-id: 6cbeac17
-
Bill Lorensen authored
Former-commit-id: 4bd616e3
-
Andrew Maclean authored
Former-commit-id: 90d76c62
-
Bill Lorensen authored
Former-commit-id: d065af9d
-
- Oct 19, 2017
-
-
Andrew Maclean authored
Former-commit-id: 424f9609
-
Andrew Maclean authored
Former-commit-id: 7d861b73
-
Bill Lorensen authored
Former-commit-id: 0eabe4ad
-
- Oct 18, 2017
-
-
Bill Lorensen authored
Former-commit-id: 09e655ba
-
Bill Lorensen authored
Former-commit-id: 90548dad
-
Bill Lorensen authored
Former-commit-id: 9dce9d40
-
Bill Lorensen authored
Former-commit-id: f7522062
-
- Oct 17, 2017
-
-
Andrew Maclean authored
Former-commit-id: 83a4ad4c
-
Bill Lorensen authored
Former-commit-id: aa711e47
-
Bill Lorensen authored
Former-commit-id: 94163111
-
Bill Lorensen authored
Former-commit-id: 1f80e3a2
-
Bill Lorensen authored
Former-commit-id: 9bcf2e4d
-
Bill Lorensen authored
Former-commit-id: 3e669423
-
Bill Lorensen authored
Former-commit-id: 37a9d6da
-
Bill Lorensen authored
Former-commit-id: d04a825b
-
Andrew Maclean authored
Former-commit-id: 3dd6300e
-
- Oct 16, 2017
-
-
Bill Lorensen authored
Former-commit-id: b4c2d0a0
-
Bill Lorensen authored
Former-commit-id: b26c58ee
-
Bill Lorensen authored
Former-commit-id: 09557211
-
Bill Lorensen authored
Change data from Hawaii to honolulu.vtk. Also removed ren->Render()'s. They were causing crashes. Former-commit-id: f49e191e
-