356 Commits (378f5cce33b141219c78447aa8f060cfc3f8c0cb)

Author SHA1 Message Date
Tomasz Włostowski da28e163d2 Optimizations/fixes to the VIEW/GAL classes: 9 years ago
Wayne Stambaugh 03da56a9b5 Minor version string generation improvements. 9 years ago
decimad 4248a7ffce remove boost::thread dependency 9 years ago
John Beard 6504b7b55c Disable -Wsuggest-override for scripting files, but not other files 9 years ago
jean-pierre charras c9fec4a4ed Do not use -Wsuggest-override option if KICAD_SCRIPTING is enabled because it creates too many useless warnings when compiling pcbnewPYTHON_wrap.cxx 9 years ago
Simon Richter ff41c8f7cb Warn about missing override specifiers, if supported (gcc 5.1, clang 3.5) 9 years ago
Dick Hollenbeck 45f6f8b305 Remove experimental code added during swig work. 9 years ago
Dick Hollenbeck 7311f07eaf SWIG Improvements 9 years ago
Niki Guldbrand c689c8cc3f Remove redundant data in defines. 9 years ago
José Ignacio Romero 83ed3c933e Add KICAD_INSTALL_DEMOS CMake option 9 years ago
Chris Pavlina 7318238daa Update version string formatting after git migration 9 years ago
Nick Østergaard caafcde585 Add KICAD_ prefix to build switches 9 years ago
Nick Østergaard c784d45ed7 Add new development build swtiches to version info 9 years ago
Wayne Stambaugh 9287b42648 Revert commit 67230ac8e7. 9 years ago
Niki Guldbrand 67230ac8e7 Keep Source tree clean 9 years ago
Cirilo Bernardo b656a8180a Added 3D plugin for OCE; this plugin is activated by -DUSE_OCE=ON 9 years ago
Maciej Suminski 497b2a9442 CMake module for libngspice 9 years ago
Maciej Suminski 6d7a7a3233 KICAD_SPICE CMake flag 9 years ago
Tomasz Wlostowski 095af6e77a wip 9 years ago
Tomasz Wlostowski 2dd53b6a43 spice wip 9 years ago
Wayne Stambaugh 4ed346ea64 Eeschema: initial schematic I/O plugin. 9 years ago
Simon Wells 236f5369ef CMake: remove Curl dependency when github plugin build is disabled. 9 years ago
Chris Pavlina c13f80bb49 Remove unneeded compile option KICAD_KEEPCASE 10 years ago
José Ignacio Romero 2b00008109 Remove mimelnk files 10 years ago
Simon Richter 2d4845ddae Enable C++11 support. 10 years ago
Bernhard Stegmaier 5b0a250609 Fix compilation and install for OSX plus general code cleanup 10 years ago
Simon Wells 4d2a05856f Minor CMake configuration file fixes. 10 years ago
jean-pierre charras 74b629fa19 Fix issues I created in rev 6442 (no issue on msys2/gcc5.3, but issues on Kubuntu 14.04/ gcc 4.8). I'll find a better fix later. 10 years ago
jean-pierre charras 41db57c5f0 pcbnew.py: fix error "NameError: name 'UNDEFINED_LAYER' is not defined" when running pcbnew/wxPython, which prevents from openning the Python console. 10 years ago
Bernhard Stegmaier 7e2af163dd Silence unused-local-typedef warnings when building with clang 10 years ago
Bernhard Stegmaier 8c78bd5fd8 OSX: legacy canvas rendering speed improvements. 10 years ago
Wayne Stambaugh c68790751a Developer documentation and other minor fixes. 10 years ago
Wayne Stambaugh c751bf60bc Remove Boost library building and other build improvements. 10 years ago
Mark Roszko e47bc6883d Replace the avhttp library used by the github plugin with libcurl. 10 years ago
Cirilo Bernardo a2fe783f53 Finished refactor and introduction of generic Plugin scheme 10 years ago
Simon Richter 7cbf8a0bda CMake: remove older GCC optimization settings since boost::polygon is no longer used. 10 years ago
Wayne Stambaugh 204f025ff4 Build configuration fixes. 10 years ago
Simon Richter e872585105 CMake: move find OpenMP so it can be found for all compilers not just GCC. 10 years ago
unknown 77bc1a2dd1 Fix typo in CMakeLists.txt ( in CMake function for position independent code). 10 years ago
Simon Richter 32d4dae5ef CMake: use CMake's position independent code handling. 10 years ago
Maciej Suminski 231eaecf34 Removed the included GLM library, switched to the system one. 10 years ago
Mario Luzeiro 69cc788e8e + Removed glm source from kicad tree (Maciej / Cirilo) 10 years ago
Simon Richter 2869c9f49a CMake: use visibility definitions in provided by CMake when available. 10 years ago
Wayne Stambaugh b04f18b245 CMake: remove OpenSSL download and build dependency code. 10 years ago
Wayne Stambaugh 6f5a49bb60 Remove OSX dependency builder code from CMake files. 10 years ago
Jan Dubiec e173023e27 Prevent wxWidgets_CONFIG_OPTIONS specified on the command line from being overwritten. (fixes lp:1472919) 10 years ago
jean-pierre charras d7f4c76682 build process on mingw/msys2: force usage of a response file at archive/link stage to avoid truncation of the command line when the list of modules to archive/link is very long (happens for eeschema and pcbnew). 10 years ago
Wayne Stambaugh 5ddc9b378b Correctly fix version header generation to be rebuilt during make. 10 years ago
Wayne Stambaugh 9d69b73b85 Minor version string generation changes. 10 years ago
Wayne Stambaugh f97191b050 Fix some more OSX bundle issues due to CvPcb changes. 11 years ago