Skip to content

Commit

Permalink
Parepared for MinGW, changed license and info
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvasilev committed Feb 17, 2015
1 parent 190c20b commit 886c4b1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 48 deletions.
23 changes: 7 additions & 16 deletions mingw.condition_variable.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
/**
* @file mingw.condition_variable.h
* @brief std::condition_vaiable implementation for MinGW
*
* (c) 2014 by Mega Limited, Wellsford, New Zealand
*
* This file is part of the standard threads implementation for MinGW.
*
* This code is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright GNU LGPL version 2.1 License.
*
* You should have received a copy of the license along with this
* program.
*/
* @file condition_variable.h
* @brief std::condition_variable implementation for MinGW
*
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER within this package.
*/

#ifndef MINGW_CONDITIONAL_VARIABLE_H
#define MINGW_CONDITIONAL_VARIABLE_H
#include <atomic>
Expand Down
23 changes: 7 additions & 16 deletions mingw.mutex.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
/**
* @file mingw.mutex.h
* @brief std::mutex et al implementation for MinGW
*
* (c) 2014 by Mega Limited, Wellsford, New Zealand
*
* This file is part of the standard threads implementation for MinGW.
*
* This code is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright GNU LGPL version 2.1 License.
*
* You should have received a copy of the license along with this
* program.
*/
* @file mingw.mutex.h
* @brief std::mutex et al implementation for MinGW
*
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER within this package.
*/

#ifndef WIN32STDMUTEX_H
#define WIN32STDMUTEX_H

Expand Down
23 changes: 7 additions & 16 deletions mingw.thread.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
/**
* @file mingw.thread.h
* @brief std::thread implementation for MinGW
*
* (c) 2014 by Mega Limited, Wellsford, New Zealand
*
* This file is part of the standard threads implementation for MinGW.
*
* This code is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright GNU LGPL version 2.1 License.
*
* You should have received a copy of the license along with this
* program.
*/
* @file mingw.thread.h
* @brief std::thread implementation for MinGW
*
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER within this package.
*/

#ifndef WIN32STDTHREAD_H
#define WIN32STDTHREAD_H

Expand Down

0 comments on commit 886c4b1

Please sign in to comment.