Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
1a8e4510
Commit
1a8e4510
authored
May 02, 2011
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sweet would not compile using mingw because of clash on POINT name
parent
1809f692
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
13 deletions
+13
-13
eeschema_part_sexpr_format_EN.odt.obsolete_use_fodt
new/eeschema_part_sexpr_format_EN.odt.obsolete_use_fodt
+0
-0
sch_part.cpp
new/sch_part.cpp
+2
-1
sch_part.h
new/sch_part.h
+9
-10
sch_sweet_parser.h
new/sch_sweet_parser.h
+1
-1
sweet.keywords
new/sweet.keywords
+1
-1
sweet_spec_for_schematic_parts_EN.fodt
new/sweet_spec_for_schematic_parts_EN.fodt
+0
-0
No files found.
new/eeschema_part_sexpr_format_EN.odt.obsolete_use_fodt
deleted
100644 → 0
View file @
1809f692
File deleted
new/sch_part.cpp
View file @
1a8e4510
...
...
@@ -31,11 +31,12 @@
#include <macros.h>
/**
* Function formatAt
* outputs a formatted "(at X Y [ANGLE])" s-expression
*/
static
void
formatAt
(
OUTPUTFORMATTER
*
out
,
const
POINT
&
aPos
,
ANGLE
aAngle
,
int
indent
=
0
)
static
void
formatAt
(
OUTPUTFORMATTER
*
out
,
const
SCH
::
POINT
&
aPos
,
ANGLE
aAngle
,
int
indent
=
0
)
throw
(
IO_ERROR
)
{
// if( aPos.x || aPos.y || aAngle )
...
...
new/sch_part.h
View file @
1a8e4510
...
...
@@ -103,16 +103,6 @@ class PART;
class
SWEET_PARSER
;
class
PROPERTY
;
};
/// a set of pin padnames that are electrically equivalent for a PART.
typedef
std
::
set
<
wxString
>
MERGE_SET
;
/// The key is the VISIBLE_PIN from
/// (pin_merge VISIBLE_PIN (hide HIDDEN_PIN1 HIDDEN_PIN2...))
typedef
boost
::
ptr_map
<
wxString
,
MERGE_SET
>
MERGE_SETS
;
class
POINT
:
public
wxPoint
{
public
:
...
...
@@ -125,6 +115,15 @@ public:
{}
};
};
/// a set of pin padnames that are electrically equivalent for a PART.
typedef
std
::
set
<
wxString
>
MERGE_SET
;
/// The key is the VISIBLE_PIN from
/// (pin_merge VISIBLE_PIN (hide HIDDEN_PIN1 HIDDEN_PIN2...))
typedef
boost
::
ptr_map
<
wxString
,
MERGE_SET
>
MERGE_SETS
;
/**
* Class FONTZ
...
...
new/sch_sweet_parser.h
View file @
1a8e4510
...
...
@@ -29,13 +29,13 @@
#include <sweet_lexer.h>
class
POINT
;
typedef
int
STROKE
;
namespace
SCH
{
class
LIB_TABLE
;
class
PART
;
class
POINT
;
// GRAPHICS
...
...
new/sweet.keywords
View file @
1a8e4510
...
...
@@ -3,7 +3,6 @@ anchor
arc
at
bezier
inout
bold
bottom
center
...
...
@@ -22,6 +21,7 @@ font
footprint
hide
in
inout
input_low
inverted
inverted_clk
...
...
new/sweet.fodt
→
new/sweet
_spec_for_schematic_parts_EN
.fodt
View file @
1a8e4510
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment