• Software
    • CMake Graphviz Output Cleaner
    • FlickrExifTagger
    • copyiptcandxmp
  • Vita
  • Contact
Semipol

How to set up a build system in C++, Python and Java

May 15, 2013 7:03 pm / Leave a Comment / languitar
Screen Shot 2013-05-15 at 7.03.33 PM

I don’t know why, but setting up the build system for a new software project and maintaining it seems to be something people are always afraid of. I’ve often heard people say “Eclipse does the job. It’s just additional work.” This usually leads to confusion and a lot of bulk and weird solutions several days … Read More →

Posted in: programming / Tagged: ant, build system, c++, CMake, distutils, Java, Python, setuptools

Python logging configuration

April 29, 2013 4:50 pm / Leave a Comment / languitar
Python logging system

In case you ever wondered how to correctly configure the python logging system, e.g. from files and configuration server, this might be a useful link, which I hadn’t see before: Logging Cookbook.

Posted in: programming / Tagged: Python

Difference between comparisons with == and is in Python

April 8, 2013 1:10 pm / Leave a Comment / languitar
python code example

In Python, two operators exist to perform equality comparisons: == and is. Often you can read instructions like “When comparing to None, always use is instead of ==”, but the real reason is not explained. However, looking at the language expression specification section of the Python manual you can find the difference: “The operators is and is not test for … Read More →

Posted in: programming / Tagged: Python

Android Update to CyanogenMod 10

April 2, 2013 7:59 pm / Leave a Comment / languitar
CyanogenMod

I finally took the time and updated my “old” Samsung Galaxy S+ (GT i9001) from the Stock 2.3.6 version of Android to CyanogenMod 10, beta 4. I really should have done this earlier. The stock version was getting slower and slower over time without any apparent reason and no update to a newer version was … Read More →

Posted in: Uncategorized / Tagged: android, cyanogenmod

Website Updates

March 15, 2013 5:09 pm / Leave a Comment / languitar
Website Updates

After serveral years I finally managed to restructure my websites. The blog here was kind of infrequently used and the photography section pointed to my flickr account using a flash viewer. Especially with this photography portfoilio there were several things that I did not like: First of all this wasn’t a portfolio at all with … Read More →

Posted in: Uncategorized

copyiptcandxmp updated

June 3, 2012 3:09 pm / Leave a Comment / languitar

I have updated the script formerly called “fixgpsandtags” so that it can now be used to more generally copy IPTC and XMP data to processed images. Therefore it is now called “copyiptcandxmp”. Such a step is often necessary because raw processing tools ignore XMP or IPTC completely. This script simplifies the process because several patterns … Read More →

Posted in: photography, programming

Relative RPath Settings with CMake

February 16, 2012 2:05 pm / Leave a Comment / languitar

The run-time search path (rpath) defines paths to search for dynamic libraries when executing a program. It is a mechanism on Linux parallel to the LD_LIBRARY_PATH environment variable, which is another hint to find dynamic libraries. Usually, it is a good idea to make software which you built relocatable. This means that created binaries can … Read More →

Posted in: programming / Tagged: C/C++, CMake, work-planet

New script added

January 4, 2012 12:26 am / Leave a Comment / languitar

fixgpsandtags

Posted in: Uncategorized

Using Dependency Tracking in Jenkins with CMake-based C++ Projects

July 31, 2011 9:30 pm / Leave a Comment / languitar

If you are building multiple related software projects with a continuous integration server one important aspect is to be notified when changes in an upstream job break the build or tests for a downstream job. This involves knowing which exact build numbers of the upstream and the downstream job are involved. The Jenkins continuous integration … Read More →

Posted in: programming / Tagged: C/C++, CMake, continuous integration, Java, jenkins, work-planet

Gcov Coverage Reports in Jenkins

April 9, 2011 6:47 pm / 2 Comments / languitar

I am currently evaluating the applicability and limitations of the Jenkins continuous integration server for C++ development. Besides several limitations which are mainly caused by the complexity of C++, Jenkins provides a solid basis for continuous integration of C++ projects. One thing which I was not happy with so far was the missing integration of … Read More →

Posted in: programming / Tagged: C/C++, CMake, continuous integration, jenkins, work-planet

Post Navigation

1 2 3 … 5 Next »

Related Sites

  • Photography portfolio
  • Profile at CoR-Lab

Tags

amd64 API assembler bash BGL book boost boost.test browser bug c++ C/C++ c64 CD CDT CMake Computer Vision continuous integration Design Patterns Documentation Doxygen Eclipse enigmail Fahrrad firefox flickr Fotos freedesktop geocaching google image processing Java jenkins linux Mensa OpenCV Panorama Python Schild Speiseplan spelling error thunderbird ubuntu Unit Testing work-planet

Categories

  • internet
  • music
  • photography
  • programming
  • system administration
  • Uncategorized
  • university

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
© Copyright 2013 - Semipol
Infinity Theme by DesignCoral / WordPress