Skip to content

pileborg.se

The home of Arlene and Joachim Pileborg

  • Home
  • About us
    • About Arlene
    • About Joachim
  • Resumes
  • Projects
    • MUD
      • TutorialMUD
      • PTMUD
      • Shadow World
      • The Raven
        • Design of The Raven
          • Part one: The server
          • Part two: The network
          • Part three: Configuration
          • Part four: Modules
    • Spotify Daemon
  • Stackoverflow.com answers

Tag Archives: cxx

Using CMake to check for C++11 features

I recently changed to CMake for a project of mine, a C++ project which uses C++11. To see some examples:

Posted byarrowJune 8, 2013June 8, 2013Posted inProgrammingTags: cmake, cxx, cxx11Leave a comment on Using CMake to check for C++11 features

Benchmarking C++ container iteration

In this stackoverflow question I made a point that iterating over a std::vector and a std::list would not be of any noticeable difference. After someone said that it is indeed noticeable, I decided to make a small benchmark to try it out. [Note: This post has been edited with a new conclusion.]

Posted byarrowMay 26, 2013May 26, 2013Posted inComputer, ProgrammingTags: benchmarking, containers, cxxLeave a comment on Benchmarking C++ container iteration

More about logging in Shadow World

I've had some trouble with Boost Log that I can't overcome. That coupled with the fact that it actually is not part of the core of Boost, but have to be built separately have made me change my mind about the logging I will use with the Shadow World server.

Posted byarrowMay 22, 2013Posted inMUD, Programming, Shadow WorldTags: boost, cpp, cxx, log, loggingLeave a comment on More about logging in Shadow World

Shadow World and logging

Every time I start (over) with a MUD server, one of the first bits I do is the logging. Not only because it's easy, but because it's very good to have at an early stage. For the Shadow World server it's no different.

Posted byarrowMay 9, 2013Posted inMUD, Programming, Shadow WorldTags: boost, cpp, cxx, log, loggingLeave a comment on Shadow World and logging

Posts navigation

1 2 3 Older posts

Categories

  • C++ (1)
  • Computer (5)
  • Drinks (1)
  • Family (7)
  • Homepage (8)
  • MUD (17)
  • Programming (25)
  • ranting (1)
  • Shadow World (5)
  • The Raven (2)
  • TutorialMUD (9)
  • Uncategorized (2)

Meta

  • Log in
pileborg.se, Proudly powered by WordPress.