1. 18 8月, 2016 1 次提交
  2. 20 7月, 2016 1 次提交
  3. 14 7月, 2016 7 次提交
  4. 13 7月, 2016 2 次提交
  5. 12 7月, 2016 2 次提交
    • J
      Missing installed man pages · 99a656bb
      Julien Schueller 提交于
      99a656bb
    • J
      Switch to cmake (#49) · 6a6a9afe
      Julien Schueller 提交于
      * cmake: set default Release build type
      
      * cmake: optionally enable cxx
      
      * cmake: enable bindings with static library
      
      * cmake: build testopt
      
      * cmake: enable cxx for python bindings
      
      * cmake: install nlopt.pc
      
      * cmake: added missing compiler checks
      
      * cmake: add octave support
      
      * cmake: add guile bindings
      
      * cmake: provide package_source target
      
      * cmake: generate api headers
      
      * Add Appveyor config file
      
      * Test MinGW build
      
      * Removed autotools
      
      * cmake: install man
      
      * re-implement getopt for test
      
      * travis: +osx
      
      * cmake: man/pkgconfig unix only
      
      * add only Python test if built
      
      * cmake: pkgconfig on mingw
      
      * Fix octave include
      
      * Find numpy includes
      
      * Detect SWIG at top-level
      
      * cmake: RPATH policy
      
      * appveyor: shared build
      
      * Add cmake config files
      
      * travis: shared builds
      
      * appveyor: no shared builds
      
      * BUILD-MINGWXX.sh are superseeded by toolchain files
      6a6a9afe
  6. 21 5月, 2016 1 次提交
  7. 20 5月, 2016 1 次提交
  8. 16 4月, 2016 2 次提交
  9. 13 4月, 2016 4 次提交
  10. 30 1月, 2016 1 次提交
  11. 29 1月, 2016 1 次提交
  12. 12 9月, 2015 2 次提交
  13. 04 9月, 2015 1 次提交
  14. 03 9月, 2015 2 次提交
  15. 01 9月, 2015 2 次提交
  16. 31 8月, 2015 1 次提交
    • J
      fix conversion error in stop.c · d8845817
      jschueller 提交于
      hi,
      
      I got this error when compiling git head with gcc:
      
      ```
      make[2]: Entering directory '/home/schueller/projects/nlopt/build/util'
      /bin/sh ../libtool  --tag=CC   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../util -I..  -I../../api   -g -O2 -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -Wno-long-long -pedantic -Wshadow -Wwrite-strings -Wredundant-decls -Wundef -Wconversion -MT stop.lo -MD -MP -MF .deps/stop.Tpo -c -o stop.lo ../../util/stop.c
      libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../util -I.. -I../../api -g -O2 -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -Wno-long-long -pedantic -Wshadow -Wwrite-strings -Wredundant-decls -Wundef -Wconversion -MT stop.lo -MD -MP -MF .deps/stop.Tpo -c ../../util/stop.c  -fPIC -DPIC -o .libs/stop.o
      ../../util/stop.c: In function ‘char* nlopt_vsprintf(char*, const char*, __va_list_tag*)’:
      ../../util/stop.c:151:20: error: invalid conversion from ‘void*’ to ‘char*’ [-fpermissive]
               p = realloc(p, len);
                          ^
      Makefile:426: recipe for target 'stop.lo' failed
      ```
      d8845817
  17. 10 7月, 2015 2 次提交
  18. 08 7月, 2015 1 次提交
  19. 26 5月, 2015 1 次提交
  20. 13 5月, 2015 1 次提交
  21. 17 4月, 2015 2 次提交
  22. 11 4月, 2015 2 次提交