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
323b5b75
Commit
323b5b75
authored
Dec 23, 2007
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more dsn work
parent
69409a50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
change_log.txt
change_log.txt
+18
-0
No files found.
change_log.txt
View file @
323b5b75
...
...
@@ -4,6 +4,24 @@ Started 2007-June-11
Please add newer entries at the top, list the date and your name with
email address.
2007-Dec-23 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================
+all
* Because of the discussion 4 months ago about using Boost::Python, and
because of an excellent boost::ptr_vector class, I want to make some of the
boost libraries be necessary for building Kicad. These would be:
1) boost pointer container library (immediately)
http://www.boost.org/libs/ptr_container/doc/ptr_container.html
See the work in specctra.cpp to see where this is going:
typedef boost::ptr_vector<ELEM> ELEM_ARRAY found within class PARENT.
I found that gcc 4.2.1 was complaining about the standard ubuntu libboost-dev
package and would not compile ptr_vector class. But the svn of boost
fixed this.
2) boost::python when building python in.
* Added FIND_PACKAGE(Boost) to CMakeLists.txt
2007-Dec-22 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================
+all
...
...
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