This website requires JavaScript.
Explore
Help
Sign In
i
/
rtabmap
Watch
1
Star
0
Fork
0
You've already forked rtabmap
mirror of
https://github.com/introlab/rtabmap.git
synced
2026-09-02 09:30:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fb0b23ae06f92c973e300c4a05b687e12801e2fe
rtabmap
/
utilite
/
src
History
Alexis Ballier
d8db777d7c
Use standard CMAKE_INSTALL_{BIN,LIB}DIR instead of INSTALL_{BIN,LIB}_DIR.
...
Overriding the latters caused me to see these files installed in ${DESTDIR}/${BUILD_DIR}
2014-12-17 17:44:47 +01:00
..
CMakeLists.txt
Use standard CMAKE_INSTALL_{BIN,LIB}DIR instead of INSTALL_{BIN,LIB}_DIR.
2014-12-17 17:44:47 +01:00
UConversion.cpp
Changed WIN32 to _WIN32 to handle some 64bits systems where WIN32 is not defined (_WIN32 should be defined both for 32bits and 64bits systems:
http://msdn.microsoft.com/en-us/library/b0084kay.aspx
).
2014-10-03 01:40:17 +00:00
UDirectory.cpp
Changed WIN32 to _WIN32 to handle some 64bits systems where WIN32 is not defined (_WIN32 should be defined both for 32bits and 64bits systems:
http://msdn.microsoft.com/en-us/library/b0084kay.aspx
).
2014-10-03 01:40:17 +00:00
UEventsHandler.cpp
Merged pcl_integration branch to trunk
2013-12-11 00:12:44 +00:00
UEventsManager.cpp
removed ImagesDbExtractor tool (already inside databaseViewer)
2014-02-28 22:11:36 +00:00
UEventsSender.cpp
Merged pcl_integration branch to trunk
2013-12-11 00:12:44 +00:00
UFile.cpp
Added UFile::copy()
2013-06-18 17:08:37 +00:00
ULogger.cpp
Changed WIN32 to _WIN32 to handle some 64bits systems where WIN32 is not defined (_WIN32 should be defined both for 32bits and 64bits systems:
http://msdn.microsoft.com/en-us/library/b0084kay.aspx
).
2014-10-03 01:40:17 +00:00
UProcessInfo.cpp
Changed WIN32 to _WIN32 to handle some 64bits systems where WIN32 is not defined (_WIN32 should be defined both for 32bits and 64bits systems:
http://msdn.microsoft.com/en-us/library/b0084kay.aspx
).
2014-10-03 01:40:17 +00:00
UThread.cpp
Changed WIN32 to _WIN32 to handle some 64bits systems where WIN32 is not defined (_WIN32 should be defined both for 32bits and 64bits systems:
http://msdn.microsoft.com/en-us/library/b0084kay.aspx
).
2014-10-03 01:40:17 +00:00
UTimer.cpp
Changed WIN32 to _WIN32 to handle some 64bits systems where WIN32 is not defined (_WIN32 should be defined both for 32bits and 64bits systems:
http://msdn.microsoft.com/en-us/library/b0084kay.aspx
).
2014-10-03 01:40:17 +00:00