Skip to content

Commit

Permalink
Merge in 1.4.1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Nov 21, 2022
2 parents 826d9c0 + 1479067 commit 2ee681f
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 488 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log {#changelog}
==========

# 1.4.1 - 2022-11-21 # {#changelog_1_4_1}
- Build fixes to work with SWIG 4.1.
- Various internal build scripts now use 'python3' rather than
unversioned 'python'.

# 1.4 - 2022-03-10 # {#changelog_1_4}
- RMF now requires a C++11 compiler and SWIG 3 (or later) to build. Most
recent compilers should support C++11, such as gcc, clang
Expand Down
5 changes: 5 additions & 0 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
#ifndef RMF_CONFIG_H
#define RMF_CONFIG_H

/* Protect against RMFEXPORT being defined already */
#ifdef RMFEXPORT
#undef RMFEXPORT
#endif

#ifdef _MSC_VER

#ifdef RMF_EXPORTS
Expand Down
8 changes: 0 additions & 8 deletions rmf.sublime-project

This file was deleted.

Loading

0 comments on commit 2ee681f

Please sign in to comment.