Dick Hollenbeck
fb43f4ad6f
fp_lib_table dialog work
13 years ago
Dick Hollenbeck
ae19bbfa33
add dialog for fp_lib_table
13 years ago
Wayne Stambaugh
b1ea9d0eb5
Minor FP_LIB_ID object changes.
13 years ago
Dick Hollenbeck
0dc4d9c19e
Commit Dick's changes to the FP_LIB_TABLE object.
13 years ago
Wayne Stambaugh
77e1a4c03c
Initial commit of footprint library table code.
13 years ago
Dick Hollenbeck
ed2141a6d6
Change various KiCad case utilization to precisely "KiCad"
14 years ago
Dick Hollenbeck
2cda6f4b4f
early work on DLL exports for sweet lib, stop using <cstdio> which mingw seems not to like cuz snprintf()
15 years ago
Dick Hollenbeck
f92d697278
add sweet C++ test program
15 years ago
Dick Hollenbeck
1ae44d090a
work around 8 bit wxString B.S.
15 years ago
Dick Hollenbeck
6be7640c41
fix minor /new compile error, swig warnings
15 years ago
Dick Hollenbeck
e849da1862
add sweet.i and some minor 'using' declarations
15 years ago
Dick Hollenbeck
2f211c6b9d
++all:
* TokenList2DsnLexer.cmake now wraps each token enum in its own namespace. It
also no longer setup of the "using" directive in the header file, which was
bad behavior. C++ enum values will have name collisions unless the enums
themselves are different namespaces.
++new:
* Sweet library is now a DSO/DLL.
* Brought in SWIG to do a wrap of the Sweet DSO/DLL for unit testing
and scripting. The SWIG DSO/DLLs are built separate from the Sweet DSO/DLL
and are also optional.
15 years ago
Dick Hollenbeck
9f9e7fd5c1
Enhance DIR_LIB_SOURCE:ReadPart() and GetRevisions() to work in the un versioned mode.
15 years ago
Dick Hollenbeck
62a4072c92
minor bugs
15 years ago
Dick Hollenbeck
e5dfd601da
changes
15 years ago
Dick Hollenbeck
84ed5f501d
++new:
* Added the basic structure to the Sweet parser in sch_part.cpp.
* Got inheritence working off of the 'extends' keyword and PART::inherit()
* Tossed the units support out of sweet.keywords, since we agreed to go dimensionless.
++richio:
* Added the problemInputLine support to PARSE_ERROR, so UI can show the
offending line of bytes. Yes bytes, not even guaranteed to be characters.
15 years ago
Dick Hollenbeck
d2cc77ac71
see CHANGELOG.txt
15 years ago
Dick Hollenbeck
70b17eed1d
Constructed and organized all the /new infrastructure to get a Sweet string being passed
to PART::Parse() from test program. Ready now to complete the PART parsing.
15 years ago
Dick Hollenbeck
69801630aa
changes
15 years ago
Dick Hollenbeck
f6265fd272
Added "lookup" functions to LIB_TABLE. Fixed up Doxygen output even more.
Include image file inline on main HTML page.
Added HTTP_LIB_SOURCE.
Added utf8.h
15 years ago
Dick Hollenbeck
99c1a9a1bb
changes
15 years ago
Dick Hollenbeck
85477537ce
more richio enhancements, /new work, SCH::LIB_TABLE nearly finished
15 years ago
Dick Hollenbeck
4e97b4e179
changes
15 years ago
Dick Hollenbeck
37d73b030d
fix more IO_ERROR() constructor issues
15 years ago
Dick Hollenbeck
27dea7826d
more IO_ERROR constructor fixes
15 years ago
Dick Hollenbeck
53249cda85
fix utf8 IO_ERROR() compile problem
15 years ago
Dick Hollenbeck
a7c11a0b11
implement most of SCH::LIB_TABLE, start SCH::LPID, enhance richio
15 years ago
Dick Hollenbeck
bdbd28a9f4
complete initial version of LIB_TABLE::Parse()
15 years ago
Dick Hollenbeck
4f956712e2
fill out more /new files
15 years ago
charras
8be3abc1c0
minor changes
16 years ago
charras
29e217d310
pcbnew Rewrite the GUI relative to the tracks widths and vias diameters and drills selection and edition, for compatibility with new netclass approach.
16 years ago
charras
fe10a9938f
Removed global default clearance, track size and vias drill. Use netclasses values only.
16 years ago
dickelbeck
15e0734525
template header
16 years ago
dickelbeck
1715211d3a
restoring my copyright template file
16 years ago
jerryjacobs
17dd0e2766
Big cleanup of sourcetree root structure, added Documentation subfolder, moved packaging stuff for osx and windows (nsis) to packaging.
16 years ago
jerryjacobs
062bbfe1c3
17 years ago
dickelbeck
4ce6de82fc
added copyright.h for review
19 years ago