Search found 159 matches

by m42kus
Thu Jul 11, 2019 9:36 pm
Forum: Google Summer of Code (GSoC)
Topic: FEM Workbench Testing - GSoC Proposal
Replies: 54
Views: 100065

Re: FEM Workbench Testing - GSoC Proposal

From my Debian packaging perspective, vendoring a copy of gtest in our source is fine, so long as there's support to use the system gtest if it's present. In Debian we can filter out unwanted copies of software that's already available in the system. Hey, I don't know if debian does it differently ...
by m42kus
Fri Jun 28, 2019 11:50 am
Forum: Google Summer of Code (GSoC)
Topic: FEM Workbench Testing - GSoC Proposal
Replies: 54
Views: 100065

Re: FEM Workbench Testing - GSoC Proposal

I fixed a few issues with my code on ubuntu and tested it on Ubuntu 16.04. My testing branch should now compile on those systems without problems. No additional dependencies are required. To execute the tests I wrote just execute the FreeCADTest binary. Be sure to do a recursive clone (with submodul...
by m42kus
Wed Jun 26, 2019 11:06 pm
Forum: Google Summer of Code (GSoC)
Topic: FEM Workbench Testing - GSoC Proposal
Replies: 54
Views: 100065

Re: FEM Workbench Testing - GSoC Proposal

This week I wrote more C++ tests and documentation for the C++ module specifically for Fem::Constraint. While doing so I extended the C++ test support library further with useful tools. For details have a look at my devlog or the github repository. While looking through the code a noted a few things...
by m42kus
Wed Jun 26, 2019 8:57 am
Forum: Google Summer of Code (GSoC)
Topic: Re: GSOC 2019 Thread (Wrapping up)
Replies: 110
Views: 63108

Re: GSOC 2019 Thread (Approaching next milestone (June 24-28) - First Official GSOC Evaluation)

Hi fellow participants,

I just wanted to remind you all to complete your first evaluation on https://summerofcode.withgoogle.com/dashboard/. I'm a student myself so maybe everyone already did it, I don't know - better safe than sorry :P

regards,
Markus
by m42kus
Fri Jun 21, 2019 9:12 am
Forum: Google Summer of Code (GSoC)
Topic: FEM Workbench Testing - GSoC Proposal
Replies: 54
Views: 100065

Re: FEM Workbench Testing - GSoC Proposal

Thanks! BTW, do you mind adding something like: Devlog: https://ceeli.github.io/gsoc/ in to your signature? Good idea, I just added it :) Cool! Doxygen is a beast and we have quite a ways ahead of figuring out how we should document the FC code. Currently it's swiss cheese when it comes to API docu...
by m42kus
Thu Jun 20, 2019 6:17 pm
Forum: Google Summer of Code (GSoC)
Topic: FEM Workbench Testing - GSoC Proposal
Replies: 54
Views: 100065

Re: FEM Workbench Testing - GSoC Proposal

Hello, thanks for your patience, I'm going to try to make up for the lost time by working a few weekends. Today I implemented a few more tests, advanced the FCTest library a bit and also wrote tests and documentation for the new code I wrote for the library :P. I also updated my devlog where you can...
by m42kus
Wed Jun 19, 2019 6:56 pm
Forum: Google Summer of Code (GSoC)
Topic: FEM Workbench Testing - GSoC Proposal
Replies: 54
Views: 100065

Re: FEM Workbench Testing - GSoC Proposal

Kunda1 wrote: Wed Jun 19, 2019 6:24 pm Hey @m42kus hows it going? Any updates ?
Hey, not that much... I really wasn't in the shape of doing anything worthwhile the past week. Today I already feel much better and I did a little documentation work. From tomorrow on I'm going to work full time again. I'm very sorry for the delay...
by m42kus
Thu Jun 13, 2019 10:30 am
Forum: Google Summer of Code (GSoC)
Topic: Testing Tools Survey (FEM Workbench Testing - GSoC)
Replies: 26
Views: 17678

Re: Testing Tools Survey (FEM Workbench Testing - GSoC)

Sorry for the late repose, unfortunately I am a little sick at the moment... My workbench is not open source. Alright, than I have a few questions. If you can't or don't want to answer them, no problem ;) Did you start the FreeCAD application before executing the tests? If so how did you do it? I ju...
by m42kus
Thu Jun 13, 2019 10:17 am
Forum: Google Summer of Code (GSoC)
Topic: FEM Workbench Testing - GSoC Proposal
Replies: 54
Views: 100065

Re: FEM Workbench Testing - GSoC Proposal

Hi Markus. Get well and take the time to recover. BR HoWil Thanks, I'll try :P Now, for those who didn't already see it on my devlog: I developed a test runner for google test which starts FreeCAD before it runs the tests. Without the application running FreeCADs Document Objects wouldn't work prop...
by m42kus
Tue Jun 11, 2019 7:49 pm
Forum: Google Summer of Code (GSoC)
Topic: FEM Workbench Testing - GSoC Proposal
Replies: 54
Views: 100065

Re: FEM Workbench Testing - GSoC Proposal

Hi everyone,

sorry for the slowdown of my project. Unfortunately I'm sick since a few days. The doctor says that I should still rest for a week but I've been doing a few things anyway :P I'm going to share them with you guys tomorrow :)