Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
ITABase
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
ITABase
Commits
4f5a748b
Commit
4f5a748b
authored
Feb 27, 2018
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style, and removing old SVN/CSV changelog lines
parent
be359279
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
39 deletions
+16
-39
src/ITAConfigUtilsSimpleIniImpl.cpp
src/ITAConfigUtilsSimpleIniImpl.cpp
+0
-18
src/ITAPosixRealtimeClock.cpp
src/ITAPosixRealtimeClock.cpp
+0
-2
src/ITAStringUtils.cpp
src/ITAStringUtils.cpp
+0
-2
tests/ITABaseSampleBufferTest.cpp
tests/ITABaseSampleBufferTest.cpp
+16
-17
No files found.
src/ITAConfigUtilsSimpleIniImpl.cpp
View file @
4f5a748b
/*
+-----------------------------------------------------------------------+
| |
| ITAToolkit |
| |
| (c) Copyright Institut f�r technische Akustik (ITA) |
| RWTH Aachen University of Technology |
| |
+-----------------------------------------------------------------------+
| |
| File: ITAConfigUtilsSimpleIniImpl.cpp |
| Purpose: Implementierung einiger INI-Funktionen mittels SimpleINI |
| Authors: Frank Wefers, Jonas Stienen |
| |
+-----------------------------------------------------------------------+
*/
// $Id: ITAConfigUtilsSimpleIniImpl.cpp 2825 2012-07-27 14:26:20Z stienen $
#include "ITAConfigUtils.h"
#ifdef USE_SIMPLEINI
...
...
src/ITAPosixRealtimeClock.cpp
View file @
4f5a748b
// $Id: ITAPosixRealtimeClock.cpp 3499 2013-12-01 18:28:40Z stienen $
#include "ITAPosixRealtimeClock.h"
#include <ITAException.h>
...
...
src/ITAStringUtils.cpp
View file @
4f5a748b
// $Id: ITAStringUtils.cpp 4123 2015-07-14 12:59:59Z fwefers $
#include <ITAStringUtils.h>
#include <assert.h>
...
...
tests/ITABaseSampleBufferTest.cpp
View file @
4f5a748b
/*
* ----------------------------------------------------------------
*
* ITA core libs
* (c) Copyright Institute of Technical Acoustics (ITA)
* RWTH Aachen University, Germany, 2015-2017
*
* ----------------------------------------------------------------
* ____ __________ _______
* // / //__ ___/ // _ |
* // / // / // /_| |
* // / // / // ___ |
* //__/ //__/ //__/ |__|
*
* ----------------------------------------------------------------
*
*/
// $Id: SampleBufferTest.cpp 2057 2011-10-24 20:08:48Z stienen $
* ----------------------------------------------------------------
*
* ITA core libs
* (c) Copyright Institute of Technical Acoustics (ITA)
* RWTH Aachen University, Germany, 2015-2018
*
* ----------------------------------------------------------------
* ____ __________ _______
* // / //__ ___/ // _ |
* // / // / // /_| |
* // / // / // ___ |
* //__/ //__/ //__/ |__|
*
* ----------------------------------------------------------------
*
*/
#include <ITAException.h>
#include <ITAStopWatch.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment