- 14 Nov, 2013 1 commit
-
-
Maciej Sumiński authored
-
- 12 Nov, 2013 1 commit
-
-
Brian Sidebotham authored
build, it throws the time stamps away when there are edits to the CMakeLists.txt portion pertaining to the external project. Only a 'make clean' would remove the untarred tree. This patch removes the need to do a make clean when changing the ExternalProject_Add() text pertinent to patching. Fixes bug 1250222 in KiCad-Winbuilder
-
- 11 Nov, 2013 3 commits
-
-
Wayne Stambaugh authored
-
Dick Hollenbeck authored
This is so builders with multiple out of source build trees can all use the same common boost install directory. And the build system will not vascillate between the fuller and lesser subsets of boost.
-
- 08 Nov, 2013 2 commits
-
-
Brian Sidebotham authored
-
Brian Sidebotham authored
* Build OpenSSL from source using the OpenSSL-CMake project on Windows with MinGW when no specifying OPENSSL_ROOT_DIR
-
- 06 Nov, 2013 1 commit
-
-
Edwin van den Oetelaar authored
-
- 17 Oct, 2013 1 commit
-
-
Dick Hollenbeck authored
Add support for building *.deb file using CPack, install ~/fp-lib-table either from kicad-install.sh or from make install_user_configuration_files
-
- 15 Oct, 2013 1 commit
-
-
Brian Sidebotham authored
Temporarily disable Boost.Context library build as it breaks MinGW builds by bringing in a dependency on MASM (The Microsoft Assembler)
-
- 14 Oct, 2013 1 commit
-
-
Maciej Suminski authored
template<> -> template <> Some more reformatting according to uncrustify results.
-
- 13 Oct, 2013 2 commits
-
-
Dick Hollenbeck authored
*) Set environment variable KISYSMOD before loading FP_LIB_TABLE so that FP_LIB_TABLE::ROW::SetFullURI() can do substitution up front. *) De-emphasize the lib path in some of the footprint frames but keep it so the footprint editor can export a current library to another. You can even export a GITHUB library to a pretty library for local installation. *) Start the PLUGIN options editor. *) Enhance cursor positioning in DIALOG_FP_LIB_TABLE.
-
Wayne Stambaugh authored
* Add save table and set project path environment variable code to FP_LIB_TABLE object. * Add code to Pcbnew and CvPcb to set project path environment variable. * Create empty footprint table in Pcbnew when new board created. * Save current project specific footprint library table to path on file save as or empty project path. * Fix a bug in Pcbnew in file save function that would silently overwrite an existing board file. * Disable selecting the current library in the module editor when there are no libraries defined. * Catch exceptions and report errors when writing footprint library tables. * Fix Boost build CMakeFile to fix bug when bootstrapping a Boost build in MSys.
-
- 11 Oct, 2013 1 commit
-
-
jean-pierre charras authored
Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad Remove KICAD_GOST option because it is now useless: the 2 GOST options are now selectable at run time and are: * specific page layouts (now user definable, and the GOST page layouts are available in template folder) * notation for multiple parts per package (made in eeschema, preference menu)
-
- 07 Oct, 2013 1 commit
-
-
Brian Sidebotham authored
* Pre-built binaries for OpenSSL can be used from the LuaDist project: https://github.com/LuaDist/openssl/releases * Building of Boost libraries fixed for Mingw-w64 for github plugin
-
- 03 Oct, 2013 1 commit
-
-
Brian Sidebotham authored
Removed some Microsoft Visual C centric definitions in CMakeModules/config.h.cmake which were tripping up the mingw-w64 build
-
- 23 Sep, 2013 1 commit
-
-
Dick Hollenbeck authored
Enhance IO_MGR::GuessPluginTypeFromLibPath() to support the GITHUB plugin. Build boost with -fPIC on Linux unconditionally, in preparation for DLL/DSO build of kicad. Add python script to test back to back reads of GITHUB plugin.
-
- 22 Sep, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 21 Sep, 2013 4 commits
-
-
Dick Hollenbeck authored
BUILD_GITHUB_PLUGIN will build GITHUB_PLUGIN on Linux now. Don't know if the parser works yet, but the FootprintEnumerate() function worked in testing.
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 06 Sep, 2013 1 commit
-
-
Wayne Stambaugh authored
* Remove defined CMAKE_INSTALL_PREFIX for Windows from main CMakeList.txt. * Move footprint library path detection code from pcbnew.cpp to EDA_APP object. * Add CMAKE_INSTALL_PREFIX to config.h.cmake. * Simplify and fix search path list code. * Add CMAKE_INSTALL_PREFIX to the list of search paths in case KiCad was installed using `make install`. * Add default global footprint library table to CMake install. * Add method to set footprint library table to PCB_BASE_FRAME object. * Remove unused function EDA_APP::GetLibraryFile(). * Minor FP_LIB_TABLE object improvements.
-
- 27 Aug, 2013 1 commit
-
-
Maciej Suminski authored
-
- 26 Aug, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 20 Aug, 2013 1 commit
-
-
Dick Hollenbeck authored
Lay basis for a more full featured usage of boost, including compiled libraries such as unit_test_framework, system, etc. Move headers now into boost_root/include/boost/.
-
- 06 Aug, 2013 1 commit
-
-
Carl Poirier authored
REMOVE: USE_PCBNEW_NANOMETERS by making it the only way to go in pcbnew, effectively removing the deci-mils build.
-
- 04 Aug, 2013 1 commit
-
-
Brian Sidebotham authored
* Added modified CMake FindPython... modules to support using Python-a-mingw-us distribution when building Windows scripting support using MinGW
-
- 24 Jul, 2013 1 commit
-
-
Maciej Suminski authored
-
- 17 Jul, 2013 1 commit
-
-
Maciej Sumiński authored
-
- 14 Jun, 2013 1 commit
-
-
jean-pierre charras authored
-
- 13 Jun, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 01 Jun, 2013 1 commit
-
-
Dick Hollenbeck authored
-
- 31 May, 2013 3 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
*) Enhancements to make_lexer(). *) Support multi-threaded build. *) Switch to "bzr patch" from patch.exe for Windows users.
-
Dick Hollenbeck authored
-
- 26 May, 2013 1 commit
-
-
Dick Hollenbeck authored
File "rules" has instructional text as comments near top. 2) Convert all text files in repo to LF line ending form. Any checkout done with "rules" in play will convert the working tree to native line ending, while keeping repo as LF line ending.
-
- 04 Apr, 2013 1 commit
-
-
Maciej Suminski authored
-
- 23 Feb, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 14 Feb, 2013 1 commit
-
-
Wayne Stambaugh authored
Add CheckCXXSymbolExists.cmake to fix configure bug using CMake versions prior to 2.8.6. (fixes lp:1124854)
-