Wireshark-commits: [Wireshark-commits] master d99d1b9: Add a get_compiler_info() routine in libwsut
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Jun 2014 19:35:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d99d1b90f84bdf5842281267a77cc7c1334cc67b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d99d1b9 by Guy Harris (guy@xxxxxxxxxxxx):

    Add a get_compiler_info() routine in libwsutil to get compiler information.
    
    Change-Id: I8ccb6187f2ee0255460f448aee170768b6fa3f5d
    Reviewed-on: https://code.wireshark.org/review/2519
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  e5abf34   Is <stdio.h> necessary here?
    adds  d99d1b9   Add a get_compiler_info() routine in libwsutil to get compiler information.


Summary of changes:
 version_info.c                        |   77 +----------------------
 wsutil/CMakeLists.txt                 |    1 +
 wsutil/Makefile.common                |    2 +
 wsutil/compiler_info.c                |  110 +++++++++++++++++++++++++++++++++
 wsutil/{bitswap.h => compiler_info.h} |   13 ++--
 5 files changed, 122 insertions(+), 81 deletions(-)
 create mode 100644 wsutil/compiler_info.c
 copy wsutil/{bitswap.h => compiler_info.h} (77%)