kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #25234
Re: [PATCH 13/16] Avoid static variable in wire merge
Patch committed in product branch r6951. Thanks.
On 6/27/2016 2:36 PM, Simon Richter wrote:
> Hi Wayne,
>
> On 27.06.2016 20:21, Wayne Stambaugh wrote:
>
>> This patch and 0014-Reserve-appropriate-space-in-local-vector.patch have
>> been committed to the product branch r6950.
>
> I have an even better implementation by now, using std::min and
> std::max, that I posted a few days later. That patch, rebased onto the
> current state, is attached.
>
> Sorry for the extra work. :/
>
> Simon
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References
-
[PATCH 00/16] Simple patches
From: Simon Richter, 2016-06-07
-
[PATCH 01/16] Fix spelling "propage" -> "propagate"
From: Simon Richter, 2016-06-07
-
[PATCH 02/16] Add missing dependency github_plugin -> pcbcommon
From: Simon Richter, 2016-06-07
-
[PATCH 03/16] Clarify ERC: we're iterating netlist items, not nets
From: Simon Richter, 2016-06-07
-
[PATCH 04/16] Explain how ERC works.
From: Simon Richter, 2016-06-07
-
[PATCH 05/16] Cache netlist item during ERC
From: Simon Richter, 2016-06-07
-
[PATCH 06/16] Check sorting of netlist during ERC
From: Simon Richter, 2016-06-07
-
[PATCH 07/16] Kill unused NETLIST_EXPORTER_GENERIC::writeListOfNets
From: Simon Richter, 2016-06-07
-
[PATCH 08/16] Drop extra copy ctors from IFSG_NODE
From: Simon Richter, 2016-06-07
-
[PATCH 09/16] Replace boost::shared_ptr with std::shared_ptr
From: Simon Richter, 2016-06-07
-
[PATCH 10/16] Replace unshared boost::shared_array with std::unique_ptr
From: Simon Richter, 2016-06-07
-
[PATCH 11/16] Clarify ownership semantics
From: Simon Richter, 2016-06-07
-
[PATCH 12/16] Make NETLIST_OBJECT::GetConnectionType() const
From: Simon Richter, 2016-06-07
-
[PATCH 13/16] Avoid static variable in wire merge
From: Simon Richter, 2016-06-07
-
Re: [PATCH 13/16] Avoid static variable in wire merge
From: Wayne Stambaugh, 2016-06-27
-
Re: [PATCH 13/16] Avoid static variable in wire merge
From: Simon Richter, 2016-06-27